> From: Nicolas Raitman
>
> Int16    day=0, month=0, year=0;
> Boolean    result;
> result = SelectDay (selectDayByDay, &month, &day, &year, "Select a Day");
>
> the POSE or the Palm crashes.

If I remember correctly (what are the odds?), you have to pass in a valid
date.  For example, pass in the current month, day, and year instead of
0,0,0.  Note that year must be the number of years since 1904.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to