iLOGIC form stays open after document closes

Anonymous

iLOGIC form stays open after document closes

Anonymous
Not applicable

Hello All,

 

I have an assembly with a dozen or so rules and a form in it.

 

After selections have been made on the form, one of the rules saves the assembly as a new assembly (save as).

 

This closes the first assembly and opens the "saved as" assembly, BUT the form from the first assembly stays open.

 

It appears the first assembly gets closed so quickly the form does not close also.

 

I can just hit "done" button on the form to close it in new assembly, but would rather the form close automatically.

 

Is there code that I can add to close the form ???

 

Thanks!

 

 

 

0 Likes
Reply
481 Views
3 Replies
Replies (3)

mrattray
Advisor
Advisor

The work flow I use for this is to use a rule as a button on my form. After all of the information is entered the user clicks this "GO" button which fires off the necessary iLogic. The form will have an option under the button's properties to close the form right before the rule is ran.

Mike (not Matt) Rattray

0 Likes

Anonymous
Not applicable
Thanks, that worked. I had a "GO" button set up, but its option was to just run the rule. Changed its option to close then run rule.
0 Likes

mrattray
Advisor
Advisor

You probably wanted "apply, then close, then run rule".

Mike (not Matt) Rattray

0 Likes