Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Right click
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01376221
Message ID:
01376409
Views:
13
>My personal preference is to code mine on the fly with the following code in the RightClick event:
>
>
>DEFINE POPUP shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
>DEFINE BAR 1 OF shortcut PROMPT 'Delete'
>DEFINE BAR 2 OF shortcut PROMPT 'Edit'
>ON SELECTION BAR 1 OF shortcut _screen.ActiveForm.MyDeleteMethod()
>ON SELECTION BAR 2 OF shortcut _screen.ActiveForm.MyEditMethod()
>ACTIVATE POPUP shortcut
>
Wow, there's a trip down memory lane ;-)
Previous
Reply
Map
View

Click here to load this message in the networking platform