Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone have BMP/MSK for command button?
Message
 
 
To
13/04/2007 08:37:00
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01215348
Message ID:
01215461
Views:
17
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform