|
MULTIPLE TABLE SEARCHES |
|
"Inline" search give you the capability of embedding additional searches requests within a template where the developer needs to summon information from different databases, tables, etc.
It is a simple matter of embeding a "Get" like statement with the format: Remember when building your template for a inline search your only creating the HTML portion that will be embeded in the web page.
In the following example, your customer information will go into one table, and the product info will go into another table. Then, when you do a search on your name, the data from both tables will be retrieved and displayed.
|