Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Display
Message
From
07/07/1999 18:07:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00238571
Message ID:
00238579
Views:
12
>I have a read only grid based on a table. I have an "Order By" listbox which sets the order of the table based on the users selection. Next to the listbox is a 'Seek' text box.
>
>In the Interactive change event of txtSeek I have:
>
>SELECT HARDWARE
>SEEK ALLTRIM(this.Value)
>ThisForm.Grid1.Refresh()
>
>The problem is, the found row is displayed in the middle of the grid. Is there anyway to have this row become the first row of the grid?
>
>TIA.
>
>Rob

A while loop containg the activerow property and doscroll(1) method is worth looking into.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform