Message 1 of 5
Part Number

Not applicable
07-04-2012
02:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want my browsername using iLogic particular change to the part number.
I fill in my iproperties, the part number.
Then the browser name has to take over the part number.
But i get an error.
Can someone help me out.
doc = ThisDoc.Document
Dim oCC As ComponentOccurrence
For Each oCC In doc.ComponentDefinition.Occurrences
OccName = oCC.Name
oCC.Name = iProperties.Value("Project", "Part Number")
Next