#include <iostream>#include <iomanip>#include "cgiTemplates.h"#include "connectstring"#include "forms.h"#include "ocTypes.h"#include "ocString.h"#include "Report_Parameters.hpp"#include "list_base.hpp"#include "forms_base.hpp"#include "Session.hpp"#include "openLogger.h"


Go to the source code of this file.
Classes | |
| class | Report_Parameters |
| class | Report_Parameters_form |
Typedefs | |
| typedef map< string, Report_Parameters > | rep_params |
| typedef vector< string > | param_order |
Functions | |
| string | multivalLookup (string sql) |
| typedef vector< string > param_order |
Definition at line 276 of file Report_Params_ui.h.
| typedef map< string, Report_Parameters> rep_params |
Definition at line 275 of file Report_Params_ui.h.
| string multivalLookup | ( | string | sql | ) |
Definition at line 35 of file Report_Params_ui.h.
References openRS::close(), basicField::format(), quickQuery::getData(), openRS::getField(), openRS::next(), and quickQuery::opened.
Referenced by Report_Parameters::preHasValueCheckInit().
1.5.5