I want to be able to determine the actual row and column of a cell in xBrowse. I have found that this expression gives me the actual Column number :
- Code: Select all Expand view
nColumn := oLbxA:nAt // column 2
But I do not know how to find the actual row ?
Thanks
Rick Lipkin