teknogeek9
Programmer
MS SQL SERVER 2005
CR XI R2
I have an RTF field that is an (image,null) field in the database. I am able to display the contents of the field in CR using the following SQL Expression:
//%Notes
{fn substring(BEHOLD_Tasks.TASK_RTF_NOTES,0,100000000)}
This field displays in hexdecimal. Is there a CR function that will convert a hex to its proper string or does anyone have any suggestions?
Thanks in advance!
CR XI R2
I have an RTF field that is an (image,null) field in the database. I am able to display the contents of the field in CR using the following SQL Expression:
//%Notes
{fn substring(BEHOLD_Tasks.TASK_RTF_NOTES,0,100000000)}
This field displays in hexdecimal. Is there a CR function that will convert a hex to its proper string or does anyone have any suggestions?
Thanks in advance!