Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Highlight Problem - Can you Duplicate it?
Message
From
13/09/2005 18:56:03
 
 
To
13/09/2005 17:00:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01049139
Message ID:
01049272
Views:
21
>Any ideas anyone?

If you wish that dynamic win respect Highlight, set Sparse = .F.
   WITH THIS.grid1
      THISFORM.HIGHLIGHTBACKCOLOR = .HIGHLIGHTBACKCOLOR
      THISFORM.HIGHLIGHTSTYLE     = .HIGHLIGHTSTYLE
      THISFORM.gridbackcolor      = .BACKCOLOR
      THISFORM.gridforecolor      = .FORECOLOR

     *****  AAAAADDDDDDDDEEEEDDDDDD ********
      .columns[2].Sparse = .F.
   ENDWITH
Remember:
every CurrentControl.BackColor set in AfterRCC is annulled by the following cycle of paint.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform