Hi. We have Delphi 7 and use Crystal 11. Our older reports use Crystal to do table joins. Our newer reports are using Command objects with the joins done in a manual selection statement.
We have data that contains a mixture of Chinese and English characters. I have two reports. One pulls the data from tables. The second pulls data using a select statement in a command object. The one using tables appears to print correctly. The one using a command object is printing "????" rather than the Chinese characters. The data is coming from the exact same table, so why does the data get displayed in the report differently? What can I do to get the command object data to print correctly.