Hi all;
I am trying to open a global form from the quick launch ribbon. I have created the form named "calculate". I have written the script to open the form up, however, when I execute the form, the Task Information screen opens instead of the form I am calling. I have changed the form name to see if there are any conflicts, but the same thing happens. I have tried the oncmd.openform command, but nothing happens except an error. Here is the current code.
The form is located under Global.MPT
Thank you for the assist.
I am trying to open a global form from the quick launch ribbon. I have created the form named "calculate". I have written the script to open the form up, however, when I execute the form, the Task Information screen opens instead of the form I am calling. I have changed the form name to see if there are any conflicts, but the same thing happens. I have tried the oncmd.openform command, but nothing happens except an error. Here is the current code.
Code:
Public Sub open_form()
form("calculate")
End Sub
The form is located under Global.MPT
Thank you for the assist.