DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

open Import Wizard from script?

Solved!
Go to solution

hi,

 

is there a way to open the import wizard from script and/or can i choose it as "dataplugin" in the DataFileLoad function?

 

greetings 😎

0 Kudos
Message 1 of 3
(2,879 Views)

Hello NoNameVBS,

No, it is not possible to open the DataPlugin wizard via script. The command DataFileLoad supports importing any file for which a DataPlugin exists, but it is not used as a wizard.

Greetings

Walter

0 Kudos
Message 2 of 3
(2,739 Views)
Solution
Accepted by NoNameVbs

Hi,

Walter is right that you cannot use the import wizard as DataPlugin for the command DataFileLoad.

However, you can start the import wizard from script as follows:

WizardStart("WizDataPlugin")

 

Message 3 of 3
(2,723 Views)