Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cool 'n Crazy Macros!
Message
From
07/08/1997 15:51:01
Biju Varghese
M.H Alshaya Co W.L.L
Kuwait, Kuwait
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Cool 'n Crazy Macros!
Miscellaneous
Thread ID:
00043609
Message ID:
00043609
Views:
66
Hi! I just thought of sharing some 'Cool 'n Crazy Macros' with u all! I was using these with Foxpro 2.6 for Windows. U can Paste them from here into the Macro Content Edit box. (For those who r using 2.6) 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}' Now, the macros... Generate Screen- Tired of clicking to generate the screen?
Next
Reply
Map
View

Click here to load this message in the networking platform