Hi everyone,
I have a problem with the data output from a OS-COMMAND statement. I don't want to show the output of this commands, because that output is printed out to the report that the application being executed return.
The commands are:
and
The report is printed very frequently, so the extra space used by the footer that is been printed make the report more "paper-expensive".
Anyone has been on a similar situation?
I read the OS-COMMAND documentation, but can't find anything useful there to solve this issue. At least, I didn't see any.
Thanks for your consideration,
I have a problem with the data output from a OS-COMMAND statement. I don't want to show the output of this commands, because that output is printed out to the report that the application being executed return.
The commands are:
Code:
os-command silent value("find /home/example/ -type f -size 0 | xargs rm ").
Code:
os-command silent value("sh " + script-path + "ftp-up.sh " + file-name + " " + file-path).
The report is printed very frequently, so the extra space used by the footer that is been printed make the report more "paper-expensive".
Anyone has been on a similar situation?
I read the OS-COMMAND documentation, but can't find anything useful there to solve this issue. At least, I didn't see any.
Thanks for your consideration,