APP.MenuBarCmd

Previous  Next

 

status = APP.MenuBarCmd( strCommand        AS STRING,

                       [strCallbackModule AS STRING=NULL] ) AS INTEGER

 


 

Executes a Menubar command.  This can include navigational commands such as down and up folders.  To navigate to top of menubar specify "Home" as command.  This will ensure that you always start from top.

 

If the last parameter is supplied then this will be used by the analysis for callbacks into the specified module so that you can customize an analysis.  See Using Callback Interface for more information.