Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print preview outside of the main VFP window
Message
From
22/07/1997 15:47:54
 
 
To
15/07/1997 09:59:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00039267
Message ID:
00041184
Views:
55
>>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
David M. Stowell
Ravenslake Consulting
Chicago, Illinois

e-mail: davidstowell@ravenslakeconsulting.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform