Some of my reports will be printed two times and I cannot find why. Usually my print statements look like this:
lcReportSelect = ThisForm.fm_ReportSelector(vp_bktyp)
REPORT FORM reports\&lcReportSelect TO PRINTER NOCONSOLE
Because these commands are correct, so the problem must be somewhere within my report but could not find it.
Has anyone an idea?
Thanks a lot
lcReportSelect = ThisForm.fm_ReportSelector(vp_bktyp)
REPORT FORM reports\&lcReportSelect TO PRINTER NOCONSOLE
Because these commands are correct, so the problem must be somewhere within my report but could not find it.
Has anyone an idea?
Thanks a lot