Hello everybody,
I'm having some difficulty in setting up a program to generate a. pdf file on TUI mode. I am using the following commands:
Fgl_report_loadCurrentSettings IF (NULL) THEN
CALL fgl_report_SelectDevice (PDF)
CALL fgl_report_SelectPreview (FALSE)
CALL fgl_report_SetOutputFileName (nome_arq.pdf)
LET fgl_report_commitCurrentSettings hFile = ()
else
return
END IF
start report lis_rlctb001 to XML HANDLER hFile
When I run the program locally on the server the result is OK, but when the execution is done via telnet does not work.
Does anyone have any suggestions to help me?