Problem with DataBand into another DataBand
Posted: Mon Feb 11, 2008 10:30 am
Hello !
I must display sale history of properties.
I have a table Property and a table SalesHistory.
A property can be sold more than one time.
I tried to put a container in the Databand of properties and in this container I put another databand for the sales.
Here's the where of the query for the sales databand: where SalesHistory.NoInscr = '{Property.NoInscr}'
The problem is only the sales of the first property is displayed.
Maybe there's a better way to do this?
Thank you!
I must display sale history of properties.
I have a table Property and a table SalesHistory.
A property can be sold more than one time.
I tried to put a container in the Databand of properties and in this container I put another databand for the sales.
Here's the where of the query for the sales databand: where SalesHistory.NoInscr = '{Property.NoInscr}'
The problem is only the sales of the first property is displayed.
Maybe there's a better way to do this?
Thank you!