G
GaryDean
I have a 1.1 utility program that prints any DataGrid in a Crystal Report
and it works just fine. I'm in the process of final testing of a new 2.0
version that does the same for GridViews. When testing my new version I
notice that my reports don't print some types of punctuation correctly.
Upon examining the actual data in the DataGrid and then the GridView I find
that the data has been corrupted in the GridView but not the DataGrid.
Below is a snippet taken from both the GridView and the DataGrid. As you
can see this punctuation is represented correctly in the datagrid but in the
gridview it is represented by which I assume is some code
representing the specific character that the datagrid has no trouble with.
(sorry it's different data).
Why is it being represented this way in the GridView? What can I do about
it?
Thanks,
Gary
This is from a DataGrid:
<td>Col Zero</td><td>Col One</td><td>BERGS</td><td align="Right">Berglunds
snabbköp</td><td>Christina Berglund</td><td>Order
Administrator</td><td>Luleå</td><td> </td><td>0921-12 34
65</td><td>Sweden</td>
This is from a GridView:
</td><td>ANTON</td><td>Antonio Moreno Taquería</td><td>Antonio
Moreno</td><td>Owner</td><td>Mataderos 2312</td><td>México
D.F.</td><td> </td><td>05023</td><td>Mexico</td><td>(5)
555-3932</td><td> </td>
and it works just fine. I'm in the process of final testing of a new 2.0
version that does the same for GridViews. When testing my new version I
notice that my reports don't print some types of punctuation correctly.
Upon examining the actual data in the DataGrid and then the GridView I find
that the data has been corrupted in the GridView but not the DataGrid.
Below is a snippet taken from both the GridView and the DataGrid. As you
can see this punctuation is represented correctly in the datagrid but in the
gridview it is represented by which I assume is some code
representing the specific character that the datagrid has no trouble with.
(sorry it's different data).
Why is it being represented this way in the GridView? What can I do about
it?
Thanks,
Gary
This is from a DataGrid:
<td>Col Zero</td><td>Col One</td><td>BERGS</td><td align="Right">Berglunds
snabbköp</td><td>Christina Berglund</td><td>Order
Administrator</td><td>Luleå</td><td> </td><td>0921-12 34
65</td><td>Sweden</td>
This is from a GridView:
</td><td>ANTON</td><td>Antonio Moreno Taquería</td><td>Antonio
Moreno</td><td>Owner</td><td>Mataderos 2312</td><td>México
D.F.</td><td> </td><td>05023</td><td>Mexico</td><td>(5)
555-3932</td><td> </td>