import assitent
Rafa0105
how to open the wizard by code?
thank
Rafael, I took some time
Rafael, I took some time looking around last night and unfortunately I could not see anyway to access this dialog through IDEAScript. If you really need something like this I would suggest creating a dialog within IDEAScript that would emulate it and then take you to the different import formats. Maybe someone else know how to access this dialog from the script?
Hi Rafa and welcome to the
Hi Rafa and welcome to the site.
I am not 100% sure I know what you are looking for but if you want to open the dialog you can do something like this:
Set task = Client.GetImportTask("ImportExcel")
task.DisplaySetupDialog 0
To open the Excel Wizard. Can you give me what you are trying to do and maybe I can help you out.