Following Tim Stone post, I have been using RMChart with ActiveX in some of my programs for many years. Recently I have updated FiveWin and Harbour to the last version. My previous version was several years old.
Now I get an error in this line:
Code: Select all
oChart:Region( 1 ):Caption:Titel := "Center of Gravity Limits"
Code: Select all
METHOD New( oWnd, nId ) CLASS TRMChartX
LOCAL cMsg := ""
IF nId != NIL
::oControl := TActiveX():Redefine( nId, oWnd, "RMChart.RMChartX" )
ELSE
::oControl := TActiveX():New( oWnd, "RMChart.RMChartX" )
ENDIF
IF !Empty( oWnd:hWnd )
::Activate()
ENDIF
Thank you very much.
Alvaro
FWH1204 + harbour 20120531 + bcc582