Kbase P12522: How can an application be written that allows the user multi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2003 |
|
Status: Unverified
GOAL:
How can an application be written that allows the user multiple features (lookups, creating records in other tables, etc) without overloading the screen with multiple windows?
FIX:
Use the 'Wizard' approach. Simply create a SmartWindow that contains next, previous and cancel buttons at the bottom and above that place SmartFrames on different pages. Each SmartFrame will provide a specific piece of behavior that the user might need and then just switch between pages as required.