Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in grid
Message
From
09/04/2007 11:24:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/04/2007 11:10:52
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:
01213458
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
>
Yes. Use an image w/o a container.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform