i Logic: Suppress automatic appearance of a form in an automatically created copy

i Logic: Suppress automatic appearance of a form in an automatically created copy

Anonymous
Not applicable
397 Views
2 Replies
Message 1 of 3

i Logic: Suppress automatic appearance of a form in an automatically created copy

Anonymous
Not applicable

Hello World 🙂

 

I have created a form in a iam.-file, that opens automatically after opening the file.

After saving the original iam.-file, a copy is created automatically.

The same file pops up in the created copy automatically. It should only pop up in the original document.

 

The question:

How can I suppress the the form in the copy, so that it is not opened automatically?

 

Thank you in advance for any ideas! 🙂

0 Likes
398 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

Do you have a rule that displays the form? Suppress the rule displaying the form and it will not display. If not, how are you displaying the form?

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank you for your reply.

Yes, I have a wrote rule that show the form "SerialNumber" automatically afer opening the file:

If ThisDoc.Document Is ThisApplication.ActiveDocument Then
	iLogicForm.Show("SerialNumber")
	
End If

 Also, I have put the rule via drag and drop as an event trigger under "After Open Document".

 

So, suppressing the rule in the original file doesn't avoid the form from opening automatically in the created copy file.

0 Likes