(simplified example of issue)
TABLE 1 - Customers
TABLE 2 - Contracts.
I have a process that scans through table 1, then scans table 2 for Contracts associated with the customer in table 1. When this data is collected I then issue a "REPORT FORM TO FILE" that generates a report which is automatically emailed.
The problem is - When the first run of records and reports is complete and the record pointer changes in table 1 - I select table 2, issue the report form to file command, and somehow the currently selected table is changed back to table 1, thus causing bad report output.
I,ve been debugging this for days, and can't resolve . Any ideas ? LCB
Puritanism - the secret fear that someone, somewhere is having fun.
TABLE 1 - Customers
TABLE 2 - Contracts.
I have a process that scans through table 1, then scans table 2 for Contracts associated with the customer in table 1. When this data is collected I then issue a "REPORT FORM TO FILE" that generates a report which is automatically emailed.
The problem is - When the first run of records and reports is complete and the record pointer changes in table 1 - I select table 2, issue the report form to file command, and somehow the currently selected table is changed back to table 1, thus causing bad report output.
I,ve been debugging this for days, and can't resolve . Any ideas ? LCB
Puritanism - the secret fear that someone, somewhere is having fun.