View Single Post
  #2 (permalink)  
Old 05-15-2008, 09:23 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 2,847
Default

The following code works properly:
Code:
Sub App_Start
    App.New1
    App.CreateNew
    AppCollection.New1("Appointments")
    App.Start = Now
    App.Duration = 30
    App.Subject = "Test"
    AppCollection.AddItem(App.Value)
End Sub
Maybe some of your values are wrong.
Reply With Quote