diff options
Diffstat (limited to 'testautomation/dbaccess/tools/tabletools.inc')
-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 461ef8ff2..132671e3b 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 sleep(1) |