Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a method from shortcut menu
Message
De
01/03/2003 20:26:01
 
 
À
01/03/2003 20:20:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00760032
Message ID:
00760053
Vues:
19
>Hi Fred,
>
>This is what I got in the code.
>
DEFINE BAR 1 OF shortcut PROMPT "\<Comments" ;
	PICTURE "..\images\comments.bmp"
DEFINE BAR 2 OF shortcut PROMPT "\<Information" ;
	PICTURE "..\images\information.bmp"
>and I have no idea where the images are pointing to.

They would be pointing to a relative path that's one level higher than you're current default folder when running VFP. In other words, the "images" folder is at the same level as your default folder.
C:\
  \yourfolder
  \images
Is that the way it is? If this is in an .EXE, did you make sure the images are included in the .EXE when it's built?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform