how to display special ascii code in textbox
I want to show HTML Code ³ and &sup4; in the textbox.How do i do that?I tried expression =³ but it doesn't work.
September 2nd, 2009 6:23pm
What does ³ supposed to looks like when rendering? Or you actually want to show that word in the textbox - simply do ³ without the equal in the front (you probably knew that).Chicagoan ...
Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2009 6:48pm
it looks like a smaller 3 -
September 2nd, 2009 7:00pm
Unfortunately, I don't know of how to do superscript of all text. However, there are couple of characters that has 2 or 3 superscript letter. These are the examples:
=m & chr(178) = m2 .. or
=10 & chr(179) = 103Chicagoan ...
Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2009 7:12pm
I don't know how to get smaller 4 or 5.
September 2nd, 2009 7:22pm
Me either .. sorry ..Chicagoan ...
Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2009 7:39pm
Ican use chrwCase 0superscript = ChrW(8304)Case 1superscript = ChrW(185)Case 2superscript = ChrW(178)Case 3superscript = ChrW(179)Case 4superscript = ChrW(8308)Case 5superscript = ChrW(8309)Case 6superscript = ChrW(8310)Case 7superscript = ChrW(8311)Case 8superscript = ChrW(8312)Case 9superscript = ChrW(8313)
September 2nd, 2009 8:41pm
Use PanRoman type font to get these:=chr(162) 4=chr(176) 5=chr(164) 6=chr(166)7=chr(165) 8=chr(187)9Chicagoan ...
Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2009 10:00pm
not sure what panroman type font is. as I can't find it in the fontfamily on reporting service 2005.but I have issue with chrW. whilesuperscript displays fine on the page, but when export to PDF, pdf shows ?for all the superscripts. =(
September 2nd, 2009 11:11pm
Hi sqlmania,
chrW() means using Unicode character. It will be displayed in PDF.
Thanks,
Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
September 11th, 2009 6:01am
Hi,
What is the Superscript unicode charw() for , (comma), I am struck with that.
I am asked to diaply like 2,3 in superscript.
Kindly let me know.
Thanks,
prabu
SPPrabu
December 9th, 2010 10:01am


