[ic] interpolation of database data

Jon Jensen interchange-users@interchange.redhat.com
Tue Jan 22 15:38:01 2002


On Tue, 22 Jan 2002, Russ Mann wrote:

> My database from Minivend contains several instances of [page
> product_code]Description</a> in the detail/description field, linking one
> product to another or to another page.  In IC 4.8.3, displaying the field
> appears to not interpolate those links.  Is there a way to make IC do this,
> or another way to make these links within the database?

Set safe_data=1 on the search that retrieves the data from the database.
Or do pragma safe_data for the page.

Jon