Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I was wondering, for this:http://www.info-discuss.com/IFT_Final/_ite...earchField=dateThis searches for records after 15/05/2006. Is there any way I can add another date to the URL so that the search is limited between 2 dates?Thanks,Evan
Evan,you can do the following:
edit your query on the Edit SQL query tab.Here is a sample:
select date,
check off date2 field on the Advanced search page only on the Choose fields tab.
build your project, open generated templates/..._search.htm file, find this code:
<form method="POST"
and replace it with this one:
<form method="GET"