|
Claudio:
Veja o
exemplo abaixo:
abra�os,
Julio
Cesar Dalla Rosa.
bOk = SalTblSetColumnPos ( hWndCol,
nPos )
Moves a table window column to a new
position.
Parameters
hWndCol Window Handle. The
handle (or name) of a table window column to move.
nPos Number. The new position of the table window column. 1 is the first (left-most) position, 2 is the second position, and so on. Return Value bOk is TRUE if the function succeeds
and FALSE if it fails.
Example
This example uses SalTblSetColumnPos
to move a column one position to the right.
Call SalTblSetColumnPos ( col3, nPos
+ 1 )
See Also
SalTblQueryColumnPos
|
[sqlwin] =?iso-8859-1?Q?RES=3A_=5Bsqlwin=5D_Mudan=E7a_da_posi=E7=E3o_de_uma_coluna?=
Julio Cesar Dalla Rosa - AlmapBBDO Thu, 20 Feb 2003 06:10:49 -0800
