print preview without data
When I use TTable with print preview, it is no problem becasue RB can get
the data and field by TTable and pipeline. But when I switch to use TQuery
(select * from a,b where...) and assign the field to RB object manually, the
preview not works (could not generate report).
Q: can RB just print the preview without getting data (just left it blank)
in this case, so that we, the developers, can view what the report output
is?
Benson
Delphi5, RB5.5
the data and field by TTable and pipeline. But when I switch to use TQuery
(select * from a,b where...) and assign the field to RB object manually, the
preview not works (could not generate report).
Q: can RB just print the preview without getting data (just left it blank)
in this case, so that we, the developers, can view what the report output
is?
Benson
Delphi5, RB5.5
This discussion has been closed.
Comments
Check the datapipeline property on the report. Check to make sure the
components in the report are connected to the new pipeline and the proper
fields- perhaps they became disconnected.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com