PureBytes Links
Trading Reference Links
|
I answered thru support channel, so don't say I was not helpful.
Quote from my response:
"Do you have registered version of AQ?
Did you run AQ as admin user at least once (for proper OLE server registration)?"
And I answer again: you need to run AmiQuote standalone, registered version and have admin rights.
Also - your formula is wrong. Correct one is:
AQ = CreateObject("AmiQuote.Document");
See the AmiQuote README.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "cstrader" <cstrader232@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, July 21, 2007 1:15 PM
Subject: [amibroker] AQ Object model not working
>I can't get the AQ object to work.
>
>
>
> 1.. AQ 1.94 is registered in my name
> 2.. I am running in a "computer administrator" account
>
>
> //These lines work fine: The AA opens
>
> AB = CreateObject("Broker.Application");
>
> AA = AB.Analysis;
>
>
>
> //But this line does not: The AQ Object is not created
>
> AQ = CreateObject("Quote.Document");
>
>
>
> Support hasn't been helpful... Is there a way to manually register the
> object?
>
>
>
> Thanks
>
>
>
> chuck
>
>
>
>
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
> Yahoo! Groups Links
>
>
>
>
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|