IsActiveX function

Post Reply
User avatar
Pier Luigi
Posts: 58
Joined: Fri Oct 07, 2005 6:30 am
Location: Rome - Italy

IsActiveX function

Post by Pier Luigi »

I write

Code: Select all


   IF !IsActiveX( "RMChart.RMChartX" )
      MsgStop( "Non è possibile produrre il grafico.")
      RETURN ( nil )
   ENDIF

and harbour show this message

Image

Where I mistake?
I use FWH 6.12

Regards
Pier Luigi
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Pier,

Fixed. We email you the fixed library. Thanks,
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply