Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic forecolor expresssion is invalid - URGENT
Message
From
28/01/2003 10:36:09
 
 
To
28/01/2003 10:30:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00745485
Message ID:
00746205
Views:
34
Hi,
WITH ThisForm.Grid1

  .SETALL("DynamicBackColor", "IIF(RECNO('mytest')=lnROw, RGB(0,0,128), RGB(255,255,255))", "Column")

  .SETALL("DynamicForeColor", "IIF(RECNO('mytest')=lnROw, RGB(255,255,255), RGB(0,0,0))", "Column")

ENDWITH
lnRow was defined as public.

Again, as I said I ever try to use gridhighlighter class downloaded from download section. This class will handle the highlight for me, what I need to do is just set the property for backcolor/forecolor. But it is too bad for me that, error still occured.


:((
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform