xBrowse retrieve current cell value

Post Reply
reds
Posts: 50
Joined: Tue May 16, 2017 12:19 pm
Location: North London

xBrowse retrieve current cell value

Post by reds »

How can I retrieve the value of the highlighted xbrowse cell

Many thanks
Peter
carito
Posts: 41
Joined: Sat Dec 03, 2016 2:49 pm

Re: xBrowse retrieve current cell value

Post by carito »

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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: xBrowse retrieve current cell value

Post by nageswaragunupudi »

oBrw:SelectedCol():Value
Regards

G. N. Rao.
Hyderabad, India
reds
Posts: 50
Joined: Tue May 16, 2017 12:19 pm
Location: North London

Re: xBrowse retrieve current cell value

Post by reds »

thanks to both
Regards
Peter
Post Reply