FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Super
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Super
Posted: Tue Dec 16, 2008 10:58 AM

Hi, all !

I override method HandleEvent of TDialog class, but I get error:
Variable not exist: SUPER
How I get SUPER ?

Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Super
Posted: Tue Dec 16, 2008 11:12 AM

Did you defined a new class from tdialog ?

Super refers to the upper class in your case should be tdialog.
Since its not defined it seems that you defined a new class and not innherit from tdialog.

Antonio

Regards

Antonio H Ferreira
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Super
Posted: Tue Dec 16, 2008 11:19 AM

Thank ANF !
I not want write new class, I want use:
Override method <NameMethod> In class TDialog With <MyFunction>

Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Super
Posted: Tue Dec 16, 2008 11:33 AM

Thanks. I resolved this problem

Continue the discussion