Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I created a form for an IPT file, and when I open it, I made a rule to choose whether to open the form or not. When I open an IAM file with this IPT file, I also see this rule.
Can I add something to make this rule appear only when opening the IPT file?
my rules:
Dim result As DialogResult result = MessageBox.Show("Do you want to open the form for editing?", "Edit Glass - Form", MessageBoxButtons.YesNo) If result = DialogResult.Yes Then ' Kod do otwarcia formularza iLogicForm.Show("GlassEdit") Else ' Kod, gdy użytkownik wybierze "Nie" End If
I put this rule after open document:
Solved! Go to Solution.