Question
1
Replies
58
Views
Altisource business solution
Posted: November 17, 2020
Last activity: November 17, 2020
Update the values in word file
Hi,
I have one windows application which opens one word file ..some of the values in word file will be auto-populated i have to update others. When application opens a word it will be opened in temp folder and i have to update the fields when it is opened only ..
i cant use connector because i will not have path of that file which is opened on the screen .i cant open that file separately I have to update values when it is open by my windows application
Unfortunately, the out-of-the-box connector will require you to use it to open the file. Perhaps you could use a C# script using UI automation to save the file in a known location before you have the connector open it. You might also be able to use a Windows adapter set to MonitorAll for Word to save it using traditional interrogation as well, but generally speaking, we don't have translators built to interact with Office components given that we have the connectors.