Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Errors in generating *.mpr
Message
De
22/09/2005 03:05:03
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Errors in generating *.mpr
Divers
Thread ID:
01051863
Message ID:
01051863
Vues:
49
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!

********************************************************
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform