Following code giving me "Object not in form" error,
Could you let me know if I'm missing anything . . .the
application is multi segments, 68K target (Palm OS
3.5). I appreciate any help.

case MainDateButton:
{
     DateTimeType stDate1;
     
     MemSet( &stDate1, 0, sizeof(DateTimeType)); 

     TimSecondsToDateTime( TimGetSeconds(), &stDate1);
     
     SelectDay( selectDayByDay, &stDate1.month,
&stDate1.day,  &stDate1.year, "Select Date"); 

     bHandled = true;
     break;
}

Thanks,
Ambu


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

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

Reply via email to