Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in grid
Message
From
09/04/2007 11:10:52
 
 
To
09/04/2007 09:02:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01213361
Message ID:
01213450
Views:
14
Dear Sir,

Now these codes work fine for me.
But my question is: Is it possible to display picture only in image control.
I do not want to add container control in grid column.
I want to drop only image control in grid column and then show picture in it.
lcpath = sys(5) + addbs(sys(2003)) + [cheque\]
select bank,branch,lcpath+path1 as filename ;
	from cheqs;
	where bank= ("MCB");
	into cursor myimagelist
go top

with thisform.grid1
	.recordsource = 'myImageList'
	with .columns(3)
			.addobject('myContainer','Container') 
			.currentcontrol = 'myContainer'
			with .mycontainer
			.addobject('myImage','Image')
			.myimage.visible = .t.
			endwith
		.dynamicbackcolor = 'thisform.fake()'
	endwith
endwith
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform