Hello,
could anybody suggest, where can I find the documentation about DDE in ServiceCenter.
I want to write Word macro, that will ask ServiceCenter and generate some small report.
Unfortunatelly, I didn't find anything, except small piece of code on one forum:
Sub ReceiveCall()
channel = DDEInitiate("ServiceCenter", "Actions")
DDEExecute channel, "[SystemEvent(""ReceiveCall"", ""Call ID"", ""6666"")]"
DDETerminate channel
End Sub
Do You know any other documents or manuals?
Thank You in advance
could anybody suggest, where can I find the documentation about DDE in ServiceCenter.
I want to write Word macro, that will ask ServiceCenter and generate some small report.
Unfortunatelly, I didn't find anything, except small piece of code on one forum:
Sub ReceiveCall()
channel = DDEInitiate("ServiceCenter", "Actions")
DDEExecute channel, "[SystemEvent(""ReceiveCall"", ""Call ID"", ""6666"")]"
DDETerminate channel
End Sub
Do You know any other documents or manuals?
Thank You in advance