DataWindow presentation styles

Table 202. 

CrossTab, Composite, Freeform, Graph, Grid, Group, Label, N-Up, Tabular and TreeView presentation styles

Supported

  • DataWindow objects and controls in a DataWindow can be dynamically created (e.g. by using the CREATE statement).

  • CrossTab, Composite, Freeform, Graph, Grid, Group, Label, N-Up, Tabular, and TreeView style DataWindows are implemented in XML in Appeon applications.

  • Decimal retrieval argument is supported.

Differences

For all supported DataWindows, it ignores the upper or lower case when sorting by the column names.

For CrossTab style, refer to the detailed description of differences CrossTab DataWindow.

If the CrossTab DataWindow object contains over 3 headers, make sure the columns are sorted in the same order in both the DataWindow object and the SQL scripts, otherwise the value displayed in the detail field will be incorrect.

For Composite style, refer to the detailed description of differences Composite DataWindow.

For Freeform style, when a user adjusts a scrollbar up and down, before the user releases the scrollbar, the DataWindow's contents are scrolled up and down in correspondence with the scrollbar's position. This does not happen in PowerBuilder applications.

For Grid style:

  1. mobile application supports dragging and dropping columns in different locations on a Grid DataWindow. You can select a column header and drag it over other columns and drop the column in any location within the DataWindow. The selected column will be highlighted.

  2. Sorting a column or selecting all the items by clicking the column header is unsupported.

  3. In PowerBuilder, the tab sequence in a Grid DataWindow object is always left to right (except for right-to-left operating systems). Changing the tab value to any number other than 0 has no effect. In the mobile Grid DataWindow, changing the tab value to any number other than 0 does have an effect. If the user presses Tab, the focus will change according to the predefined tab order.

  4. The color of the DataWindow border will be changed as the background color changes in the PowerBuilder application. This is not so in the mobile application.

  5. If "Suppress Repeating Values" is selected for rows, there will be noticeable short breaks in the grid lines.

For Group style, refer to the detailed description of differences Grouping in DataWindow.

For Graph style, refer to the detailed description of differences Graph DataWindow.

For Label style, RowFocusChange event is unsupported.

For N-Up style, when dynamically changing the height of DataWindow, the number of pages is recalculated on the mobile but it is not recalculated in PowerBuilder.

For TreeView style, refer to the detailed description of differences TreeView DataWindow.

For more DataWindow user operation differences, refer to DataWindow user operation differences.

Other DataWindow presentation styles

Unsupported

OLE DataWindow

RichText DataWindow