Previous Topic: Unsupported File-Related FunctionsNext Topic: Window/Dialog Properties


Other Unsupported Features

The following functionalities are unsupported, or partially supported in Web Generation:

  1. Due to the limitations imposed by HTML, the following controls are not supported:
  2. The following functionalities associated with specific controls are not supported:
  3. The following table discusses the functioning of Disabled By logic in Mozilla Firefox and Internet Explorer:

Operation

Mozilla Firefox

Internet Explorer

Cut, Paste, Delete, and Undo from the Keyboard consistently

(without using the Context menu)

Disabled By works as expected.

Disabled By works as expected.

Cut, Paste, and Undo from the Context menu consistently

(without using the keyboard)

Disabled By does not work as expected.

Disabled By works as expected.

Delete by using the Context Menu

Disabled By does not work as expected.

Disabled By does not work as expected.

Delete key on the keyboard to delete the contents of a control and then use Undo.

Disabled By does not work as expected.

Disabled By does not work as expected.

Select the data to be deleted, use the Delete key on the keyboard to delete the contents of a control, and then use Undo.

Disabled By does not work as expected.

Disabled By works as expected.

  1. Tab sequencing among window controls is governed by the controls' order in the generated HTML file. Since a list box is implemented by HTML <TABLE> and Link (Action:) tags, sequencing does not include list boxes.
  2. Recursive calls within action blocks (such as, an action block calling itself) are not supported and may result in runtime abends.
  3. The HideRadioButtonGroup method is not supported in Web Generation. Use the Visible property to hide the Radio Button Group controls.