Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report preview in its own window
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00991148
Message ID:
00991177
Views:
15
This message has been marked as the solution to the initial question of the thread.
oRepForm = CREATEOBJECT("Form")
WITH oRepForm
 .Caption = "My report Title"
 .WindowState = 2   **This will maximize the form
 .Show()
ENDWITH
REPORT FORM myReport.frx PREVIEW WINDOW (oRepForm.Name)
oRepForm.Release()
>How can you have a report preview in its own window? I have screen off so Foxpro puts the preview inside the active form. This form is too small so you cannot see the report. I would like to have the preview in its own window on the desktop. Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform