Number of column

Post Reply
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Number of column

Post by Natter »

Hi.

How can I find out the absolute number of the current xbrowse's column ?
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Number of column

Post 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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Re: Number of column

Post by Natter »

Thank You , Cristobal !
Post Reply