Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To run OpenInsight tools from BASIC+, you cannot use Utility("RUNWIN") since the engine is busy executing your BASIC+ script and will not respond to the tool as it opens. In order to run a tool when the engine is not busy, use the IDLEPROC property. The following code runs the Database Manager communicating with an OpenEngine instance called VEGAS:

 
Code Block
Cmd = "!LB.EXE /AP=": @appid<1>: " /UN=": @username  :" /SN= " : "VEGAS"
Call Set_Property("SYSTEM", "IDLEPROC", Cmd)
 

...

Restriction

Len(IdleProcStructure) <= 60

...