Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need info on coordinating Forms, Menus & Windows
Message
From
22/01/1999 14:18:40
 
 
To
22/01/1999 12:46:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00179047
Message ID:
00179147
Views:
18
>Hi - I am 68 - but new to Internet, pse excuse if I don't do verything right. My problem: Creating an application in VFP5, I disable the VFP Window with the line SCREEN = OFF in CONFIG.FPW
>
>The reason for this is that the VFP Window does not fill the whole screen, and I don't like the all-white backgound. So, I create a top-level form with a menu, from which I select and launch the various components of my application. After much headscratching and a little bad language, together with close reading of the manual, I've got things running nicely, but one problem has me licked.
>
>That relates to the Report Form/Preview function. While in the development anvironment, it works nicely, but when I try to run the compiled version alone, I get no previev. I have tried hiding my form(s), creating windows and or forms, but nothing solves the problem.
>
>If I enable the main VFP window by removing the 'screen = off' statement, I get a preview, but it is different from what I get under development. First, it is not possible to scroll the page(s, making a 100% full view impossible, and I get a VCR control that does not show when under developemnt.
>
>In the development environment, scrolling thru the preview is very convenient, using PageUp, PageDown and arrow keys.
>
>I would appreciate any feedback to this rather long-winded story.
>
>Sincerely
>
>Rolf Aalberg
>
>E-mail: Rolf.Aalberg@c2i.net

Basically, you should just restore _SCREEN temporarily right before REPORT ... PREVIEW:
_screen.left=0
_screen.visible=.t.
report form myreport preview
_screen.visible=.f.
_screen.left=-2000
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform