In grid DataWindow objects, you can specify:
When grid lines are displayed
How users can interact with the DataWindow object at runtime
To specify basic grid DataWindow object properties:
Position the mouse pointer on the background in a grid DataWindow object, display the pop-up menu, and select Properties.
Select the options you want under the General category in the Properties window as described in Table 4-3.
Option |
Result |
---|---|
GridColumnMove |
True – Columns can be moved at runtime |
GridLines |
On – Grid lines always display Off – Grid lines never display (users cannot resize columns at runtime) Display Only – Grid lines display only when the DataWindow object displays online Print Only – Grid lines display only when the contents of the DataWindow object are printed |
RowResize |
True – Rows can be resized at runtime |
SelectedMouse |
True – Data can be selected at runtime (and, for example, copied to the clipboard) |