Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define Window VFP8 vs VFP7
Message
 
To
07/02/2005 10:20:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00984448
Message ID:
00984512
Views:
15
Chris,
When you say the scroll bars are missing I assume you mean the scroll bars from the MODI FILE command. The scroll bars are not really missing, but the parent window (W1) is too small to display the whole text editor window.
Try to adjust the SIZE in your DEFINE WINDOW statement or I am sure there is a place in the options where you can change the default text editor window size (that is created when you issue MODI FILE), I don't have VFP on this computer otherwise I would try to find that preference setting.

Hope this helps,
Einar



>The following two lines of code, picked up from FoxDos days, produced a window with horizontal and vertical scroll bars in VFP 7.
>
> DEFINE WINDOW W1 AT 2,2 SIZE 40,95 TITLE "Press 'ESC' when finished" SYSTEM
> MODIFY FILE c:\whatever.txt WINDOW W1
>
>Now, running the same lines of code in VFP 8, all of the scroll bars are missing. I am guessing that it is something simple I am missing and any help would be appreciated.
>
>Thanks,
>Chris
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform