Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stuffing a wild turkey...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00390483
Message ID:
00390490
Views:
9
>I've been using a method of setting up my development environment, as suggested by Whil Hentzen in his VFP6.0 book.
>
>His method uses a menu added to the VFP development menu and envolves stuffing the keyboard buffer to set certain variables need to run forms live:
> KEYBOARD "{CTRL+F2}"
> KEYBOARD "CD N:\test\gaming"
> KEYBOARD "{ENTER}"
> KEYBOARD "gcNamex = 'REV0205'"
> KEYBOARD "{ENTER}"
> KEYBOARD "gcAccessLevel = 'ALL'"
> KEYBOARD "{ENTER}"
> KEYBOARD "gcDefaultDir = SYS(5)+SYS(2003)"
> KEYBOARD "{ENTER}"
> KEYBOARD "nKeyField = 1"
> KEYBOARD "{ENTER}"
> KEYBOARD 'USE (gcDefaultDir + "\DATA\constants") IN 0 ALIAS Constants SHARED'
> KEYBOARD "{ENTER}"
> KEYBOARD "gcPreAnnualLicense = Constants.PreAnnual"
> KEYBOARD "{ENTER}"
> KEYBOARD "gcCurAnnualLicense = Constants.CurAnnual"
> KEYBOARD "{ENTER}"
> etc.........
>
>and so on. The problem is that I seem to be limited to 24 stuffs, which doesn't make sense. I need to stuff only need 5 more!
>
>So close and yet so far. Before I waste a lot of time trying to work around this, does anyone have any OTT suggestions?
>TIA,
>Jerry

Maybe your TYPEAHEAD buffer is not large enough? Try SET TYPEAHEAD TO 1024 or somewhat larger number.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform