[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Do i need to install ActiveX?



PureBytes Links

Trading Reference Links

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