The type of the control (for Describe) or the type of presentation style (for DataWindowSyntaxFromSql).
Describe argument:
"controlname.Type"
Parameter |
Description |
---|---|
controlname |
The name of the control for which you want the type. Valid values are:
|
DataWindowSyntaxFromSql:
Style ( Type = value )
Parameter |
Description |
---|---|
value |
A keyword specifying the presentation style for the DataWindow object. Keywords are:
|
[Visual Basic] setting = dw1.Describe("emp_name.Type")
DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring,'Style(... Type=grid ...)')