Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set grid row of current record without setting focus
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00558234
Message ID:
00558360
Views:
29
This works. But unfortunately the grid loses some information
like CurrentControl.

Nadya suggested just changing the height of the grid to one line.
Searching the record and resizing the grid to nomal height. Works
perfect.

Andreas


>You can:
>
>local lcSource
>lcSource = This.RecordSource  && This --> Grid
>This.RecordSource = ""
>* code to move record pointer here
>This.RecordSource = lcSource
Previous
Reply
Map
View

Click here to load this message in the networking platform