Jose, Assuming you are accessing the Mid-Tier from a Windows client, have you tried using keystroke Alt+0128 to enter the euro symbol (€)? Does this have the same effect?
The euro symbol is located at different code points in the Windows-1252 character set vs. Unicode, and does not exist at all in the ISO-8859-1 character set. I'm guessing this could be the underlying cause of the issue you are encountering, if there is a mismatch between the character encodings used in your browser, web server, and/or database. See http://codesnipers.com/?q=node/118 for some more background on this. What are the language/collation properties of your database and web server/servlet engine, and what character encoding are you using in your browser? --Thomas ----- Original Message ----- From: "Jose Manuel Viejo Lobato" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.crm.arsystem.general To: <[email protected]> Sent: Tuesday, February 20, 2007 08:36 Subject: € symbol Hi Listers; This is a funny thing... Usign Mid-Tier 6.3, when I write the ? symbol in a character field (AltGR + E), all the data in all the fields in the screen gets null... ... and I must start again to fill all the fields. Is there any way to write the ? symbol without the AltGR + E keys??? I don't want to copy-paste this value everytime I need to use it. Any Idea? ARS 6.3 Patch 17 Mid-Tier 6.3 Patch 17 WAS 5.1 Regards; Jose Manuel Viejo Lobato [EMAIL PROTECTED] http://ars.viejolobato.com ViejoLobato S.L. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

