Xbasic
FORM.MENUCHANGE Function
Syntax
C form.menuchange(C menuname )
Arguments
- menuname
The name of previously defined menu.
Description
The .MENUCHANGE() method displays the named menu.
Example
The following example loads the query menu.
dim ptr as P ptr = form.load("Customer Information") ptr.menuchange("query")
Limitations
Desktop applications only.
See Also