Hello,
Something strange. I use on my CR a barcode font (format interleaved 2outof5).
To be able to use this font, I have to convert through a formula my string. This I do in VB6. Then I pass the content througt a formula-string-field to my CR.
Strange enough, the translation of my number (01100604900640) gives me the converted string : !$-)'})K"
This contect I have to pass in my formulafield like :
Report.FormulaFields.GetItemByName("BarCBlankR").Text = Chr(39) & hString & Chr(39)
where hstring has the converted content.
Whether I use chr(39) or chr(34) to start and terminate my string, cr gives me an error because cr cannot determine what's the qualifier for the string.
Anybody a suggestion ?
Kind regards,
Pedro...
Something strange. I use on my CR a barcode font (format interleaved 2outof5).
To be able to use this font, I have to convert through a formula my string. This I do in VB6. Then I pass the content througt a formula-string-field to my CR.
Strange enough, the translation of my number (01100604900640) gives me the converted string : !$-)'})K"
This contect I have to pass in my formulafield like :
Report.FormulaFields.GetItemByName("BarCBlankR").Text = Chr(39) & hString & Chr(39)
where hstring has the converted content.
Whether I use chr(39) or chr(34) to start and terminate my string, cr gives me an error because cr cannot determine what's the qualifier for the string.
Anybody a suggestion ?
Kind regards,
Pedro...