Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: mslosar

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