The answer is simple: <!--#in "product_categories(cid)"--> <!--#var name --> <!--#/in--> The reason it wasn't working for me was that I had defined cid as a folder property of type int. (I do this so I don't have to enter the same value into a test form repeatedly) It needed to be a string. Hmm... these little problems always get me on a Sunday morning... Mike At 11:40 24/01/99 +1100, you wrote:
I am pretty impressed with the TinyTable product however I can't seem to work out how to search using a variable.
I'm trying to a tinytable to store a lookup table to convert integers from a database query into the description of that product.
The following works but I can't work out how to put a variable in place of the '3'. Can this be done? Am I missing something obvious?
<!--#in "product_categories('3')"--> <!--#var name --> <!--#/in-->
thanks,
Mike
At 12:32 11/01/99 -0600, you wrote:
ANNOUNCING TinyTables Beta 1 (0.7.3)
TinyTable is a product designed to manage a small amount of tabular data.
<snip>
TinyTable also makes it possible to look up an item within the list, or to return a subset of the list rows where columns equal particular values.