Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove datawindows highlights

Status
Not open for further replies.

1chiban

Programmer
Joined
May 31, 2011
Messages
4
Location
PT
Hi,

I have a problem with datawindows. When I click a row of the datawindows it leaves a light blue trace on the item after i click on other item. How do I remove that?
 
define 'light blue trace' ???:

is the whole row having a blue background?
what's a 'trace'?
only the column that you clicked is blue? (is it editable?)
check out the background-color attributes of the column (Item?) it might have something like ... 'if ( isselected(), ...., rgb()) etc.


regards,
Miguel L.
 
If there's something dynamic going on to highlight a row, a .SetRedraw( TRUE ) may be required in the RowFocusChanged event.
 
it's okay, ive solved it already, there was a dynamic method on the detail field of the datawindow, i just removed it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top