Here's a little problem:
I use FldSetText to put some text from database into the field.
I do not want to change the database.
I want to enter the field after that, but I can't because the field is
"improperly locked". What am I to do?

now it is smth like this:

     H = FldGetTextHandle(fldP);
............
       FldSetText(fldP, record0H, Index*60, 60);
     FldDrawField(fldP);
     MemHandleFree(H);

--
Best regards
Evgene Rokhlin,
Software Engineer.
mailto:[EMAIL PROTECTED]
http://www.ectaco.com




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to