Version 8.3.3
 —  Working with Pages  —

Working with Page Navigation

In more complex applications, you often have to cope with situations in which you have to go through a sequence of pages. For example, for entering a purchase order, you have to specify first some header information (like customer, address, etc.), go to a list of items you want to order, open detail information page(s) on a selected item, etc.

The navigation can be quite complex on its own - there are several frameworks available which deal with this topic.

What Application Designer offers is a way to navigate between different pages. How you find out when and where to navigate to (server-side business logic) - is not of interest for Application Designer. As soon as you know where to go to, tell Application Designer your decision.

The information provided in this part is organized under the following headings:

../graphics/gr_b_sm.png Page Navigation
../graphics/gr_b_sm.png Session Management
../graphics/gr_b_sm.png Opening Modal Pop-up Dialogs
../graphics/gr_b_sm.png URL to Choose when Navigating
../graphics/gr_b_sm.png Value Help Pop-up Dialogs
../graphics/gr_b_sm.png Standard Pop-up Dialogs
../graphics/gr_b_sm.png Page-based Pop-up Dialogs

Top of page