Please explain this tonight (8:55 PST) the following command works fine
lHistoryHandle = esignal.RequestHistory("ABN", "1", 2, 5, -1, -1)
While this command sits forever
lHistoryHandle = esignal.RequestHistory("ABN", "1", 2, 4, -1, -1)
The difference being the 5 vs the 4, I tried it in VB.NET and in your sample VB6 - very consistent, what gives? On other nights different numbers (2 vs 3) same funky result. Running v7.7
Thanks,
Kev
lHistoryHandle = esignal.RequestHistory("ABN", "1", 2, 5, -1, -1)
While this command sits forever
lHistoryHandle = esignal.RequestHistory("ABN", "1", 2, 4, -1, -1)
The difference being the 5 vs the 4, I tried it in VB.NET and in your sample VB6 - very consistent, what gives? On other nights different numbers (2 vs 3) same funky result. Running v7.7
Thanks,
Kev