07-03-2017
07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-03-2017
07:52 AM
I haven't tested this but... could you add a ilogic rule into each part that contains a form. This illogic rule would contain...
ilogicForm.Show("Form 1")
Change the name above to suit the form name. Then create a illogic rule in your assembly that contains the parts with the forms. This illogic rule would fire off the rules in your parts...
iLogicVB.RunRule("PartA:1", "ruleName")
iLogicVB.RunRule("PartB:1", "ruleName") etc
Let me know if this works because when I get a mo I will use this on some of my library parts / assemblies
Cheers
M