Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying a report inside a user defined window
Message
From
05/06/1998 13:54:00
 
 
To
05/06/1998 13:49:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00105253
Message ID:
00105260
Views:
35
>I'm trying to preview a report using the following code:
>
>DEFINE WINDOW sergio FROM 1,1 TO 40,100 TITLE 'Preview' CLOSE SYSTEM; IN DESKTOP
>show window sergio
>REPORT FORM sellos preview window sergio
>
>The main VFP window is disabled with screen=off in config.fpw butit doesn't.Window 'sergio' does not show up in the desktop.
>
>Also the report when I run the form from VFP the report won't show in 'sergio'
>
>I apreciate any help
>Sergio
>dff@whc.net

You can temporarily restore _SCREEN:
_screen.visible=.t.
report form .....
_screen.visible=.f.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform