Hi,

I am trying to rewrite my scans in VB6 to allow for greater
flexibility in the scans. 

I have it working by calling "GetRawData" function, my issue is that I
can only get it to work by calling "OpenQP2" subroutine everytime I
request the GetRawData function.  This is slowing the scan way down. 
If I try and check to see if the database is open and ingore the call
to OpenQP2 then I don't get any data.  

Does anyone have experience with this?

And one more question, since I am calling each symbol, I created a
list from the supplied scanning software using the following:
//
Output="all.lst";
Exchange=AMEX,NYSE,NASDAQ;
DaysToLoad=100;
DaysRequired=100;
 
Println symbol;    
//

It doesn't seem to give me all the symbols, I know one is DIVX.  Is
there a complete symbol list somewhere that I can retrieve from?

Thanks,

Jeff Garland

Reply via email to