Skip to main content

import assitent

how to open the wizard by code?
 
thank

Brian Element Tue, 03/12/2013 - 16:55

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.

Rafa0105 Mon, 03/18/2013 - 11:53

hi
What I do is open the import wizard by code, who the image.
excuse my English
 


thanks

Brian Element Mon, 03/18/2013 - 17:42

Rafael, I will have to look around to see if it is possible.  I have never done it before and it is not one of the documented features in IDEAScript.  So I will get back to you if I can figure out if it is possible.

Brian Element Mon, 03/25/2013 - 09:42

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?