Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Highlighting expression error
Message
From
21/09/2000 14:08:43
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00419140
Message ID:
00419196
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform