Hi there
I have a question about Invoke workflow activity.
Our client use Microsoft Access and we used Invoke method to execute Access.
However Invoke method doesn’t have TimeOut property. So if Error occurs during running Access, Robot can’t recognize error and keep waiting until the query end(means forever).
Therefore, now I’m trying to use invoke workflow since invoke workflow has TimeOut property.
But I can’t write right VB expression in Activity.
Do you have any idea how to translate(rewrite) it from Invoke method to Invoke workflow.
Here is a sample of Invoke method.
Target type:Null
TargetObject:acAccess.DoCmd
Method Name:Open Query
Parameters
Direction / Type / Value
In / Object / “XXXX”
In / AcView / Microsoft.Office.Interop.Access.AcView.acViewNormal
In / AcOpenDataMode / Microsoft.Office.Interop.Access.AcOpenDataMode.acEdit
Also if you have any different idea to avoid this problem, please share with us.
Thank you for your time.
Naokichi