I have a simple search page that allows the user to look up records by
fname and lname, I called the input box "Criteria". It presents the
data fine with the appropriate amount of rows paginated to 30 per page
for the first set of documents. However, when I click on a second row
or the twentieth row it crashes telling me that the Criteria does not
exist in FORM.
I have tried setting this as a variable URL.CRITERIA and still it
doesn't work. Is there a better way of getting this done?
RG
GArlington - 13 Sep 2007 11:04 GMT
On 12 Sep, 17:09, randygas...@gmail.com wrote:
> I have a simple search page that allows the user to look up records by
> fname and lname, I called the input box "Criteria". It presents the
[quoted text clipped - 7 lines]
>
> RG
<quote> ... it crashes telling me that the Criteria does not exist in
FORM.
...
I have tried setting this as a variable URL.CRITERIA...
</quote>
URL scope is NOT the same as FORM scope.