ReviewUncertaintyMappingNoDialog
Structure
ReviewUncertaintyMappingNoDialog
Parameters
None
Return value
None
Description
This procedure allows users to analyze and review the current master mapping for each test point (but no confirmation dialog is ever displayed)
Example
If LookupNextEventStep = "tsTestPoints" then
PopulateUncertaintyData
ReviewUncertaintyMappingNoDialog
InitSingleUncertainty(LookupEquipmentCompany, LookupEquipmentID, LookupCurrentEventNum)
dResult = GetCalcUncertainty(1)
ShowMessage(dResult)
end if
See also
No related topics