Message 1 of 1
Rules

Not applicable
07-10-2012
12:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have made a rule in a Part:
pTitle = InputBox("Enter value for 'Part Number'", "Title",iProperties.Value("Project", "Part Number"))
If pTitle = Nothing Then Exit Sub
iProperties.Value("Project", "Part Number") = pTitle
I can fill in my ipropertie with this rule.
Now i place the part in an assy.
I make a form in my assy and want to add the rule to the form in my assy so i can change the ipropertie of my parts.
I tried with: iLogicVb.RunRule but i get an error that he can't find the part name in the assy because it changed.
Is there a way to use the rule from the part in the assy?