Merge Report (AREV Specific)
At 29 NOV 1998 10:03:16AM danshane@mail.westco.net wrote:
How do I get a merge report to print a single record from a table?
I just need to print the record that is currently on the screen to a a merge report. There has to be a simple way to do this. Thanks in advance
![]()
At 29 NOV 1998 09:11PM Eric Drews, Drews Enterprises wrote:
To merge a single item from the screen say, from a softkey, add a routine to the appropriate softkey code/command that does the following snippet of code
STATEMENT=MERGE MyMergeName ':@ID
PERFORM STATEMENT
The merge output, by default, will go to the printer.
Hope this helps.
Regards,
Eric Drews
Drews Enterprises
908 665 2513
drewsxer@superlink.net