Yeti Posted January 3, 2001 Posted January 3, 2001 On the first of january 2002 a dozen countries or so in Europe will convert to a new currency, the Euro. Like every other currency this one has a special symbol (like $, or fl). It may seem aerlu to start this now, but in due time we'd like to show dutch guilders as well as euro's on our invoices.... So: can anyone tell me how to get this currency symbol in Filemaker? TIA ------------------ Yeti
Woodelf Posted January 3, 2001 Posted January 3, 2001 Hi Yeti If you are using a Mac this will work <shift> <option> 2 will get you the Euro E Irrespective of your OS it is dependent on the font you use. This is OK for all the latest apple system fonts that are part of the standard system installation. I should think that someone would have the bases covered for windose (sp?) ------------------ Cheers Coops
Yeti Posted January 5, 2001 Author Posted January 5, 2001 Thanx Coops! But now a new problem. I've scripted the guilder-symbol so that when somebody enters a number the symbol automatically appears. So how do I script this for the Euro? I was wondering if there isn't somebody out there who made a smart thingamafidge to get this done. Or does your solution work in scripts as well..... ------------------ Yeti
BobWeaver Posted January 6, 2001 Posted January 6, 2001 How about the trick of superimposing a calculated field (cField) over top of your currency entry field (eField) with the calculated field set to disallow entry. When you click on, or tab to the eField you enter the number there. When you leave the field, the calculated field, in front, displays the proper currency symbol from the following calculation: cField=if(happy," "," ") & NumToText(eField) Sorry, my old Mac has no Euro symbol but the idea is the same. [This message has been edited by BobWeaver (edited January 05, 2001).]
Recommended Posts
This topic is 8992 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now