Urgent - Show view content in the form

Hello All,I have one requirement wherein I need to show view content in the form. I have used Embedded view with Show single category which solved my purpose. But once the document saved, I don’t want the embedded view content to be changed.

I know that the category value used in show single category is going to be changed so it will change the content of embedded view. So I cannot use this logic.

The other solution will be to populate data from required douments in the form of a table inside a rich text field. But it will be time consuming process.

Is there any way which will allow to print the content of view inside the form?

Subject: Urgent - Show view content in the form

Pravin,

If you donl;t want the values to be changed once the view document has been saved, then the values are going to have to be fields on your form

You cold use some script in the QueryClose event of the view document to get a handle on the form and update the fields where necessary

Mike