If I open AB and then choose tools -autoupdate quotes, everything is fine.
However, if I try to do the same thing calling Amiquote from vb.net:
Dim oAQ = CreateObject("AmiQuote.Document")oAQ.GetSymbolsFromAmiBroker() oAQ.Autoimport = True oAQ.Source = 0 oAQ.Download() Then the download starts fine, but quits after a few seconds. AQ just closes up. Any ideas what might be causing this? I'm not sending any further commands to AQ. Thanks
