How can I retrieve the value of the highlighted xbrowse cell
Many thanks
Peter
How can I retrieve the value of the highlighted xbrowse cell
Many thanks
Peter
I used normaly my datas in a array, I get de value with this form:
For example I get de data of column number 4 =
? aData[ oBrw:nArrayAt, 4 ]
Regards,
Carito
oBrw:SelectedCol():Value
thanks to both
Regards
Peter