View previous topic :: View next topic |
Author |
Message |
vijay Beginner
Joined: 09 May 2003 Posts: 131 Topics: 64
|
Posted: Mon Jul 05, 2004 9:31 am Post subject: EZT Report Doubt |
|
|
Hi ,
I've a small doubt in EZT Report.I've 4 flds in the file
flda fldb fldc fldd .
In the report SEQUENCE I've flda fldb .
For every record in the file I print 4 times as below in the sequence.
record1:
line1- flda name flda value
line2 -fldb name fldb value
line3 -fldc name fldc value
line4- fldd name fldd value
when I look in the report for each record ,the lines are actually reversed.i.e fldd comes first ,though I print it as the last line for each record.
Could you please let me know where the problem is?Is it the SEQUENCE statment?
Thanks,
Vijay |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Jul 05, 2004 1:07 pm Post subject: |
|
|
vijay,
Even though you specfied the fld-d as the last line your sequence statement is the statement which decides the order of the records in the report.
Hope this helps..
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|