C
chris.dannemiller
I have a data stream comming in that looks somthing like this
<SomeData>
<DataSet>
<Data>
<Item1>XYZ</Item1>
<Item2>XYZ</Item2>
<SubData>
<Item1>XYZ</Item1>
<Item2>XYZ</Item2>
</SubData>
</Data>
....
</DataSet>
<SomeData>
I am trying to display the data in Crystal Reprots but it keeps
creating _Id tags and then complaining about the fact they dont exist.
I have not been able to find any real good tutorials on this either.
<SomeData>
<DataSet>
<Data>
<Item1>XYZ</Item1>
<Item2>XYZ</Item2>
<SubData>
<Item1>XYZ</Item1>
<Item2>XYZ</Item2>
</SubData>
</Data>
....
</DataSet>
<SomeData>
I am trying to display the data in Crystal Reprots but it keeps
creating _Id tags and then complaining about the fact they dont exist.
I have not been able to find any real good tutorials on this either.