Might try skipping the order by clause, since it would be superfluous at best, no?

bill

Rob Vincent wrote:
I have created a report that summarizes inventory transactions.
The report uses a [Header], No detail, [Footer] section.
 
It displays fine on the screen.
When output is directed to a file i.e.  ;
 
  output disburse
  print disburse order by partno asc where tdate = '03/02/2004'
  output screen
 
Nothing appears in the Footer section?!
 
Anyone else ever experience this anomaly?  (rbgw 6.5++ 1.866)
 
Rob Vincent

Reply via email to