‎22-08-2017 05:05 PM
Hello All,
I need small help in MetaWizard .
I have created a Wizard and I have called it from MetaCommand, Now I stuck in sending data from Metacommand to Wizard ,
Ex : from Sub cmdInvoke (mgobjSource as Megaobject, intCmdNumber as Integer)
I need to send mgobjSource into Wizard , could you please provide your suggestions,
Thanks,
Sashidhar
‎23-08-2017 09:19 AM
Hello ,
Use the below code to call the wizard from macro
Sub cmdInvoke (mgobjSource as Megaobject, intCmdNumber as Integer)
mgobjSource.Callmethod "~AfLYxbu47b00[WizardRun]", "Wizard name"
End Sub
Now,
In Wizards
You can use Manager.Template to get the mgobjSource