Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cool 'n Crazy Macros!
Message
De
07/08/1997 16:40:44
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00043609
Message ID:
00043616
Vues:
29
>
>First some Cool Menu commands.
>You can copy these commands to your startup program.
>
>define pad pdDir of _mSysMenu prompt 'Dir' && Shows curr directory
>define pad pdCD of _mSysMenu prompt 'CD' && Changes Dir
>define pad pdEnter of _mSysMenu prompt '>' && Too lazy to press Enter key?
>define pad pdLstCmd of _mSysMenu prompt '^' && Does the last command
>define pad pdEsc of _mSysMenu prompt '<' && Don't have the Esc key ?!?
>
>on selection pad pdDir of _mSysMenu wait wind sys(3)+curdir()
>on selection pad pdCD of _mSysMenu set defa to getdir()
>on selection pad pdEnter of _mSysMenu keyb '{ENTER}'
>on selection pad pdLstCmd of _mSysMenu keyb '{CTRL+F2}{CTRL+END}{UPARROW}{ENTER}'
>on selection pad pdEsc of _mSysMenu keyb '{ESC}'
>

innovative.... one error.... sys(3) is 'unique' file name, sys(5) is default directory.... :)

on selection pad pdDir of _mSysMenu wait wind sys(5)+curdir()

Matt
Matt McDonnell
...building a better mousetrap with moldy cheese...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform