PureBytes Links
Trading Reference Links
|
Herman,
See message # 96491.
I don't do much ActiveX stuff, but it looks like it is done via
jscript or maybe even VBScript.
D
--- In amibroker@xxxxxxxxxxxxxxx, "Herman" <psytek@xxx> wrote:
>
> BlankI am trying to run this code:
>
> AB = new ActiveXObject("Broker.Application");
> AW = AB.ActiveWindow;
> if( AW.ZoomToRange( FDTstr, LDTstr ) )
> {
> WScript.Echo("Zoom successfull" );
> }
>
> and get a syntax error on the first line,
> I change computers recently, how do i know ActiveX is installed? How
do I
> install it if it is not there?
> TIA,
> herman
>
|