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
 
Top