I have 2 selector triggers on a form. Both are used for inputting dates. I
am having problems referencing the triggers correctly. When I attempt to
write to my Start date selector the text on my end date selector disappears.
The start date text shows up okay. When I attempt to write to my End date
selector the text on my Start date selector disappears.  I pass the object
ID to my function.

char  titleP [dowLongDateStrLength];

ctrlPtr = GetObjectPtr(objectID);
 DateToDOWDMFormat(month, day,year,dfMDYWithSlashes,titleP);
 CtlSetLabel(ctrlPtr, titleP);

Thanks
Paul




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