Page and data source constructs

Previous Next

This section presents design patterns of typical adaptations you may want to apply to the USoft default application.

Choose an item and click on the text in the Title column to continue.

Pattern

Title

Description

1

Search-and-results
on single page

Search block and Results block on one page. Pressing Search leads to Results.

2

Search-and-Results
across two pages

Search block on first page. Results block on second page. Pressing Search leads to Results on second page.

3

Save-and-Confirm
across two pages

Search block and Results block on one page. Pressing Save leads to second page where Results data is repeated.

4

Master-detail form
on a single page

Search parent block, Results parent block and synchronized Results child block on one page.

5

Master-detail
on separate Search-and-Select and Edit pages

Pattern 4, extended with Go >> button leading to second page where child Results may be edited.

6

Re-used embedded page

Re-usable Search and Results blocks embedded in a host page with its own Search and Result blocks.

7

Customized lookup page

Standard lookup page but without Search block and with automatic query

8

Convert lookup page
to dropdown list

Standard lookup page converted into dropdown list

9

Classic joined column

Standard foreigh key field with added joined column from parent table

 

See Also

Pages

Data Sources

Scripting with Data Sources