Hello again Bruce & the gang,
I am in the process of implementing a reporting library in a NT5 webapp... For ease of modifications to the report sets, I've decided to do them in Fomin Report Builder - that way I can just upload the RPT files and add a row to a database table to add reports to the existing set etc.
I have added the FRM -> PDF templates too, and set up FRB to print directly to PDF without any previews etc.
I have a NetTalk WebForm that takes some details from the end user, along with the report name to print, then when they hit the 'Submit' (renamed to 'Print') button, it calls the procedure 'Student_Report', which is a FRB Run Time Report.
If have put in the '(<NetWebServerWorker p_web>)' in Prototype AND Parameters in the procedure, but everytime I hit the 'Submit' button and the browser goes to '
http://xxx.xxx.xxx.xxx/Student_Report', it comes up with a 'Page Cannot Be Found' message.
What have I missed?