Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


How to create a new appointment


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2008, 03:36 PM
willisgt's Avatar
Senior Member
 
Join Date: Aug 2007
Location: Nacogdoches, Texas USA
Posts: 154
Default How to create a new appointment

I'm trying to create a new appointment, but my code:

Code:
	Msgbox( "appointments: " & tableAppointments.RowCount )

	For i = 0 To tableAppointments.RowCount - 1

		appointment.CreateNew

		appointment.AllDayEvent 				= tableAppointments.Cell( "allday", i )
		appointment.Body 						= tableAppointments.Cell( "body", i )
		appointment.Categories 					= tableAppointments.Cell( "cat", i )
		appointment.Duration 					= tableAppointments.Cell( "duration", i )
		appointment.EndTime 					= tableAppointments.Cell( "endtime", i )
		appointment.Location 					= tableAppointments.Cell( "location", i )
		appointment.ReminderDialog 				= tableAppointments.Cell( "reminderDialog", i )
		appointment.ReminderLed 				= tableAppointments.Cell( "reminderLED", i )
		appointment.ReminderMinutesBeforeStart	= tableAppointments.Cell( "reminderMINS", i )
		appointment.ReminderRepeat 				= tableAppointments.Cell( "reminderRepeat", i )
		appointment.ReminderSet 				= tableAppointments.Cell( "reminderSet", i )
		appointment.ReminderSound 				= tableAppointments.Cell( "reminderSound", i )
		appointment.ReminderSoundFile 			= tableAppointments.Cell( "reminderSoundFile", i )
		appointment.ReminderVibrate 			= tableAppointments.Cell( "reminderVibrate", i )
		appointment.Start 						= tableAppointments.Cell( "start", i )
		appointment.Subject 					= tableAppointments.Cell( "subject", i )
		
		AppointmentsCollection.AddItem( appointment.Value )

	Next
doesn't work - meaning, the appointment never shows up the the Calendar (that's the Windows Mobile built-in calendar I'm referring to).

The table has 36 rows, and I've verified that it's reading each row correctly.

No crash, no error - the program just doesn't work... anyone see what I'm doing wrong?


Gary

__________________
PC: Windows XP Pro SP2 / Basic4PPC v6.3
PPC: HTC 8925 (AT&T Tilt) / Windows Mobile 6
Reply With Quote
  #2 (permalink)  
Old 05-15-2008, 09:23 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 2,725
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
  #3 (permalink)  
Old 05-15-2008, 08:21 PM
willisgt's Avatar
Senior Member
 
Join Date: Aug 2007
Location: Nacogdoches, Texas USA
Posts: 154
Default

I suppose some of the values could be wrong, but I would be suprised if that were the case.

This particular program is intended to fetch all of the appointments, contacts, and tasks from the device. It loads them into tables (one for each group) and dumps the table to a CSV file (one each for apoointments, contacts, and tasks).

Once the data files are transferred to another device, it loads the CSV files into tables and (is supposed to) recreate the appointments, contacts, and tasks on the target device. It's only that last step that I'm having problems with.

So if the data came from a device, into a table, and into a CSV file; then from CSV to table to device, I wonder how any of the values could be wrong?


Gary
__________________
PC: Windows XP Pro SP2 / Basic4PPC v6.3
PPC: HTC 8925 (AT&T Tilt) / Windows Mobile 6
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
No way to create a recurring appointment? kolbe Questions & Help Needed 2 07-02-2008 06:43 PM
Outlook appointment category Cableguy Questions & Help Needed 2 05-22-2008 08:36 PM
writing appointment paul j Questions & Help Needed 9 09-29-2007 04:07 PM
Lessons or appointment program for private teachers moharj Share Your Creations 5 08-16-2007 07:33 AM
Copy&paste in appointment Alex812 Questions & Help Needed 2 08-12-2007 12:52 PM


All times are GMT. The time now is 06:49 PM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0