I have a Form “Directors” in which I have a RichText box “Movies”. I have a View “By Directors” in which I want to display “Movies” Field also.
When I click Field option in View to select the column value, the “Movie” field is not displayed. Rest of the field names are displayed.
I also tried @Text(Movies) but it is not working. Please help me regarding this.
Thanks in Advance.
Your help will be highly appriciated.
Subject: RichText Box and View
Rich text fields are not listed there because they can not be displayed in a view.
Subject: RE: RichText Box and View
Actually I am exporting the Details in the View to a excel sheet using an agent. If I am not able to view the contents of the Richtext box then how can i Export the same?
any Idea???
Subject: RE: RichText Box and View
hi,chk out the link
http://codestore.info/store.nsf/unid/DFOU-4PRG73?OpenDocument
i hope this wil help u
regards
Subject: RE: RichText Box and View
No Man
that is not working. Because that Field itself will not be available in this view.
Subject: RE: RichText Box and View
i feel u have to refresh the documents and may be need to save…
create one field say ‘abstract’ …it should be text field
type the following code in that…
@If(@IsAvailable(movies); @Abstract( [Abbrev]; 200; “”; movies);“” ) *
since ur creating new field u need to refresh n save the document . now in view instead of taking rich text field take this plain text field(abstract)
for me it works fine…
all d best