Page 1 of 1

For Rao, xbrowse

Posted: Sat Jul 15, 2023 4:46 am
by Maurizio
Hello Rao,
it is possible to have the last bookmak of the selected row, before having a recordset move?

Regards Maurizio

Re: For Rao, xbrowse

Posted: Sat Jul 15, 2023 8:54 am
by nageswaragunupudi
Please try

Code: Select all | Expand

local nLastBm := 0
//
//
oBrw:bChange := <|oBrw|
if oBrw:BookMark != nLastBm
   // do your work
   nLastBm := oBrw:BookMark
endif
return nil

Re: For Rao, xbrowse

Posted: Mon Jul 17, 2023 2:12 pm
by Maurizio
Thanks Rao, that's what I was looking for. The test program works, now I test it in production.

did you delete the other answer?


Maurizio