I have built a scheduling program using olecalendar from VFP 7 datetime.vcx. This is linked to a table which contains the fields for dates (date field) and info (memo field). The main problem I have is when someone clicks on a date in the calendar and edits the memo field. If they do not click on another date, the information that they posted is lost when there is a screen refresh. ( I have a timer "thisform.refresh" after 45 seconds) The only way to save the information is by clicking on another date. The "dateclick" has a user procedure that moves the cursor and saves the info. How can I save the info for the date in the memo field without having someone dateclick to another date?