Dear all,
I have a simple grid (data from a cursor) in a VFP form. I allowed the user to click on the record in the grid and it will generate a report to preview that selected record. So it actually do another SELECT statement to create a new cursor before calling the REPORT statement. Pretty simple thing.
I can preview the report, BUT the information got 'disappear' when I print to the printer.
In the report form, I specifically put the cursor name with the field name, but still not working.
tmpRpt.customername
I know is something I did wrong but just cannot figure out why...
Thanks in advance.
Freddie
I have a simple grid (data from a cursor) in a VFP form. I allowed the user to click on the record in the grid and it will generate a report to preview that selected record. So it actually do another SELECT statement to create a new cursor before calling the REPORT statement. Pretty simple thing.
I can preview the report, BUT the information got 'disappear' when I print to the printer.
In the report form, I specifically put the cursor name with the field name, but still not working.
tmpRpt.customername
I know is something I did wrong but just cannot figure out why...
Thanks in advance.
Freddie