Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unstable quick report

Status
Not open for further replies.

yomyom

Programmer
Dec 23, 2002
119
GB
Can any suggest why this happens?
I create a nice looking report based on a query - simple one i.e =>
Select * from "c:\xyz\abc.db"
and I also attached a simple summary field using an sql query i.e =>
select sum(credit), sum(debit), sum(balance)
from "C:\xyz\abc.db"
However, when I run the preview it scatters the the results (displayed values) all over the page and not in the neat columns I've setup.
Can any one pls tell me why?
yomyom
 
Why don't you use TQREXPR to display those sums ? Just say in EXPRESSION - 'sum(credit)'
 
Thanbks for the tip, I will try it but, are you saying that having more than 1 dataset on a form can cause the quick-report to become unstable?
yomyom.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top