Dear All,
I am actually stuck to create a library in my Skill script.
I want to use the function ddsHiCreateLibrary(), automatically update some fields of the pop-up box.
ddsHiCreateLibrary()
ddsCreateLibForm->dontBlock>value=nil
ddsCreateLibForm->Option->value= "Attach to an existing technology library"
ddsCreateLibForm->LibName->value="061_HPA_Title"
hiFormDone(ddsCreateLibForm)
But i encoutered two problem:
- The fields update does not work
- And I need that my library is created to follow my script.
Does someone could help me to solve this issue?
Thank you in advance
Best regards,
Patrick