Hi,
I am creating a report that I want to run in a custom window. Below is the relevant code snippet:
...
DEFINE WINDOW wReport FROM 20,3 TO 90,130 IN DESKTOP TITLE 'MITU DMSS Reports' SYSTEM CLOSE FLOAT NOMINIMIZE
REPORT FORM S:\CodeVFP\Reports\Corrections PREVIEW WINDOW wReport NOWAIT
RELEASE WINDOWS wReport
...
When I test the form (from within VFP) it works as I want it to. When I build the application, run the executable, open this form and select the button to print the report nothing happens (something just flickers past very quickly)
What could be the problem? I spent most of today trying to solve this with no success.
The application runs fine and loads all the forms as expected. The issue is only when I attempt to preview a report.
TIA
cpmasesa
I am creating a report that I want to run in a custom window. Below is the relevant code snippet:
...
DEFINE WINDOW wReport FROM 20,3 TO 90,130 IN DESKTOP TITLE 'MITU DMSS Reports' SYSTEM CLOSE FLOAT NOMINIMIZE
REPORT FORM S:\CodeVFP\Reports\Corrections PREVIEW WINDOW wReport NOWAIT
RELEASE WINDOWS wReport
...
When I test the form (from within VFP) it works as I want it to. When I build the application, run the executable, open this form and select the button to print the report nothing happens (something just flickers past very quickly)
What could be the problem? I spent most of today trying to solve this with no success.
The application runs fine and loads all the forms as expected. The issue is only when I attempt to preview a report.
TIA
cpmasesa