Yes, the form is already open. Earlier, I had tried a VB Script to check
if the PDF file is Static PDF Or Dynamic XML as per the value of
'dynamicXFAForm' but it returned 'true' for both type of PDFs created by
Adobe X LiveCycle Designer. Please correct me if I am doing anything
wrong.app = CreateObject("AcroExch.App")pddoc =
CreateObject("AcroExch.PDDoc")If pddoc.Open("c:\Usage Example Form.pdf")
Then js = pddoc.GetJSObject If Not js Is Nothing Then If
js.dynamicXFAForm Then MsgBox "It's a dyna...