Could someone tell me what the equivalent for the listbox syntax oLbx:GetPos() for xBrowser is?
Thanks in advance
Otto
Could someone tell me what the equivalent for the listbox syntax oLbx:GetPos() for xBrowser is?
Thanks in advance
Otto
Otto, if I'm not wrong:
oBrowse:nRowSel ==> current row selected
oBrowse:nColSel ==> current col selected
Regards,
Maurilio
Thank you.
Otto