Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running Code with SAVE AS Menu Item
Message
From
01/06/2005 21:33:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Running Code with SAVE AS Menu Item
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01019215
Message ID:
01019215
Views:
79
I would like to be able to run one VFP command like:
STORE "Y" TO my_mvar
any time that I click on the

FILE / SAVE AS

menu item. Here are framents of the menu in question:
DEFINE PAD _msm_file OF _MSYSMENU PROMPT "\<File" COLOR SCHEME 3 ;
	NEGOTIATE  LEFT, NONE ;
	KEY ALT+F, "" ;
	MESSAGE "Creates, opens, saves, prints files or quits Visual FoxPro"

ON PAD _msm_file OF _MSYSMENU ACTIVATE POPUP _mfile

DEFINE BAR _mfi_savas OF _mfile PROMPT "Save \<As..."
Thanks!
Terry :)
Next
Reply
Map
View

Click here to load this message in the networking platform