Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamicbackcolor & me going nuts
Message
De
13/11/2000 22:39:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00441367
Message ID:
00441427
Vues:
16
>The exact code is :

Hmmm, this works for me, can you find any differences?
create table DynamicTest (nColor n)
for lnI = 1 to 20
	append blank
	replace nColor with lnI * 200
endfor
go top
oForm = createobject('form')
oForm.AddObject('grid1', 'grid')
oForm.Grid1.RecordSource = 'DynamicTest'
oForm.Grid1.Column1.DynamicBackColor = "iif(nColor > 0, nColor, rgb(255, 255, 255))"
oForm.Grid1.Visible = .T.
oForm.Refresh()
oForm.Show(1)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform