Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Highlighting expression error
Message
De
21/09/2000 14:08:43
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00419140
Message ID:
00419196
Vues:
28
Thanks for the suggestions. Either way I'm still getting the error periodically. Here's my exact code in the different places I have them:

---AfterRowcolChange
LPARAMETERS nColIndex
select tranfile
grno = RECNO()
THISform.pageframe1.page1.grid1.setall("Dynamicbackcolor", ;
"IIF(RECNO()=grno,RGB(128,192,192),RGB(255,255,255))","Column")
select receipt
THISFORM.PAGEFRAME1.PAGE1.REFRESH()

----Grid Init
PUBLIC grno
select tranfile
grno = RECNO()
THISform.pageframe1.page1.grid1.setall("Dynamicbackcolor", ;
"IIF(RECNO()=grno,RGB(128,192,192),RGB(255,255,255))","Column")

----Grid Refresh
select tranfile
grno = RECNO()
THISform.pageframe1.page1.grid1.setall("Dynamicbackcolor", ;
"IIF(RECNO()=grno,RGB(128,192,192),RGB(255,255,255))","Column")
select receipt

Thanks.

Joe
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform