| | | Forum Newbie
       
Group: Forum Members Last Login: Thursday, April 03, 2008 Posts: 1, Visits: 6 |
| | Can you tell me how can I obtain the ProgID property of the COM Action? |
| | | | Supreme Being
       
Group: Forum Members Last Login: Saturday, April 26, 2008 Posts: 128, Visits: 422 |
| Hi, Check the below link on how to find ProgId of COM object. http://www.microsoft.com/technet/scriptcenter/guide/sas_wsh_lubv.mspx?mfr=true
To call com object from skelta you need to have a Run method in your COM component.
The COM-Object Activity executes the Run method of a COM object, with the specified program id. This activity calls the Run method of the COM object. The program id and parameters are fetched from the properties of the activity. The string value returned from the Run method of the COM object is assigned to the Output parameter. This value specifies the state of execution of the activity. The execution of the COM-Object Activity gives the return values set for this activity, which will be used for conditional routing.
Moderator |
| | | | Supreme Being
       
Group: Forum Members Last Login: Yesterday @ 6:29 AM Posts: 105, Visits: 556 |
| | |
|
|