Hi All,

   Iam Using a text box in my form and set single line property to false
   when i retrieve the data from a database and display the data retrieved
into a text box .

   The Snippet Of code is like this :


      FldPtr=FrmGetObjectPtr(form,FrmGetObjectIndex(form,fldevent1));
      FldSetTextPtr(FldPtr,event);
      FldDrawField(FldPtr);

     event is the value retrieved from database

How should i display multiple lines in a text box

Can anybody help me

Thanks
Nirmala



-- 
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