When naming windows, use the following format.
Remarks
Example
The following example illustrates naming a window object when using the DEFINE WINDOW command:
| | Copy Code |
|---|
DEFINE WINDOW wCustomerInvoices ;
FROM nFirstRow, nFirstColumn TO nLastRow, nLastColumn |
See Also