PureBytes Links
Trading Reference Links
|
Thanks Steve & Tony - I changed Preferences to not auto-change
to upper case and that worked fine as far as sort goes. Now for some
reason the AA window will not close but re-opens every second or
two - presumably because the Jscript causes it to behave this way.
I wonder if I can change this so that AA window behaves like standard
AFL explore that runs once (or runs every x minutes). AA window now
"pops up" continually>
Regards,
Dean H.
--- In amibroker@xxxxxxxxxxxxxxx, "troll" <deanhodgins@xxx> wrote:
>
> Just upgraded to Amibroker 4.8 - another outstanding program
> with plenty of excellent features & additions - thanks T.J. for
> your continued efforts ....
>
> Minor question after reveiwing various posts re column sorting:
>
> I added following lines after AFL code but get message
> indicating "False is undefined source; Microsoft Jscript runtime
> error"
>
> EnableScript("jscript");
> <%
> AB = new ActiveXObject("Broker.Application");
> AA = AB.Analysis;
>
> AA.SortByColumn(11,False, False );
> AA.SortByColumn( 7, False, True );
> %>
>
> I read post 96334 by T.J. re Jscript is case sensitive however I'm
> unable to change either "F" or "T"'s to lower case as editor always
> changes back to caps.
>
> Maybe I'm doing something else in error here.
>
> As always any suggestions much appreciated.
>
>
> Best Regards,
>
> Dean H.
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|