Two things...
- Don't put the square brackets
  Because that way you pass a block! instead of a string!.
  (I think you expect a string)
- if the funcs don't return a string convert them.
  Because if them return a number layout use them to size the field
instead of fill it with.

So

view layout [
field to-string modello targa/text
field to-string interventi targa/text
]

If the functions already return a string! just remove the 'to-string word.

> and if I write:
> 
>    field modello[targa/text]
> 
> or even this
> 
>   text-list interventi[targa/text]
> 
> nothing is displayed

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to