Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print preview outside of the main VFP window
Message
From
23/07/1997 09:31:35
 
 
To
22/07/1997 15:47:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00039267
Message ID:
00041311
Views:
60
>>>Try this:
>>>DEFINE a window to hold your preview and make this window scoped to the Desktop. Then issue the command:
>>>
>>>REPORT FORM MyForm PREVIEW WINDOW MyWindow
>>
>>
>>That would e great if you could describe in a little more deatail.
>>Thanks
>
>Sorry for the delay...I'm under a deadline.
>
>DEFINE WINDOW MyWindow ;
>IN DESKTOP ;
>(fill in the attributes you want)
>
>ACTIVATE WINDOW MyWindow
>REPORT FORM MyForm PREVIEW WINDOW MyWindow
>
>RELEASE WINDOW MyWindow

I am running VFP 3.0b, and the line:
REPORT FORM MyForm PREVIEW WINDOW MyWindow
is giving me a syntax error. Any thoughts? By the way I hope you met your deadline :-) and thanks for the help.
Bob Sides
SDGS
Vermillion, SD
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform