"Pedro Cabrera C�mara" <[EMAIL PROTECTED]> escribi� en el mensaje news:...
> You must use the "FldRecalculateField()" function { before the
> "FldDrawField()" } to see the changes on your Form .
>
>
>
>
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> escribi� en el
> mensaje news:47470@palm-dev-forum...
> >
> > Hi All,
> > I have my project in c++. I am trying to set text in a noneditable
field.
> > My code is as follows but it does not show me the text on screen what
may
> be
> > the problem?
> >
> >
> > Char* test;
> > test = "MyText";
> > FormPtr frm = FrmGetActiveForm();
> > FieldPtr fldPtr = (FieldPtr) FrmGetObjectPtr(frm, FrmGetObjectIndex(frm,
> > fieldId));
> > FldSetTextPtr(fldPtr,test);
> > FldDrawField(fldPtr);
> >
> > I do not know whether anything extra is to be done for c++.
> >
> > Regards,
> > Kapil.
> >
> >
> >
>
>



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

Reply via email to