Introduction to Data Entry Controls |
When you enable data entry for a data source,
The text label for a given control provides instructions about what to enter into a related reply object. You can assist a user by making the label as explanatory as is necessary. For example, if you are designing a shipping label for which the weight needs to be entered at print-time, you could create a label which reads, "Weight," or you could give complete instructions which read, "Enter the package weight (rounding up to the nearest pound)."
When you print a document containing one or more data sources with data entry enabled,
When you have finished entering data into a reply object, you can use the Tab key on your keyboard to move the cursor to the next reply object. If you need to return to an earlier data entry control, you can press Shift+Tab to move backward; alternatively, you can use your mouse to move to the desired reply box.
|
Control Name |
Description |
|
Creates a line of text on the data entry form that cannot be edited by the user. |
|
|
Prompts the user to enter a value into a text box. |
|
|
Prompts the user to select a numerical value. |
|
|
Prompts the user to select a check box. If enabled, |
|
|
Prompts the user to select one option from a predefined list of options. |
|
|
Prompts the user to select one option from a predefined list of options displayed in a box. |
|
|
Prompts the user to select one option from a predefined list of options. When the dropdown list is inactive, it displays a single value. When activated, the entire list of options is displayed. |
|
|
Prompts the user to pick a date from a calendar control. |
|
|
Prompts the user to enter a time value into a text box. |
|
|
Prompts the user to select a date from a month calendar box. |
|
|
Creates a group box on the data entry form to contain other controls. |
|
|
Creates a line on the data entry form. |
|
|
Inserts a picture on the data entry form. |
|
|
Prompts the user to select an image from a file or capture an image from an attached camera or scanner. |
|
|
Prompts the user for a weight from a weighing scale that is connected to the computer. |
Related Topics