Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Preview centered on screen - print control docked
Message
 
To
16/07/1999 00:38:15
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00242119
Message ID:
00242263
Views:
20
>Do I pre-create a blank form FOR the preview to go into?

Hi Peter,

PMFJI, but it's probably easier to create a class based on a form for this. The you can use it like this:
SET CLASSLIB TO (yourlib)
oPreviewFrm = CREATEOBJECT('PreviewForm')
REPLEASE CLASSLIB (yourlib)
REPORT FORM (youreport) NOCONSOLE PREVIEW IN WINDOW (oPreviewFrm.Name)
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform