Database.startUsingScriptedResults


startUsingScriptedResults()

Register an on-going interest in LPI results, e.g. from getResults. This allows the program to cache results between calls for faster operation. Note that this is only necessary for window-less LUSAS extension modules or .NET dialogs that are not derived from LusasModuleDialog. By default, non-interactive VBScript files cache results for the lifetime of the script. TFM dialogs and LUSAS Module .NET dialogs both cache results for all the time that the dialog is displayed. Note that it is a very serious error to call this function without subsequently calling stopUsingScriptedResults

Argumentsnone 
Return valuenone 

See also getResults flushScriptedResults

Back to Database

Back to Overview