Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: how to use Unicode values in crystal rpt formula Post Reply Post New Topic
Author Message
joshimuralikris
Newbie
Newbie
Avatar

Joined: 25 Aug 2009
Location: India
Online Status: Offline
Posts: 18
Quote joshimuralikris Replybullet Topic: how to use Unicode values in crystal rpt formula
    Posted: 09 Sep 2009 at 10:59pm
Hi Experts,

i'm using this formula

if{MQM_USP_PatientQIDataElementValuesForReport;1.DataElementId}="PNM_38" then
  if{MQM_USP_PatientQIDataElementValuesForReport;1.DataElementValue}="" then
 chr(168)
else   if{MQM_USP_PatientQIDataElementValuesForReport;1.DataElementValue}="True" then
    chr(254)
    else
    chr(168)


to display the Ticked check box and blank check box depending on the condition.

by googling i came to know that firefox wont render the wingdings font, so i want to know how to use Unicode values equivalent to chr(168) and chr(254).

could any one plz help me out in modifying  this formula and replace the ascii characters with the unicode.

Thanks in advance

Murali...
IP IP Logged
joshimuralikris
Newbie
Newbie
Avatar

Joined: 25 Aug 2009
Location: India
Online Status: Offline
Posts: 18
Quote joshimuralikris Replybullet Posted: 10 Sep 2009 at 10:35pm

Both 168 (◻◻) and 254 (☑☑) have an Unicode replacement.

have any one used the uni codes in the formula??  now i've these unicodes but when i use them in the formula, its saying error in formula..

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.