Re: windows fields
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 16, 2002
- 348 views
----- Original Message ----- From: sixs at ida.net Subject: windows fields >Hello, >I having trouble with window fields. I have a fields to edit >data such as: > >phonenumber = create(EditText,"",BigWin,115,2,130,20,0), > >I want to find a record in EDB and display it back to the windows >fields such as phonenumber. > >I have tried RichEdit but I can't get it to work correctly. > Can you give us a little more information? Can we see the line(s) of code that isn't working how you want it to? What were you expecting the code to do? Is there any messages, and if so what are they? Are you using setText()? Is the problem with finding the DB data or with displaying it? That aside, why are you using a RichEdit for a phone number and other simple data items? Is there a special reason for not using a simple EditText instead?