Global form edit iproperties parts in assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm having trouble editing some iproperties from parts that are in an assembly.
We all ready have a rule that fills in some iproperties in the parts run from an assembly, and now i wanted to add stuff like article codes for purchase parts.
Easiest way i thought would be a global form that is called on within the for each loop in our rule.
When i run the code in an assembly it does show the correct part info.
However if i fill in the boxes it changes the iproperties of the assembly instead of the part.
Now i created a workaround with an inputbox and writing the info to the parts iproperties using a local variable,
Leverancier = InputBox("Vul hier de levencier in van:" & vbLf & iProperties.Value("Project", "Stock Number") & vbLf & iProperties.Value("Project", "Part Number"), "Leverancier") iProperties.Value(BestandsnaamMetExtentie, "Project", "Vendor") = Leverancier
Long story short, is it possible to change iproperties from parts that are in an assembly via a global form?
kelly.young has embedded your images for clarity.