Link to home
Start Free TrialLog in
Avatar of AboutLotus
AboutLotus

asked on

Rich text Field in View

I have a rich text field in a form. Now I want to create a view which would contain those fileds as columns. I tried using @Abstract method but it din't work.

Please tell me how can I do this?

Thanks in Advance,
NB
ASKER CERTIFIED SOLUTION
Avatar of Bozzie4
Bozzie4
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AboutLotus
AboutLotus

ASKER

I am not able to get the value still.

Can you please help me.

I have used like this @Abstract( [TryFit] : [Save] ; 500 ; "" ; "Requirements") in a text field,Computed on the form.

But still I dont find the field in the view.
Do a search on this forum (@abstract, restrict to this Topic Area), and you will find tons of information about this problem....

Tom
Actually I have the field but I dont find the value for that field.
Does the richtext field have value or not, if yes then see this article :

http://codestore.net/store.nsf/unid/DFOU-4PRG73?OpenDocument

Partha