cws dba34c: the celldescription control is visible at all database types
This commit is contained in:
parent
7148417acc
commit
5ba40ecb52
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue