![]() ATOUTFOX COMMUNAUTÉ FRANCOPHONE DES PROFESSIONNELS FOXPRO Visual FoxPro : le développement durable |
|||||||||||||
|
|||||||||||||
images dans une grille foxpro
|
|||||||||||||
|
|||||||||||||
www.atoutfox.org - Site de la Communauté Francophone des Professionnels FoxPro - v3.4.0 - © 2004-2025. |
Eric ma demande c'était comment tu as fait pour insérer la boule qui tourne....
mais ta contribution m'a fait découvrir une nouvelle technique http://www.universalthread.com/ViewPageNewFAQ.aspx?ID=7934
With .Columns(2)
.Addobject('myContainer','Container')
.CurrentControl = 'myContainer'
.Sparse = .f.
With .myContainer
.Addobject('myImage','Image')
.myImage.Visible = .t.
Endwith
.Dynamicbackcolor = 'thisform.fake()'
Endwith
.Visible = .t.
Endwith
j'vais regarder çà en fin de semaine et peut être modifier mon browser d'image