PureBytes Links
Trading Reference Links
|
Hi dingo,
Thanks for jumping in.
I needed to trim the
>> SystemName = TRIM(txtSystemName) (=input txtbox on userform)
>> AA.LoadFormula ("AFL\AutoAfl\" + SystemName)
Without the TRIM, it don't work.
Thanks for the hint.
Kind regards
Leo
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> Make sure you trim the ticker then. And if your database is
sensitive to
> case then make sure you've got that right.
>
> It works for me so it should oughta be something you're doing.
>
> d
>
> -----Original Message-----
> From: leonardot19 [mailto:leo.timmermans@x...]
> Sent: Monday, October 20, 2003 12:53 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Automation interface
>
>
> Hello Tomasz,
>
> I've tried that but it don't work.
>
> Anyway, thanks
> Leo
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko"
<amibroker@xxxx>
> wrote:
> > Hello,
> >
> > Try CStr
> >
> > AA.LoadFormula ( CStr( "AFL\AutoAfl\" + SystemName ) )
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: "leonardot19" <leo.timmermans@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Sunday, October 19, 2003 7:49 PM
> > Subject: [amibroker] Automation interface
> >
> >
> > > Tomasz,
> > >
> > > It seems that the in OLE Automation through VB the
> > > LoadFormula argument needs to be hardcoded. Is this true?
> > >
> > > > SystemName = "sys3.afl"
> > > > AA.LoadFormula ("AFL\AutoAfl\" + SystemName)
> > >
> > > works allright.
> > >
> > > But if
> > > > SystemName = txtSystemName (=input txtbox on userform)
> > > > AA.LoadFormula ("AFL\AutoAfl\" + SystemName)
> > >
> > > does not work?
> > >
> > > Why ??
> > >
> > > Thanks
> > > Leonardo
> > >
> > >
> > >
> > > Send BUG REPORTS to bugs@xxxx
> > > Send SUGGESTIONS to suggest@xxxx
> > > -----------------------------------------
> > > Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx
> > > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > > --------------------------------------------
> > > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > >
> > > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> > >
> > >
> > >
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
>
<http://rd.yahoo.com/M=251812.4052765.5265175.1261774/D=egroupweb/S=17
05
>
632198:HM/A=1754452/R=0/SIG=11tueh86m/*http://www.netflix.com/Default?
mq
> so=60178324&partid=4052765> click here
>
> <http://us.adserver.yahoo.com/l?
M=251812.4052765.5265175.1261774/D=egrou
> pmail/S=:HM/A=1754452/rand=141457513>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/Tq9otC/XP.FAA/3jkFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|