Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Picture in grid
Message
De
09/04/2007 11:24:56
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
09/04/2007 11:10:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01213361
Message ID:
01213458
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform