Hi,
I've installed 7.4beta and was trying to get a download of data from eSignal into the Example spreadsheet that is provided: SignalBook.xls.
I wasn't too sure how to trigger the lookup and decided to trace the VB code using the VB editor and debugger. What I found is that the
esignal.RequestHistory(...) function call within RequestHistory(...)
returns 0 when it should return 1. I can only assume that it is not making a connection to the Data Manager to get the download.
Can someone advise if I need to change my subscription to enable this API function? Or do I need to configure DM in some way?
Thanks,
Sal
I've installed 7.4beta and was trying to get a download of data from eSignal into the Example spreadsheet that is provided: SignalBook.xls.
I wasn't too sure how to trigger the lookup and decided to trace the VB code using the VB editor and debugger. What I found is that the
esignal.RequestHistory(...) function call within RequestHistory(...)
returns 0 when it should return 1. I can only assume that it is not making a connection to the Data Manager to get the download.
Can someone advise if I need to change my subscription to enable this API function? Or do I need to configure DM in some way?
Thanks,
Sal
Comment