add a test for the FormParam macro, and clarify in the docs that FormParam returns only the first value from a list

This commit is contained in:
Colin Kuskie 2006-07-29 03:31:59 +00:00
parent 00de81868b
commit 84117932af
2 changed files with 96 additions and 1 deletions

View file

@ -18,8 +18,9 @@ our $I18N = {
<p><b>&#94;FormParam();</b><br />
This macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifying the name of the form field, like this: &#94;FormParam("phoneNumber");
</p>
<p>If the macro is used to pull data from a form field that returns multiple values, like a dropdown list, then only the first value will be returned.</p>
|,
lastUpdated => 1146679330,
lastUpdated => 1154143837,
},
};