Xbasic
A5_ADDIN_MANAGER Function
Syntax
A5_ADDIN_MANAGER()
Description
The A5_ADDIN_MANAGER() function displays the Addin Manager dialog box when a form or browse is open.
Example
dim frm as P
frm = form.view("Customer Information")
a5_addin_manager()To make this example work, you must select Interactive > Select Interactive Window Session ... > Customer Information.
Limitations
Desktop applications only.