Hello,
I used in EE7.9.5 a script for generating the Variant Schematics PDFs and Partlists.
I changed now as described in the EEVM Automation section to "MGCVARIANTGUI.MGCVariantGUICtrl.2"
But the following code does not work - since following error comes up:
Variable not defined => eVMOperNone.
For each vmCompMod in VmDocObj.ComponentModifications(var.Name)
if vmCompMod.Operation = eVMOperNone then
end if
next
The same code works in EE7.9.5 - whats wrong?
Wolfgang