!!CB!! 155
Call oCol.SetAttribute( CDK_IT_ColumnTitle, oTab.oCol.fGetColLabel ( ) )
is not working fine !!
thanks in advance
Lairton N de Almeida Jr.
lai...@centuraexplorer.com
=====================
www.centuraexplorer.com.br -
O site dos desenvolvedores Centura em lingua portuguesa
www.centuraexplorer.com.br/livro_ctd2000/ -
Sobre o livro "Programando Com o Centura Team Developer 2000"
=====================
!!CB!! 134
Function: Test
Description:
Returns
Parameters
Static Variables
Local variables
: TW
Class: cdkTableWindow
: COL
Class: cdkColumn
Actions
Call CDK_App.InitFromFile ("D:\\temp\\testtbl.app")
Call CDK_App.GetTopLevelWindow ( "tbl1", TW)
Call TW.GetColumn ( "col1", COL)
Call COL.SetAttribute ( CDK_IT_ColumnTitle, "TEST")
Call CDK_App.SaveOutline ( "D:\\temp\\testtbl2.app")
Regards,
Frank Boettcher
Ice Tea Group, LLC
www.iceteagroup.com
Lairton N de Almeida Jr schrieb in Nachricht
<8njfrp$m1...@horizon.centurasoft.com>...
My error ....
Call oColuna.SetAttribute( CDK_IT_ColumnTitle, oTab.oCol.fGetColLabel ( ) )
Call oColuna.SetObjectClass( oTab.oCol.fGetColClasse ( ) )
the correct is ....
Call oColuna.SetObjectClass( oTab.oCol.fGetColClasse ( ) )
Call oColuna.SetAttribute( CDK_IT_ColumnTitle, oTab.oCol.fGetColLabel ( ) )
:-D
A simple detail.
I´m setting the column title
but when I set the column class the title turn to class default.
Thanks.
Lairton
"Frank (ITG)" <fr...@iceteagroup.com> wrote in message
news:8njgi4$m1...@horizon.centurasoft.com...
Regards,
Frank