How to get the content of a selected document from embedded View

Dear all,

How to get the field value of the selected document from the embedded view, if I want to get the value using the script in PostOpen of the form, is it possible?

Subject: How to get the content of a selected document from embedded View

In PostOpen event you can use “Source” which gives you the handle to the UIDOC. You can use FieldGetText method to grab vales from field

Subject: RE: How to get the content of a selected document from embedded View

Hi,

In the event PostOpen, I can only get the uidoc value, but what I want is the selected embedded view document field value. Is it possible to achieve this?