User Tools

Site Tools


frm50.htm
Navigation:  »No topics above this level«====== Template Classes ====== Return to chapter overview

Procedure Setup –Upon Entry into the Procedure

This point occurs immediately after the CODE statement, allowing you to initialize values upon entering a procedure.

Before Lookups–Refresh Window ROUTINE, before lookups

This occurs before any lookups to related records, allowing you to prime any key values needed to perform the lookups.

After Lookups–Refresh Window ROUTINE, after lookups  

This occurs immediately after looking up related records, allowing you to use values retrieved from related records in your computation.

Procedure Exit–Before Leaving the Procedure

This allows you to assign values before returning to the calling procedure.

Prime Fields–Prime Fields of the Primary File record at beginning of Insert

Available when a Save Button control template is used, this allows you to pre-assign values to fields when inserting a new record.

Before Filter Check–In Validate Record ROUTINE, Before Filter Code

Available when a BrowseBox control template is used, this allows you to create a formula to be used in the filter expression.

Before Range Check–In Validate Record ROUTINE, Before Range Limit Code

Available when a BrowseBox control template is used, this allows you to assign values before range limits checks are made.

Format Browse–Format a variable in the Browse Box

Available when a BrowseBox control template is used, this allows you to compute values to display in the list box.

Before Print Detail–Before Printing Report Detail

Available only when the Report template is used, this allows you to compute values before a sending a detail structure to a report.

frm50.htm.txt · Last modified: 2019/11/13 16:57 by 127.0.0.1