Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blinking cursor
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00708610
Message ID:
00708620
Views:
6
* Grid AftreRowColChange event code
if this.nGridRecNo<>recno(this.RecordSource)
  this.nGridRecNo = recno(this.RecordSource)
  this.Visible = .T. && (UPDATED) was this.Refresh
        && setting this.Visible is enough. This will refresh the 
        && highlighting row correctly, but works more quickly than 
        && this.Refresh because it does not re-read the data to determine
        && if rows should be rearranged accordingly to filtering/sorting.
endif
Interesting! I have to try it, it may speed things up




>Check out How to make a grid appear like a list similar to list box FAQ #8092
>
>>I'm using a grid as a selection tool. Couldn't get rid of the scroll bar in list box and have much more control with grid.
>>
>>Regards
>>Geoff
>>
>>>>Damnamit, I hate it when its that simple. I've been looking all over the place, hehehe
>>>
>>>... and I thought it was impossible, on reading your question.
>>>
>>>However, it seems to me that the lack of a visible cursor might cause the user some inconvenience.
>>>
>>>Hilmar.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform