I'm not sure if this will help but I see a similar problem with grids and to get the record you want you need to physically point to the correct record after any requeries etc.. i.e. Select v_childview go bottom OR save a record number and go to that record
I use a method like
local lnSelect
lnSelect = Select()
select v_childview
**** find the one you want here
select( lnSelect )
I usually put this in the activate() method of the form but whereever you think appropriate. ©2001 graeme thomson |