reportermodule
Comments
-
Hi Nico,
We just want to change a variable in a an array to true each time that particular copy of the report is printed. The report isn't previewed and is very simple, a few dbtext fields and a dbbarcode or barcode with it's value genera… -
Hi Nico,
Thanks again for your quick reply.
Is it possible to do this in a more general way at runtime (ie independent of the rtm/report)?
Ie is there an event fired only once each time you change to the next recor… -
Just another note to this thread, I've found out that for one pass, in our code it grabs the relevant values three times, for two passes, it grabs 6 times whereas the old version matched the pass setting for the number of times. With this in mind, I…
-
Hi Nico,
Edit: Upgrading our Delphi 7 software to a later version might be the best path.
We are loading from a template via Report.Template.LoadFromFile;
Edit: I've just checked the PassSetting and it seems to be s… -
Hi Nico,
I've just figured out this has nothing to do with an rbuilder issue. Value was being wiped due to another bit of code which is unrelated to rbuilder but does change the datapipeline value.
Thanks for you prompt reply.