For OS 3.xx I'm trying to get the the field that I set the focus on
to also have the GSI set to default typing in CAPS.

     FieldPtr = GetObjectPtr(MainProdNoField);
     FldGetAttributes(FieldPtr, &attr);
     attr.autoShift = true;
     FldSetAttributes(FieldPtr, &attr);

I set AutoShift also in PilRC...

Am I going about this correctly, and if so why wouldn't this be
working???

Thanks

Nole


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

Reply via email to