Re: record tag not interpolate
EA3KZ Salvador Caballé <[email protected]>
| Newsgroups | gmane.comp.web.interchange.users |
|---|---|
| Message-ID | <[email protected]> |
On 11/01/17 23:05, Peter wrote: > On 12/01/17 06:29, S. Caballe wrote: >> >> The record TAG not interpolates correctly >> >> This does not work >> >> [record >> interpolate="1" >> table="data_bas" >> key="[scratch code_number]" >> column.status="[scratch text]" >> ] >> >> [scratch text] is not interpolated. > > You need to add [pragma interpolate_itl_references 1] to the page > somewhere: > > http://interchange.rtfm.info/icdocs/pragma/interpolate_itl_references.html > > Thanks Salvador