To Set Text Defaults in a Graphical Control
A default property allows a data value to be generated automatically. A default property is available for each application entry prompt and defaults are entered in the Properties field. For example, if you had two warehouses, one in Boston and the other in Sacramento, and wanted the user to default to the Boston Warehouse from a TextBox control prompt called "Warehouse", you can default the value by entering specific string values in Defaults property of the EditText property in the graphical TextBox control, or you can enter the values via script.
For a description of the possible default values and syntax, refer to the topic Text Default Values in the Developers Reference Guide which can be downloaded from the RFgen Online Help and Documentation Page.