> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Graham Brown > Sent: Tuesday, December 21, 2010 5:26 AM > To: [email protected] > Subject: Entering fractions into a text box > > Hi all > > One of my clients has asked why he can't input fractions into a product > description field so something like "3/4 round bar". > > When I type this in Word it formats to a smaller font with the 3 above the > 4 like a normal fraction I guess. > > I think it is probably to do with codepages but I can't see anyway to do > this. > > Anybody got any clues please. >
Are you saying that when they type in "3/4" they want to see it in that Alt format i.e. small and fancy looking? If so, would it be that tough to put code in the VALID event to parse the string, find things like "1/4", "1/2", "3/4" or whatever you want and then STRTRAN with the ALT sequence? Or is it that the textbox itself, given the font you are using for it, won't display it the way you want? Thanks, Matthew Jarvis || Business Systems Analyst IT Department McKenzie-Willamette Medical Center 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: 541-744-6145 -------------------------------------------------------------------------- Disclaimer: This electronic message may contain information that is Proprietary, Confidential, or legally privileged or protected. It is intended only for the use of the individual(s) and entity named in the message. If you are not an intended recipient of this message, please notify the sender immediately and delete the material from your computer. Do not deliver, distribute or copy this message and do not disclose its contents or take any action in reliance on the information it contains. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/69f310c05dd83c48a84ba3769ce1ecf804120...@tntriexevs02.triadhospitals.net ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

