I've the following hierarchy of form classes:
cBizObjForm (cForms.vcx) | +->iBizObjForm (iForms.vcx) | +->SBTBizObjForm (SBTForms.vcx) | +->aUserMaintForm (aForms.vcx) I've specified the BeforeNew() method in SBTBizObjForm as:
LOCAL llResult llResult = DODEFAULT() IF llResult THIS.SetEditState(clTRUE) ENDIF RETURN llResult
The problem stands on the fact that I can't get the BeforeNew() method to be executed. I traced the program execution with the debugger but when it arrives to cBizObjForm::New() it ignores the call to THIS.BeforNew() as if it were empty.
Any clue of what I'm overlooking? Please?
Thank you for your patience Gustavo A. Schweitzer Strategic Business Technology, Inc. Miami FL, USA ©2001 Gustavo Alfredo Schweitzer |