PureBytes Links
Trading Reference Links
|
In that case you have to have error somewhere in your code.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "leonardot19" <leo.timmermans@xxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, October 20, 2003 6:52 PM
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/
> > >
> > >
> > >
>
>
>
> 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/
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|