yanvan2002 wrote: »
Hi !!!
I have a problem to change the Barcode type at runtime.
In the frxReport1 code section if I set
BarCode1.BarType := bcCode39;
it's work fine...
but [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="v…
caramagro wrote: »
I need to print a report several times within a "for", I'm not using the database as I could do to add the same page repeatedly one after the other?
Something like this:
......
for x:=1 to 30 do
begin
try
frxReport1.…