Tools_OpenDUOSTable()

Examples


The Tools_OpenDUOSTable() function opens the DUOS table available to the Visual Basic for Applications (VBA) environment.

Syntax

Tools_OpenDUOSTable()

Parameters

• None

Return value

A boolean indicating whether the DUOS table can be opened. True indicates the DUOS table can be opened. False indicates it can’t.

If you use the Tools_OpenDUOSTable() function before the VBA environment has been initialized, it may return incorrect status information. VBA initialization occurs immediately after the Main Menu form pre script has finished. You should use the Tools_OpenDUOSTable() function only after that point.


Comments

The application must contain the definition for the DUOS table. The DUOS table must be named SY_User_Object_Store. Refer to the VBA Developer’s Guide for information about using the DUOS.


Documentation Feedback