Learning Genero

Write, compile, and run a graphical application that creates, modifies, and reports on data stored in a database.

See also our Youtube channel

8. Dialogs

Identify the interactive dialog statements in BDL and how each controls a different user task such as navigating, querying, adding, updating, deleting data on a form.

Slides

Provide users the ability to search using the fields on the form to enter search criteria.

Keep control of the user’s activity during a CONSTRUCT.

Handle user and system interruptions by checking int_flag and managing what should happnen in the event of an interrupt.

Use built in methods available to the interactive dialog statements to easily manage activity such as disabling specific actions during a specific dialog.