Re: Set Text to Field

2008-05-29 Thread Dave Carrigan
lklee [EMAIL PROTECTED] writes: I am using the follow function to set an text to an Field But that always return, is there anyone who can help me to solve it. static void SetField( FormPtr frmP, unsigned short field_id, char *text ) { // Set the associated field's text FieldPtr

Set Text to Field

2000-10-05 Thread lklee
I am using the follow function to set an text to an Field But that always return, is there anyone who can help me to solve it. static void SetField( FormPtr frmP, unsigned short field_id, char *text ) { // Set the associated field's text FieldPtr fld = (FieldPtr)GetObjectPtr( frmP,

Re: Set Text to Field

2000-10-05 Thread Dave Carrigan
"lklee" [EMAIL PROTECTED] writes: I am using the follow function to set an text to an Field But that always return, is there anyone who can help me to solve it. static void SetField( FormPtr frmP, unsigned short field_id, char *text ) { // Set the associated field's text FieldPtr