Tag: cws_src680_dba201 User: oj Date: 05/04/25 05:41:37 Modified: /dba/dbaccess/source/ui/control/ ColumnControlWindow.cxx, FieldDescControl.cxx
Log: #i46266# read auto increment value File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: ColumnControlWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/ColumnControlWindow.cxx?r1=1.3&r2=1.3.98.1 Delta lines: +7 -5 ------------------- --- ColumnControlWindow.cxx 27 Oct 2004 12:56:28 -0000 1.3 +++ ColumnControlWindow.cxx 25 Apr 2005 12:41:35 -0000 1.3.98.1 @@ -2,9 +2,9 @@ * * $RCSfile: ColumnControlWindow.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.98.1 $ * - * last change: $Author: pjunck $ $Date: 2004/10/27 12:56:28 $ + * last change: $Author: oj $ $Date: 2005/04/25 12:41:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,7 @@ { case tpFormat: case tpDefault: - case tpAutoIncrement: +// case tpAutoIncrement: case tpColumnName: break; default: @@ -130,7 +130,7 @@ { case tpFormat: case tpDefault: - case tpAutoIncrement: +// case tpAutoIncrement: case tpColumnName: break; default: @@ -207,6 +207,8 @@ Init(); ::dbaui::fillTypeInfo(m_xConnection,m_sTypeNames,m_aDestTypeInfo,m_aDestTypeInfoIndex); + // read autoincrement value set in the datasource + ::dbaui::fillAutoIncrementValue(m_xConnection,m_bAutoIncrementEnabled,m_sAutoIncrementValue); } } // ----------------------------------------------------------------------------- File [changed]: FieldDescControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/FieldDescControl.cxx?r1=1.38.42.1&r2=1.38.42.2 Delta lines: +3 -3 ------------------- --- FieldDescControl.cxx 25 Apr 2005 08:18:33 -0000 1.38.42.1 +++ FieldDescControl.cxx 25 Apr 2005 12:41:35 -0000 1.38.42.2 @@ -2,9 +2,9 @@ * * $RCSfile: FieldDescControl.cxx,v $ * - * $Revision: 1.38.42.1 $ + * $Revision: 1.38.42.2 $ * - * last change: $Author: oj $ $Date: 2005/04/25 08:18:33 $ + * last change: $Author: oj $ $Date: 2005/04/25 12:41:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -840,7 +840,7 @@ // nur fuer AutoIncrement eine Sonderbehandlung if (pListBox == pAutoIncrement) { - pListBox->SaveValue(); +//#i46266# pListBox->SaveValue(); if(pListBox->GetSelectEntryPos() == 1) { // no DeactivateAggregate( tpAutoIncrementValue ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
