Defining web control values

After you have inserted a web control into a report, the next is to define its values to meet your requirements. To do this, right-click the web control and select Display Type from the shortcut menu. The Display Type dialog will appear for you to set attributes of the web control. The following paragraphs detail the settings for each web control.

See also Display Type dialog for details about options in the dialog.

Text field

To define the values of a text field:

  1. In the Web Options panel of the Display Type dialog, select the type of the text field: Standard or Password.

    Standard means that the text field will be a normal text field. Password means that the text field will be a password box in which the typed characters will be displayed as asterisks.

  2. Enter the name, value for the text field as required in the Name and Value fields.
  3. In the Tool Tip field, enter the tip you want to show for the text field. Then after the report is exported to HTML or DHTML, when you hover the mouse over the text field, the tool tip will be displayed.
  4. Set the character width in the Display Width field, and the maximum number of characters the user can enter in the Max Length field.
  5. Check the Read Only option if you would like to set this text field to be read-only.
  6. Check the Disabled checkbox if you want to make the text field disabled.
  7. Bind some web actions to the text field in the Web Behaviors box as required.
  8. Upon finishing, click the OK button to close this dialog.

Hidden field

A hidden field is visible only in design mode.

To define the values of a hidden field:

  1. In the Web Options panel of the Display Type dialog, specify the name and value of the hidden field.
  2. Bind some web actions to the hidden field in the Web Behaviors box as required.
  3. Upon finishing, click the OK button to close the dialog.

Text area

A text area allows you to input a multi-line string.

To define the values of a text area:

  1. In the Web Options panel of the Display Type dialog, enter the name, value of the text area in the Name and Value fields as required.
  2. In the Tool Tip field, enter the tip you want to show for the text area. Then after the report is exported to HTML or DHTML, when you hover the mouse over the text area, the tool tip will be displayed.
  3. Set the character width in the Display Width field.
  4. Specify the number of lines that the text area will allow in the Number of Lines field, and choose whether or not to wrap the text by selecting true or false from the Auto Wrap drop-down list.
  5. Check the Read Only option if you would like to set this text area to be read-only.
  6. Check the Disabled checkbox if you want to make the text area disabled.
  7. Bind some web actions to the text area in the Web Behaviors box as required.
  8. Upon finishing, click the OK button to close this dialog.

Checkbox/Radio button

The way to define the values of a checkbox and radio button is the same.

To define the values of a checkbox or radio button:

  1. In the Web Options panel of the Display Type dialog, specify the name, value of the checkbox/radio button in the Name and Value fields.
  2. In the Tool Tip field, enter the tip you want to show for the checkbox/radio button. Then after the report is exported to HTML or DHTML, when you hover the mouse over the checkbox/radio button, the tool tip will be displayed.
  3. Set Initially Checked to true if you want the checkbox/radio button to be selected by default.
  4. Check the Disabled checkbox if you want to make the checkbox/radio button disabled.
  5. Bind some web actions to the checkbox/radio button in the Web Behaviors box as required.
  6. Upon finishing, click OK to close this dialog.

Image button

To define the values of an image button:

  1. In the Web Options panel of the Display Type dialog, click the Browse button to specify the image source.

    Note: For a DBField, formula, or a summary, you can also check the From DBField radio button to make the value of the DBField/formula/summary the image source. If you choose this option, the Decode Type drop-down list is enabled, from which you can specify the type for decoding the image.

  2. Enter the name, value of the image button in the Name and Value fields.
  3. Type a string in the Alternate Text field to serve as content when the image cannot be rendered.
  4. In the Tool Tip field, enter the tip you want to show for the image button. Then after the report is exported to HTML or DHTML, when you hover the mouse over the image button, the tool tip will be displayed.
  5. Check the Disabled checkbox if you want to make the image button disabled.
  6. Specify the scaling mode of the image button from the Scaling Mode drop-down list, and the maximum scaling ratio in the Max Ratio field. By default the scaling ratio of the image button is not limited. If it is set to any value greater than 0, the actual scaling ratio will be less than or equal to it.
  7. Specify the size of the image button as required.
  8. Bind some web actions to the image button in the Web Behaviors box as required.
  9. Upon finishing, click the OK button to close the dialog.

Button

A button is for submitting or resetting a form.

To define the values of a button:

  1. In the Web Options panel of the Display Type dialog, enter the name, value of the button in the Name and Value fields.
  2. In the Tool Tip field, enter the tip you want to show for the button. Then after the report is exported to HTML or DHTML, when you hover the mouse over the button, the tool tip will be displayed.
  3. Select the action of the button according to your requirements: None, Submit Form or Reset Form.
  4. Check the Disabled checkbox if you want to make the button disabled.
  5. Bind some web actions to the button in the Web Behaviors box as required.
  6. Upon finishing, click OK to close this dialog.

List/Drop-down list

List and drop-down list are generally called multivalue container. A list or drop-down list provides a list of values for users to select from. While, a drop-down list occupies a smaller space than a list box so that a report can be laid out more compactly.

To define the values of a list or drop-down list:

  1. In the Web Options panel of the Display Type dialog, enter a name for the list/drop-down list in the Name field.
  2. In the Tool Tip field, enter the tip you want to show for the list/drop-down list. Then after the report is exported to HTML or DHTML, when you hover the mouse over the list/drop-down list, the tool tip will be displayed.
  3. Specify the item labels and the value of each item in the items box by inputting some strings as the labels and values respectively.

    If you want to use a DBField/formula field/parameter field to control the value, click in the Value column to insert one with the Insert Fields dialog, and then select the format for the inserted field from the drop-down list in the Item Label column.

  4. If the display type is defined as List, you can check the Allow Multiple checkbox if you want to allow multiple items to be selected.
  5. In the Selected field, specify the selected value for the list/drop-down list.
  6. Specify to use the runtime value as the selected value by checking Use Run Time Value.
  7. If you want to disable the list/drop-down list, check the Disabled option.
  8. Bind some web actions to the list/drop-down list in the Web Behaviors box as required.
  9. When done, click OK to apply the settings.

Notes: