I found this at:
http://www.palmos.com/dev/support/docs/palmos/Field.html#996520

[snip]
Comments
You rarely need to call this function directly. Instead, use
FrmHideObject(), which calls FldEraseField for you.

[snap]

This works fine for me...

i.e.

FrmHideObject(FrmGetFormPtr(frmMain),
FrmGetObjectIndex(FrmGetFormPtr(frmMain), edtText));

for the From frmMain and the Field edtText

/morten


"Sergio Uyeda" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi people,

Im trying to erase the field contents using FldEraseField, but it not
function.
Can anyone give me a idea. Is there any other routine I can do?



Thanks.



Sergio




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

Reply via email to