| View previous topic :: View next topic |
| Author |
Message |
avi.gl Newbie

Joined: 11 Sep 2009 Posts: 3
|
Posted: Wed Oct 07, 2009 1:51 am Post subject: Replace double quotes with macro |
|
|
Hi,
I have a form with a text control and I would like to change the double qoutes in the text box just before it entered to the data base.
I am using a HSQLDB engine, and I don't know if there is a function to it.
Thanks in advance
Avi |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3618 Location: Columbus, Ohio, USA
|
Posted: Thu Oct 08, 2009 8:50 am Post subject: |
|
|
My opinion is that you would need to manually read the contents of the text control, use a string search for the desired characters, manually change the text, then put the values back into the form control. _________________ --
Andrew Pitonyak
http://www.pitonyak.org/oo.php |
|
| Back to top |
|
 |
|