PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Printing report for single record
Printing report for single record
Iniciado por gallen.dbmc, 15,ago. 2015 21:38 - 1 respuesta
Publicado el 15,agosto 2015 - 21:38
Another newbie question!
I have a report based on a table. I have selected in the Data Tab: The selected rows only.
When I select a row in the table and click the Print Button which contains the code:
iPreview()
iPrintReport(RPT_Single_Burial)
I get a blank report.
The only clue that I have is that if I debug the program I see "ErrorInfo: Incorrect column name" which leads me to believe that maybe I can only print the fields that are shown in my table?
I developed the report based on a table control and it allowed me to Link all the fields on the report.
Am I missing something?
Publicado el 17,agosto 2015 - 21:14
Hmmm - seems to take a while for messages to be posted on the weekend. in the meantime I changed the source of the report to a query on the burial table and, after some fiddling, it now works.