Hello Rao,
it is possible to have the last bookmak of the selected row, before having a recordset move?
Regards Maurizio
For Rao, xbrowse
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: For Rao, xbrowse
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
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: For Rao, xbrowse
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
did you delete the other answer?
Maurizio