Just read my post... let me try that again.. When the form loads I want the first field to default to be in focus and also default to upper case.
So when the user is entering text it will start them
out in upper-case, and they'll have set it to lower manually.
Any suggestions ???
Nole
[EMAIL PROTECTED]
Sent by: To: "Palm Developer
Forum" <[EMAIL PROTECTED]>
[EMAIL PROTECTED] cc: (bcc: Nole Mailey/pmc)
palmos.com Subject: Setting
field to AUTO SHIFT...
07/18/2003 12:02 PM
Please respond to "Palm Developer
Forum"
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/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
