Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen
Message
 
To
09/11/2005 06:00:25
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066715
Message ID:
01066717
Views:
16
>hi all,
>
>any idea,help
>i need to show my report as full screen
>
>report form report1 preview
>
>
>thanks
oForm             = CREATEOBJECT("Form")
oForm.Name        = "PrintPreview"
oForm.WindowState = 2   && Maximised
oForm.Visible     = .t.
wnd_name          = oForm.Name
REPORT FORM Report1 NOCONSOLE TO PRINTER PROMPT PREVIEW WINDOW (wnd_name)
oForm = NULL
RELEASE oForm, wnd_name
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform