diff options
author | Marc Neumann [msc] <Marc.Neumann@oracle.com> | 2011-02-22 09:21:09 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-04-21 21:15:59 +0200 |
commit | 5ba40ecb52ce6f4868206edabdec8f4124517151 (patch) | |
tree | 2d998917baa2453a31a2b7d7780165557b768633 /testautomation | |
parent | 7148417accf50283b8f15ed2b94b1496c0236ef5 (diff) |
cws dba34c: the celldescription control is visible at all database types
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/dbaccess/tools/tabletools.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc index 3fcf1ef8e5bb..f98889d8c9af 100644 --- a/testautomation/dbaccess/tools/tabletools.inc +++ b/testautomation/dbaccess/tools/tabletools.inc @@ -340,7 +340,9 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional sleep 1 FieldType.TypeKeys "<RETURN>" , TRUE Description.TypeKeys "<RETURN>" , TRUE - CellDescription.TypeKeys "<RETURN>" , TRUE + if( CellDescription.isVisible() ) then + CellDescription.TypeKeys "<RETURN>" , TRUE + endif printlog "-------------------------------" next |