Resume code execution after displaying modal form

V

Vaughan

How do I resume code execution after displaying a modal form?

Sub CommandButton1_Click
Set myNewItem= Foldr.Items.Add(strActionFormName) ' Creates new item
myNewItem.Display(True) '
Displays new item

' modally
remaining_code.execute '
Does not happen...
End Sub

Is it possible?

Thanks

Vaughan
 
V

Vaughan

Well, I have (sort of) got this to work now. The code seems to perform
differently depending on how the form is launched. I don't understand it, but
I think I can make it work anyway.

Vaughan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top