rbuser
Comments
-
Where are the snippets to handle differences in Bins and their names?
Nard Moseley (Digital Metaphors) hat uns dieses gebracht :
-
Hi
After more testing i have found the problem. To avoid having to install the
midas.dll (for clientdatsets) i add MidasLib to the uses of my application
source. If it is added prior to Forms and Windows then the problem occ… -
Hi Nard,
thanks for your response.
I assume the same holds true for the native RB export settings you
mentioned (XlsSettings.SingleHeaderOnly / SingleFooterOnly) - one would
first have to set these settings, then pr… -
Hi
I'm really hoping someone can answer this question:
Is there anything wrong with previewing a report, then changing the
header/footer visibility, then calling TppEngine.Reset, and then
printing/exporting the repo… -
Hi Nard,
thanks for your reply.
For most of our reports, when the user clicks the Print button, our
custom preview form is presented. It is from this preview form that a
user can export the report to another format.… -
Hi Nico,
Thanks for your response, and apologies for my late reply - I've been
away until today.
I was able to fix the problem by putting this code:
TppReport(ppViewer.Report).Engine.Reset;
in our… -
Great news!
W Fordham
-
Thanks
-
I think it should be due to a property CalcsOutOfSync in class TppEngine
was set to False in TppEngine.Init method. CalcsOutOfSync was set to
true previous version of ReportBuilder.
You may try set TppEngine.CalcsOutOfSync to… -
Thanks Nard,
The Patch installed very quickly and problems resolved.
Mike
_________________________________________________
-
Nard,
Sample of problem in zip sent to support@ ( maybe defaulted to Nico though).
I think its a Firedac/Firbird issue
Mike
-
Is this the same issue as the DBCalc? Thsi really hurts!!!!
I trust you get a new release up too.
Walter
On Fri, 23 Oct 2015 17:33:37 -0500, "Nard Moseley \(Digital
-
Hi Guillermo,
I sent you a email with some info that might help.
Walter Fordham
-
Nico,
Thanks for replying but it turns out it all works as it should... there was
an issue with some data being copied over which meant it was different when
we looked at it and once we found the data was different it was simp… -
thanks Nico--
Paolo Angeretti
Gestionale Open Srl
Ranica (BG) - Italy
-
Thanks Nico.
Cheers,
Ian
-
How to tell which version of RB, Build 2? I have installed?
When I fire up D10 it says Build 330..
Regards,
Ian
-
Resolved.
Had to specify a 'From'. It would be better if it appeard in the email
screen automatically and didn't need to be selected from the menu.
Still unsure of the applicability/relationship of 'Report' & 'Attach'
… -
Hi Nico,
Yup. That was it. I had Delphi set with Admin rights. This also
affected my ability to Drag-and-Drop projects to Delphi. All fixed now.
Regards,
Ian
-
in rb client example i have this:
i need here login my customers
// rbMobileExplorer_Tablet.param.add('login=xxxxx'); ?????
// rbMobileExplorer_Tablet.param.add('password=qqqqqq');
rbMobi… -
-
-
Am 20.11.2015 um 22:42 schrieb Nico Cizik (Digital Metaphors):
Hello Nico,
The version used is 15.04 (sorry, i forgot that).
No there is only one Windows XP machine left (only because of the
problem… -
Thanks for reply,
Most users of our app never get to use the Designer: their experience of
reporting is File | Print | Menu of Reports for a Specific Form. And I
wasn't aware that storage code was in play when just previewing … -
Hi,
ok, thank you for this information.
Best regards
Frank
Am 01.12.2015 um 16:00 schrieb Nico Cizik (Digital Metaphors):
-
This is a multi-part message in MIME format.
-
Hi,
does not help. No error message, no new bpl file.
output from utility:
Building ReportBuilder TeeChart Binaries...
C:\Program Files (x86)\Embarcadero\Studio\17.0\RBuilder\TeeChart>set
PACKSUFF… -
Hi Nico,
thank you for your batchfile, now i can compile the .rc to res.
But after compiling rbIDE.dproj rbIDE.deu is still 924kb, quite big!
Tia Carsten
Nico Cizik (Digital Metaphors) hatte dann diese Idee :
Niko
I solved this way
Create 2 region
- Region1 - label
- Region2 - receipt
procedure TForm40.ppDetailBand1BeforeGenerate(Sender: TObject);
begin
ppregion2.Visible:= ppDBPipeline1.FieldValues['…