James Tu <[EMAIL PROTECTED]> writes:

> debugfldIndex = FrmGetObjectIndex(frmP, MainDebugFieldField);
> debugfldP = FrmGetObjectPtr(frmP, debugfldIndex);
> //Set the text of the debug field to the text of the the serial text received
> FldSetTextPtr (debugfldP, text);  //text is a char *
> //Update the field to show the new text
> FldDrawField (debugfldP);

This should work, but if your field is multiple lines, you usually need
to call FldRecalculateField() as well.

-- 
Dave Carrigan ([EMAIL PROTECTED])            | Yow! Is this the line for the
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | latest whimsical YUGOSLAVIAN
Seattle, WA, USA                            | drama which also makes you want
http://www.rudedog.org/                     | to CRY and reconsider the
                                            | VIETNAM WAR?


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to