Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recognizing Print Preview
Message
From
07/05/2001 10:16:14
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00503789
Message ID:
00504193
Views:
21
Rick,

The other point about David's suggestion (below) about using your own window is that you can control the size of the print preview window (you don't get that annoying 1/2 screen preview)

Something along the lines of
oForm=Create('form')
oForm.Caption = Thisform.Caption
oForm.WindowState = 2
oForm.Show
Report form Fred Preview Window (oForm.Name)
oForm.Release
You then have a reference to the preview window (oform.Name)

>Rick,
>
>With a foxuser.dbf in place you can make sure that the toolbar is available, search past threads for the details. You could also use your own window to display the report preview.
>
>>Ah yes - the toolbar. I guess that can be used as long as the user doesn't explicitly close it before closing the actual peview window. At least it a good place to start and one I hadn't thought of.
Will Jones
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform