|
Question : ReportListener printing to active form or screen before printing report
|
|
I have a form that prints a report with the VPF 9 ReportListener. When it is creating the report on the screen it is like set talk is on and variables are getting displayed on the current form. If you make the form invisible it prints this same information to a splash form that I have up or the screen.
I have a specific spot in the code that does this (it is located in the ReportListener_directives getfrxrecord procedure and the specific line that prints on the screen is as follows: lnSession = SET("Datasession")
Does anyone know how to turn this printing to the screen off?
|
|
Answer : ReportListener printing to active form or screen before printing report
|
|
|
|
|