frequently asked questions

All your questions in one place.

oSession

This property contains a reference to the bizinfo library. This allows to invoke bizinfo properties or methods from a script.

Examples:

*/ Directly returns the version number.

oBiz = createobject("bizinfo.application")

? oBiz.Version()

*/ Define a script which returns the version number.

oBiz = createobject("bizinfo.application")

oBiz.cScript = "return oSession.version()"

? oBiz.ScriptExecute()

Did you find this article useful?

0 out of 0 found this helpful