This question about Using an extension: Answered
How to search Tables example
Hello.
I'd like to use
FormQueryPlugin to search tables (not Data Forms). The specific problem is a waybill search and there are about 6K rows of data updating hourly which I think is not easy in Data Forms.
I am able to run very simple
FormQueryPlugin setup here:
http://www.hurrells.ca/Sandbox/ChesterCartageSearchBox
But I see how the FORMQUERY will access the URLPARAM{"q"}. Is there something missing here?
Also, The Cat & Dog Table example does not really give me an idea of how to use Fields to search a column.
Any pointers or help would be appreciated. Thanks in Advance, Steve
Well, to start with loading 6K rows of data isn't going to be that fast, so be warned.
To use the Cat/Dog example again, the query
$TableDefinition[?Name='Cat']
will match rows with the
Name
field set to
Cat
.
--
CrawfordCurrie - 03 Aug 2011