[ic] ITL help needed

Davor Ocelic docelic at mail.inet.hr
Sat May 21 16:34:19 EDT 2005


> 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>




More information about the interchange-users mailing list