I want to get the data of the row which user just left.
I can't use :bChange as :aRow() will show the data of current row I'm at.
I saw and tried :bOnRowLeave but my test seems to indicate it also doesn't give the result I'm looking for.
What else can I try?
TIA
p.s. How to get oBrw:report() to print logical field as Yes or No instead of .t., .f.?
xBrowse: bOnRowLeave
Re: xBrowse: bOnRowLeave
Try with bLButtonUp
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Re: xBrowse: bOnRowLeave
cnavarro wrote:Try with bLButtonUp
Doesn't work when navigating with keyboard. If navigate with mouse it'll also return the current row not the previous active row
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: xBrowse: bOnRowLeave
I saw and tried :bOnRowLeave but my test seems to indicate it also doesn't give the result I'm looking for.
:bOnRowLeave was actually intended for this purpose only, but it is not working reliably
![Sad :(](./images/smilies/icon_sad.gif)
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: xBrowse: bOnRowLeave
We need to improve on the usage of bOnRowLeave.
Will you be able to do some tests?
Will you be able to do some tests?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India