Hi all need a bit of guidance on this one.
I need to create a calendar/diary without using outlook or buying in a product. I have used the activex calendar control and believe all entries in the FoxPro calendar/diary tool are saved in the active resource file (FOXUSER.DBF by default), one record per date. What I require is to create appointments for different time schedules within each day, therefore needing to create multiple records per date. What I have done so far is used text and edit boxes for the user to enter the start time, duration of an appointment and appointment details to which I have produced a table to append and store each appointment to. The user can then select a date from the calendar (in theory) and all appointments made will be accesible in a grid. I am having problems trying to access which date the user has selected, I tried SET RESOURCE ON to try and locate the date but dont know how to retrieve this from the resource file.
If anyone has any ideas to make my life easier then please feel free to drop me a line. Cheers
I need to create a calendar/diary without using outlook or buying in a product. I have used the activex calendar control and believe all entries in the FoxPro calendar/diary tool are saved in the active resource file (FOXUSER.DBF by default), one record per date. What I require is to create appointments for different time schedules within each day, therefore needing to create multiple records per date. What I have done so far is used text and edit boxes for the user to enter the start time, duration of an appointment and appointment details to which I have produced a table to append and store each appointment to. The user can then select a date from the calendar (in theory) and all appointments made will be accesible in a grid. I am having problems trying to access which date the user has selected, I tried SET RESOURCE ON to try and locate the date but dont know how to retrieve this from the resource file.
If anyone has any ideas to make my life easier then please feel free to drop me a line. Cheers