1. windows fields
- Posted by sixs at ida.net Mar 16, 2002
- 366 views
This is a multi-part message in MIME format. ------=_NextPart_000_0037_01C1CCE0.A16CFEA0 charset="iso-8859-1" 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. Jvandal ------=_NextPart_000_0037_01C1CCE0.A16CFEA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: 8bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="MSHTML 5.00.2722.2800" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hello,</FONT></DIV> <DIV><FONT face=Arial size=2>I having trouble with window fields. I have a fields to edit data such as:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>phonenumber = create(EditText,"",BigWin,115,2,130,20,0),</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>I want to find a record in EDB and display it back to the windows fields such as phonenumber.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>I have tried RichEdit but I can't get it to work correctly.</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_0037_01C1CCE0.A16CFEA0--
2. Re: windows fields
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 16, 2002
- 349 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?