Dec 05
Patrick Larkin PDF file serving with post action
Dec 05, 2013; 12:06
Patrick Larkin
PDF file serving with post action
Hello -
I currently have a form with a button that retrieves the form data and generates a PDF. At this point, I want the PDF to generate and download to the client (this works) and then have the user sent to either the main menu of some other page. In other words, away from the form. The purpose is that the form is now forbidden and the PDF is the official record that cannot be changed.
So, on the form, I have a button which goes to a Lasso page that checks for errors and if it passes, I "include" a page with the Lasso PDF code.
[var:'MyFile'=(PDF_Doc: -File=$filename,
=85
[PDF_Serve:$MyFile, -File=$filename]
I then want to execute an inline to insert a value into the record and send the user to the main menu. If I put the update inline either at the end of the PDF included code or in the initial error checking file after the INCLUDE statement, it never executes. It just creates the PDF and remains on the same page.
Does the PDF generation kill any other actions?
Patrick Larkin
Information Systems
Bethlehem Area School District
https://www.beth.k12.pa.us
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso
Lasso@lists.lassosoft.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Dec 05
Patrick Larkin Re: PDF file serving with post action
Dec 05, 2013; 12:15
Patrick Larkin
Re: PDF file serving with post action
Dec 05
Ke Carlton Re: PDF file serving with post action
Dec 05, 2013; 17:19
Ke Carlton
Re: PDF file serving with post action
Dec 05
Jolle Carlestam Re: PDF file serving with post action
Dec 05, 2013; 18:40
Jolle Carlestam
Re: PDF file serving with post action
Dec 05
Lubos Voros Re: PDF file serving with post action
Dec 05, 2013; 21:14
Lubos Voros
Re: PDF file serving with post action