Zum Hauptinhalt springen

UseResultsGridType

Structure

UseResultsGridtype(sResultsGrid)

Type

Procedure

Description

This procedure changes the Test Points Results grid layout based on the Results grid type passed in Parameter 1. By default the Results Test Point grid in the event system follows the type that is selected from the Test Points dialog/tab on the main screen (after selecting the 'Display Calibration Results Grid' menu option). This procedure can be used to override this default. A good trigger to use would be 'Wizard Step Change' - see example below. Note that the Results grid type referenced must already exist in the database.

Parameters: 1

sResultsGrid=name of the Results grid type that should be applied.

Example

if LookupCurrentEventStep = 'tsChooseEquipment' then

UseResultsGridType('TEST')

End If |