View previous topic :: View next topic |
Author |
Message |
vetriselvan Beginner
Joined: 25 Aug 2006 Posts: 1 Topics: 1
|
Posted: Wed Oct 04, 2006 5:04 am Post subject: EZTRIEVE Report peculiar error |
|
|
We are trying to generate 2 reports, one report for records which meet a certain criteria, and an error report which displays elements in the record for ones that don't meet the criteria. We are facing a peculiar problem in that there are some records which appear in both the reports. We checked using DISPLAYs and the flow is going inside the IF part, but not the ELSE part.
We suspect that it might be because of some EZTRIEVE buffer issue, and hence requires some kind of initialization.
Can anybody please suggest as to what it is thats going on here,and what should be done to overcome this problem ? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Wed Oct 04, 2006 10:25 am Post subject: |
|
|
vetriselvan,
This has got nothing to do with the buffers. Are you doing 2 file match ? If so make sure that BOTH files DO NOT have duplicates on the Key match fields. Easytrieve Match logic works with one to many and many to one , But it fails with Many to Many logic. you need to write your own custom logic for many to many match.
Post your code here
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|