(19 out of 44)
Project.Print Form Args
Synopsis
Specifies if you want the form arguments shown in the document that contains the results of a query generated by a form activator.
Description
If this option is set to True, Sapphire/Web will put debug information about your forms into the documents that are generated by your CGI executable. This is useful when debugging your CGI executable. You can copy this debug information to a file and run your CGI executable with the -debug flag to pass the form arguments to the CGI as if your CGI was called by a http server. This method allows you to use a debugger like dbx to find problems with your CGI.
Permitted Values
True, False
(19 out of 44)