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 Expand view
- oChart:Region( 1 ):Caption:Titel := "Center of Gravity Limits"
And this is the code I use:
- Code: Select all Expand view
- 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
Is anyone using RMChart with a recent version of Haurbour? Does it work with xHarbour?
Thank you very much.
Alvaro
FWH1204 + harbour 20120531 + bcc582