Page 1 of 1

Number of column

Posted: Wed Mar 04, 2020 11:43 am
by Natter
Hi.

How can I find out the absolute number of the current xbrowse's column ?

Re: Number of column

Posted: Wed Mar 04, 2020 1:00 pm
by cnavarro
http://wiki.fivetechsoft.com/doku.php?i ... s_txbrowse
http://wiki.fivetechsoft.com/doku.php?i ... xbrwcolumn
oBrw:ColPos( oCol ) –> nPos
Visible position of the column. Can be zero if the column is hidden.
oCol:nPos N Actual column position in the browse. If columns is not visible nPos == 0
oCol:nCreationOrder ReadOnly N Ordinal creation order of the columns

Re: Number of column

Posted: Wed Mar 04, 2020 1:25 pm
by Natter
Thank You , Cristobal !