For Rao, xbrowse

Post Reply
User avatar
Maurizio
Posts: 826
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

For Rao, xbrowse

Post by Maurizio »

Hello Rao,
it is possible to have the last bookmak of the selected row, before having a recordset move?

Regards Maurizio
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: For Rao, xbrowse

Post 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
Regards

G. N. Rao.
Hyderabad, India
User avatar
Maurizio
Posts: 826
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: For Rao, xbrowse

Post 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
Post Reply