DataReport With DataShaping
Hi
I need help with creating data report in vb6.
I am using data report designer and DataShape.
For example, how can I show data report without using DataEnvironment.
SHAPE { SELECT * FROM Customers}
& " APPEND ({SELECT * FROM Orders }
& " RELATE CustomerID TO CustomerID)
rs.Open....
How can i bind this rs to rpt if i have created rpt.
I want to show customer's information in the page header and order information in details section.
Thanks
Alex.
|