- Code: Select all Expand view
CLASS MYTDIALOG FROM TDIALOG
DATA ...
METHOD ...
ENDCLASS
But now, the Method ::ClassName() returns "MYTDIALOG".
As I see, some methods check for ::Classname() like
- Code: Select all Expand view
IF ::ClassName() $ "TDIALOG,..."
so "MYTDIALOG" is not checked.
Is that a problem?
Thanks.