In TextObject of my report i embade FormulaField.
TextObject can grow, and aligment of TextObject is set to justified.
On developer machine evrything works fine, but on client side words in TextField are split,looking like this:
"some text.............................my prob
lem"
FormulaField code look like this:
"some text.................."& {Command.SomeField} &""
Im using CR10 and VB 6.0, and data from DB2 true ODBC.
Maybe i miss some DLL on Client side, or is there a way.....?
TextObject can grow, and aligment of TextObject is set to justified.
On developer machine evrything works fine, but on client side words in TextField are split,looking like this:
"some text.............................my prob
lem"
FormulaField code look like this:
"some text.................."& {Command.SomeField} &""
Im using CR10 and VB 6.0, and data from DB2 true ODBC.
Maybe i miss some DLL on Client side, or is there a way.....?