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 Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Re: Date select! Gu Jia Qi
- Re: Date select! Dave Carrigan
