cws dba34c: the celldescription control is visible at all database types

This commit is contained in:
Marc Neumann [msc] 2011-02-22 09:21:09 +01:00 committed by Jan Holesovsky
parent 7148417acc
commit 5ba40ecb52

View file

@ -340,7 +340,9 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional
sleep 1
FieldType.TypeKeys "<RETURN>" , TRUE
Description.TypeKeys "<RETURN>" , TRUE
if( CellDescription.isVisible() ) then
CellDescription.TypeKeys "<RETURN>" , TRUE
endif
printlog "-------------------------------"
next