Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active cell (backcolor/forecolor) in a grid
Message
 
To
23/11/2001 22:49:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00585318
Message ID:
00585332
Views:
12
>Hi!,
>
>How to change the active cel Backcolor or Forecolor in a grid ?
>Do you known how can I do that ?
>
>Thanks.

Depends on what exactly you want to achieve and from where (in your form).

The simplest way to do this:

thisform.Grid1.SetAll("SelectOnEntry", .F., "Column")
thisform.Grid1.SetAll("ForeColor", RGB(255,255,255), "TextBox")
thisform.Grid1.SetAll("BackColor", RGB(0,0,0), "TextBox")

The active cell will appear as white text on black
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform