Rules

Rules

Anonymous
Not applicable
241 Views
0 Replies
Message 1 of 1

Rules

Anonymous
Not applicable

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?

0 Likes
242 Views
0 Replies
Replies (0)