Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double click on an image control
Message
From
14/01/2007 03:19:06
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01184899
Message ID:
01185423
Views:
22
Hi, I don't know how to use this. If I'm creating my images using the addobject. The number of image control is known only at run time.
thisform.addobject(cimgname, 'Image')

		with evaluate('thisform.' + cimgname)
			.visible=.t.
			.stretch=1
			.width=75
			.height=75
			.top=tvalue
			.left=lnleft
			.picture=locfle
			.borderstyle=1
			.tooltiptext=alltrim(empname)+iif(!empty(empname),', ','')+alltrim(pos)
		endwith
Any workaround? I really need to have the click or double click for these image controls.

Please help me.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform