Machsupport Forum
Mach Discussion => VB and the development of wizards => Topic started by: Csquared on March 05, 2009, 07:18:21 PM
-
Is it possible to select a specific wizard with a button as opposed selecting the wizard selection menu and choosing from the list of wizards?
I would like the button to load the specific wizard and see no drop down menu.
Thanks for any help.
-
Here is the code from Art himself,
LoadWizard( "MyWizName" )
scott
-
Hi Scott,
This looks like what I am looking for.
I tried it with a few of the wizards that I know work.
I was not able to get a specific wizard to come up.
The line of code that you gave was LoadWizard("MyWizName").
I tried LoadWizard("CutArc") as a test and could not get any results.
I used a script button and had the line - LoadWizard("CutArc") in it.
What am I missing?
This is an important function in our machine from an operator stand point and I am hoping that you can help.
Thanks,
Chuck
-
Try this:
LoadWizard("Cut Arc")
Note the space. :)
-
Gerry,
Thank you.
This is great, very happy!
-
Thank you.