Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errors in generating *.mpr
Message
 
 
To
22/09/2005 03:05:03
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
01051863
Message ID:
01051897
Views:
6
Remove menu from the project and include .MPR file instead.
>
>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?!
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform