[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] interpolation of database data
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