These wikis might help?
http://fox.wikis.com/wc.dll?Fox~DisplayFindResults

I barely remember that there were tricks in using grid:

1. this.recordsource=this.recordsource

2. select (this.recordsource)
    go recno()
    this.refresh()

I still think there were some codes in your popup screen that moved
the record pointer of the grid's recordsource. You could re-open the
grid's data source using aliases without moving the record pointer in
the grid.

* something like these:
select 0
use (grid.recordsource) again noupdate alias haha
* do your stuffs
use in haha


On Sat, Nov 17, 2018 at 12:50 AM Kent Belan <kbe...@mchsi.com> wrote:
>
> Hello,
> I have a weird problem with a grid on a locate screen that I have never
> noticed before.
>
> I have a maintenance screen with a locate button, that opens a modal search
> form with a grid to select a record.
>
> When I load the grid with several hundred records the first time it loads
> fine at the top of the file.
>
> The user selects a record and I return to the maintenance form and show the
> record details.
>
> If the user clicks the locate button again, I load the search form with the
> grid and position the cursor to the record that was previous selected and
> the grid shows the correct record.
>
> The problem is when the user clicks on the grid, it repositions itself to
> the first page of the grid and now we are on the wrong record.
>
> Very weird ...  Has anyone seen this behavior and possible solution ?
>
> Thanks,
> Kent
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAGv=mjbpbctaa57upey7hcqr4cqzjd9nej5yfdhv99rdu4g...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to