Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic forecolor expresssion is invalid - URGENT
Message
De
27/01/2003 00:41:41
 
 
À
26/01/2003 13:00:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00745485
Message ID:
00745628
Vues:
21
Hi,
Here is the expression:
with thisform
  lnRow = 0
  .grid1.SETALL("DynamicBackColor", ;
	"IIF(RECNO('mytest')=lnRow , RGB(0,0,128) , RGB (255,255,255))", "Column")
  .grid1.SETALL("DynamicForeColor", ;
	"IIF(RECNO('mytest')=lnRow , RGB(255,255,255) , RGB  (0,0,0))", "Column")
endwith
It cause error only after the program run for 7-8 hours.

Any ideas?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform