Button Clicked

The engine then fires the Button Clicked event for the Select button. At this point, the runtime structures have these values:

  • BC = Values from the database (from the last record read).

  • FC = Values from the database (if the field is a database field).

  • GC = Values from the selected grid row.

  • FI = Values passed from a calling form (if any).

  • PO = Values passed from processing options.

This diagram illustrates the information in the runtime structures just before the system fires Button Clicked:

Content of runtime structures before Button Clicked fires

The Button Clicked event is commonly used to connect to another form.

Use Repeat Business Rules for Grid to repeat ER when multiple rows are selected.