"Gu Jia Qi" <[EMAIL PROTECTED]> writes:

> 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!

I believe that you have to initialize the month, day and year to
legitimate values before passing them to SelectDay.

-- 
Dave Carrigan ([EMAIL PROTECTED])            | Yow! While I'm in LEVITTOWN I
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | thought I'd like to see the
Seattle, WA, USA                            | NUCLEAR FAMILY!!
http://www.rudedog.org/                     | 


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

Reply via email to