import assitent

5 posts / 0 new
Last post
Rafa0105
Offline
Joined: 03/12/2013 - 13:26
import assitent

how to open the wizard by code?
 
thank

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

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
Offline
Joined: 03/12/2013 - 13:26

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


thanks

Images: 
Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

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's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

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?