Description
Whether the DataWindow is a read-only report.
Applies to
Style keywords
Syntax
SyntaxFromSql:
Style ( Report = value )
Parameter |
Description |
---|---|
value |
Whether the DataWindow is a read-only report, similar to a DataWindow created in the Report painter. Values are: Yes -- The DataWindow is a read-only report. No -- The DataWindow is not read-only. |
Examples
SQLCA.SyntaxFromSQL(sqlstring, & 'Style(...Report = yes ...)', errstring)