R
richyoder555
Guest
I have an application that lists orders in a stacked datagrid. Currently I have a button one each line that triggers a fetch of a PDF file from the static folder with the file name derived from the order number (Thanks to Ricardo Perdigao ). The PDFs need to be current an so are generated (by the server) when the orders are fetched. This can be slow for the end user as there can be many orders. What I would like to do is somehow call (openedge) code on the server with the order number that is selected. This in turn, would generate a single PDF and send it to the client.
Continue reading...
Continue reading...