Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyone have BMP/MSK for command button?
Message
 
 
À
13/04/2007 08:37:00
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01215348
Message ID:
01215461
Vues:
18
>Because that's what the application is written in. I'm modifying it. I have no choice. That didn't help by the way. That is a single button, not a multiple button group. I can't get the code (that I posted) to work with the PICTURE function. No problem with a single button though. I have found no Foxpro Help that helped and was just hoping someone had some old code that already had the syntax. If I could do this using something remotely in the decade, I would, but unfortunately if I want a paycheck, I have to work with this crap. Make sense?

I thought that it was your choice. Anyway, try
mchoice = 1
lcPic1 = ["] + HOME() + [Ffc\Graphics\ok.bmp"]
lcPic2 = ["] + HOME() + [Ffc\Graphics\cancel.bmp"]
lcPic3 = ["] + HOME() + [Ffc\Graphics\info.bmp"]

@ 2,2 GET mchoice ;
		FUNCTION [*NHB ] + lcPic1 + [;] + lcPic2 + [;] + lcPic3  ;
	SIZE 1, 8
READ
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform