Dreamweaver recordset filter - Display all records as default
Posted
by Drew
on Stack Overflow
See other posts from Stack Overflow
or by Drew
Published on 2010-03-29T18:38:45Z
Indexed on
2010/03/29
18:43 UTC
Read the original article
Hit count: 216
I am trying to create a simple search form to filter the results in the dynamic table.
The search form is on the same pages as the results and posts to itself.
I get the search string from the post variable.
It is working, but I can't figure out how to set the default value to display all results.
Dreamweaver automatically sets the default value to -1, and therefore no results are displayed on the initial load.
How do I change this to display ALL records as default and the filter only if there is search string defined.
© Stack Overflow or respective owner