I have a program which the possibility to print to print address labels 
with gb.report.  Works perfectly but  I always have to close the program 
before I can print the same report with different data. It always put 
the first data into the report.
My code to put data on the labels is in the _New module of the report, 
and I notice that run only the first time I call the report.  The second 
time it doesn't run this code in the _New module.  I'll tried to put the 
code in report_open, but there the code only run once too.
How can I made the code in the _New or _Open sub run every time I call 
the report?


-- 



*Vriendelijke Groeten*

*Johny Provoost*

*mailto: johny.provo...@skynet.be <mailto:johny.provo...@skynet.be>*

*mailto: johny.provo...@gmail.com <mailto:johny.provo...@gmail.com>*

*Website:* *http://www.johnyprovoost.net* <http://www.johnyprovoost.net/>



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to