Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stuffing a wild turkey...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00390483
Message ID:
00390494
Vues:
8
How about a macro?

Michelle


>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform