I am a new programmer of PALM. Now I have a problem.

the code:
{
     Int16    day, month, year;
     char     title[20];
     Boolean  dateselected;

     StrCopy(title, "Select the date");

    dateselected = SelectDay (selectDayByDay,  &month, &day, &year, title);

}

when run the SelectDay function, It will generate a error message "Form.c
Line1272, object not in Form"
Why? How should I do?

thanks!









-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to