Search found 3 matches

by blevy9
Thu Feb 05 2004
Forum: Power Builder Community
Topic: PDF generation problem
Replies: 0
Views: 6544

PDF generation problem

I am using EAServer with EAF framework. I implemented 2 radio buttons on the Web Page to display reports in 2 mode: PDF format from Amyuni converter or HTML format. Often when I click PDF button, I get Internal server error 500: The page can not be displayed. Then I return to previous screen, switch...
by blevy9
Tue Feb 03 2004
Forum: Power Builder Community
Topic: Remove PDF file from the server after redirection
Replies: 3
Views: 11229

Cleanup the server from PDF files

WebPage get file name as parameter when redirect this file to the browser. After redirection user just close the browser and name of file lost. There are hundred of clients and hundreds of different files, and program does not know what previous file was to delete when it get another file from anoth...
by blevy9
Mon Feb 02 2004
Forum: Power Builder Community
Topic: Remove PDF file from the server after redirection
Replies: 3
Views: 11229

Remove PDF file from the server after redirection

I am using EAServer with EAF framework and JSP client. After PDF file was created on the server using Amyuni PDF converter, I use redirection in my JSP code to redirect PDF file to the Client browser: response.sendRedirect(ls_filename). I tried to delete the file using File Object: String s = "...