problems with form refresh.
I have been racking my brain trying to figure out how to get something to work with a form.
This is the form that is going to be used..
<cfform action="Insert.cfm" name="Create" target="_blank">
from this it should open the insert.cfm as I have a report to open at the end of insert page. This works fine.
<cfreport format="pdf" template="Detail_Printable.cfm" query="Qdetail">
</cfreport>
But I have a problem with the form. I need it to refresh as I dont want the user to have the option of submitting the form again, with out the new data being available.
Hope that makes sense.
Thank you
James
