Skip to main content

Improve Form Performance

Overview

Improve the load time for forms that have multiple TierListViews or TierGrids.

Details

A form such as the Client Facesheet includes several TierListViews and Grids that don’t necessarily need to load until they need to be viewed. As an example, instead of loading financial data when the form is originally opened, click the Financial button to then load the corresponding views with data. 

Steps

  1. In the Object Explorer for each TierListView or Grid, clear the Load on Open check box.

tier_improveperformance01.png

  1. Double-click the button that opens the tab sheets with the TierListView or Grid (in this case, Financial). Add a [BeforeAction] section, and include the Multi-Command .Refresh for each TierListView and Grid.

tier_improveperformance02.png