Problem to display in the view a field of type "Rich text"

In my form, I have a fied declared in “Rich Text” , his names is link.

For information , I get in this fiel a link html …

I would like to display this field in my view but with no success, it display nothing … How can I do ?

Please help me because it’s important to see this value in the view …

Subject: Problem to display in the view a field of type “Rich text” …

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/e80f260109a8d5dc85256cc9004c6c59?OpenDocument

Subject: use @Text(MyRichTextField) in your column formula

Subject: RE: use @Text(MyRichTextField) in your column formula

Thanks us but …

I try to put this formule in the column view :

lien(Column)

Column value : @Text(Lien)

but nothing appear ??? in my column …

In my form, the names of the field declared in “Rich Text” , is “lien”

What could be the formule ? to see this field in the view ??

Subject: RE: use @Text(MyRichTextField) in your column formula

it’s works … I understand … the value appear in the column .

But , the link don’t Worked as a link Html,Normal because this field is converted to Text …

How to do for the link html worked in the view ?

It 'll be merveillous if we can activate this link in the view .

Please help me

Subject: RE: use @Text(MyRichTextField) in your column formula

You can’t display links in a view for Notes clients, but maybe you could put a button at the top of the view to open the URL for the current document?

hth

Tony

Subject: RE: use @Text(MyRichTextField) in your column formula

Why not … you can help me to this …

I am very interesting of that but what can I do … to put a button to allow to open the record …

Subject: RE: use @Text(MyRichTextField) in your column formula

Try:@URLOpen(@Text(lien))

This should open the URL for the currently highlighted document in the view.

Tony