#92232# fixes for BIGINT type and new property HELPTEXT

This commit is contained in:
Ocke Janssen
2001-09-20 11:59:25 +00:00
parent 21301e1d33
commit 1581a0d3ca
30 changed files with 460 additions and 275 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: TableDesignView.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: oj $ $Date: 2001-08-30 12:58:00 $
* last change: $Author: oj $ $Date: 2001-09-20 12:56:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,10 +136,8 @@ OTableBorderWindow::~OTableBorderWindow()
m_pEditorCtrl->Hide();
m_pFieldDescWin->Hide();
delete m_pEditorCtrl;
m_pEditorCtrl = NULL;
delete m_pFieldDescWin;
m_pFieldDescWin = NULL;
DELETEZ(m_pEditorCtrl);
DELETEZ(m_pFieldDescWin);
}
// -----------------------------------------------------------------------------
void OTableBorderWindow::Resize()