Save New Item

L

Lucas Rolim

Hi all,

I m using folowing code into a button to create a new contact, its works
fine, but when I save this new contact and I look in the folder and the
contact is not there, i dont receive any error message.\

Sub CommandButton3_Click()

set newForm =
Application.Session.getDefaultFolder(10).Items.Add("IPM.Contact.Cliente1")

newForm.Display

End Sub


thanks
 

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