Re: [Gambas-user] Unable to print fields on report

2014-02-09 Thread Fabien Bodard
Send me your project Le 10 févr. 2014 02:12, "Marty" a écrit : > Did a little more debugging and found that the lblField data event does > cycle through the ten records. I can see each one in the console local > variables. So it must have to due with the different boxes on the > report. Something

[Gambas-user] Unable to print fields on report

2014-02-09 Thread Marty
Did a little more debugging and found that the lblField data event does cycle through the ten records. I can see each one in the console local variables. So it must have to due with the different boxes on the report. Something prevents the displa of the data. Marty

[Gambas-user] Unable to print fields on report

2014-02-09 Thread Marty
Fabien, Thanks for your reply. I tried your first suggestion. Changed autoresize and expand to true on the reportvbox. Still nothing prints. Tried your second suggestion. Added reporthbox in reportvbox. Added lblField to reporthbox with empty text content. Add lblField_Data(Index as Integer)