Technote (FAQ)
Question
How do I get a Genero application server program to write report output onto my client system?
Cause
Users need server program output on their client systems and the software documentation does not address the issue directly.
Answer
Genero server application programs provide several methodsto will write server side output.. Once the server-side output is generated, an additional step can be used to copy the output file to a location on the client system, using the function fgl_putfile().
Usage: CALL fgl_putfile( source STRING, destination STRING)
"source" is the fully qualified name of the file to be copied.
"destination" is the fully qualified name on the client system.
The application developer needs to exercise caution with fgl_profile(), and impose appropriate restrictions on the source file to be copied.
Related information
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.