How can I change the filename property of a document in Panagon?
I tried the code
m_objDocument.Properties("idmVerFileName").Value = "Santosh.doc"
m_objDocument.Save
gave me an error -2147214785
Let me know how can I successfully change the filename.
I tried the code
m_objDocument.Properties("idmVerFileName").Value = "Santosh.doc"
m_objDocument.Save
gave me an error -2147214785
Let me know how can I successfully change the filename.