I need override method :end() in some FWH classes...
- Code: Select all Expand view
OVERRIDE METHOD End CLASS TDialog WITH METHOD MyEnd1
OVERRIDE METHOD End CLASS TPrinter WITH METHOD MyEnd2
but this error appears in compilation:
- Code: Select all Expand view
Error E0030 Syntax error: "parse error at 'METHOD'
Error E0030 Syntax error: "parse error at 'METHOD'
For others methods works fine...
FWH 7.9
xHarbour 99.71
thanks