Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errors in generating *.mpr
Message
From
22/09/2005 03:05:03
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Errors in generating *.mpr
Miscellaneous
Thread ID:
01051863
Message ID:
01051863
Views:
42
Dear All,

When you made a shortcut menu, evoke it by
DO shortcut1.mpr with this
A parameter is added in shortcut menu like:
PARAMETER oref

DEFINE POPUP shortcut1 SHORTCUT RELATIVE FROM MROW(),MCOL()
DEFINE BAR 1 OF shortcut1 PROMPT "Confirm 確定" ;
	PICTURE ".\bmp\cb-new.bmp"
DEFINE BAR 2 OF shortcut1 PROMPT "Complete 完成" ;
	PICTURE ".\bmp\cb-appt.bmp"
DEFINE BAR 3 OF shortcut1 PROMPT "Alter 修改" ;
	PICTURE ".\bmp\cb-edit.bmp"
DEFINE BAR 4 OF shortcut1 PROMPT "Delete 刪除" ;
	PICTURE ".\bmp\cb-delete.bmp"
However, this would not be done, since the *.mpr is complied with executive file, any amendment done in *.mpr would not be included in the executive file. I have to exclude the *.mpr, so that I could add the parameter before the shortcut menu... Anyway to work around?!
Best regards,

Aaron Chu

********************************************************

Working with Visual FoxPro is a lot of FUN!

********************************************************
Next
Reply
Map
View

Click here to load this message in the networking platform