since fldName is a non database assigned field
this means its NULL i think
So I need to check it for that before I use the GetFieldData
the name length is set to 255 when its declared so passing the 
nameLen would always be 256
and it is NULL because nothing has been assigned
Char name[256];
The problem is I need to know what is in fldName before I try and use 
GetFieldData and if the contents or the field is NULL
not do the call to the GetFieldData routine

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

Reply via email to