01-30-2010 12:58 PM
Hi there!
I'am trying to make a menuentry which allows to open complete work-environments for Diadem, but I cant find a vbs command that lets me open another vbs file into the Diademscript editor (only open - not run and no include).
I know it's possible to set complete environments (open templatefile, reportfile, viewfile, dacfile, scriptfile) with desktop.ddd files and add them to shortcuts, but i would prefer a way without having to restart diadem everytime if i want to change the environment.
Is there some equal to:
DataFileLoad()
SchemeLoad()
View.LoadLayout()
PicLoad(
for loading VBS-Script files into a new tab of Diadem-Scripteditor???
01-30-2010 01:33 PM
Hello Brian Jay!
The command you are looking for is AutEdFileOpen.
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
01-30-2010 02:18 PM
Thank you Matthias!
Exactly what i was searching for.
Brian