| Title: | FOCUS, from INFORMATION BUILDERS |
| Moderator: | ZAYIUS::BROUILLETTE |
| Created: | Thu Feb 19 1987 |
| Last Modified: | Mon May 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 615 |
| Total number of notes: | 1779 |
I am looking for a way to get FOCUS to print multiple reports from
a single TABLE request. Where each record from my selection group
would be a new report with a new report name.
I've tried using Dialogue Manager. The first part would create
a hold file that would contain my unique key to the file. I would
then use the DM command -READ to read in the hold file. The only
problem seems to be that it reads only the first record in the file.
When I loop back in DM I get the first record again, this continues
until I kill the process. Anybody have any ideas.
Thanks
Dave White
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 214.1 | Another loop | GVAADG::PERINO | Joel PERINO @GEO | Fri May 19 1989 04:57 | 6 |
We already had this problem with the -READ re-opening the file each time. We solved it by using a global variable &&COUNT and looping on the -READ until an other variable &LOOP is equal to &&COUNT, then increment &&COUNT and so on... Good luck - Jo�l | |||||