[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] ITL help needed


> One more thing I'd like to know:
> How can I output/read the code field(primary key of products table) or
> any other field from the database-record corresponding to *the item
> currently being viewed*.

On the flypage, you mean?

It's ideologically the same trick as above, where "item" prefix is initialized
to the current item,

Here's a trivial pages/flypage.html :

<html><body>

<h3>Product number: [item-code]</h3>
<p>[item-field description] . . . [currency][item-field price][/currency]</p>

<br>
Return to the [page index]Index page</a>.

</body></html>


_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.