I made a php-procedure which runs a FPDF-report. This procedure requires a launch-form to make some selections. When I run the procedure with the run-procedure-button on the home screen everything goes ok.
Then I made a run-button, When I run the procedure with this button I tried two options,
1 run the procedure, but then the procedure skips the form
2 run the form, but then it gives a blank screen So both options fail.
Then i tried the nurunphp onclickevent but that didn't solve the problem
Any idea what I did wrong? Thanks for your answer.
BTW I had the "ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER" error, I skipped this part but now I am always afraid that is the reason for all my problems
