Thanks Ken.

Yeah - I kinda figured I wouldn't be able to Remove the Method - since it IS a 
Subclass.

And, thanks for the reminder about the NODEFAULT. I know I used that command 
some time ago in the distant past - but, forgot about it.

I tried using the command - but, it's still not working. I will however try the 
other part of your suggestion - then I will report back.

-K-

-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Ken Dibble
Sent: Monday, July 13, 2015 12:22 PM
To: [email protected]
Subject: Re: Those Nasty Wizards & a Method Removal...


>Is there a way to stop it from doing that? Alternately - I was looking 
>to Remove that AddRecord method of the Form I am working on - then 
>maybe add another back into the form with the same name. But, am not 
>sure how to Remove the Method. I suspect that maybe I can NOT remove 
>the method - since the form was created based upon this BaseForm class 
>- and thus is still tied to it.

First, verify that the button actually calls the form's AddRecord() method:

THISFORM.AddRecord()

and that it does not explicitly call the superclass method:

THISFORM::AddRecord()

If the former, try inserting NODEFAULT as the first line your form's
AddRecord() method, before you add your code.

If the latter, try editing the button's Click() method to call your modified 
THISFORM.AddRecord().

No, you can't "remove" a property from a subclass that exists in the base class.

HTH.

Ken Dibble
www.stic-cil.org 


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/80838f1ca795b14ea1af48659f35166f1cc...@drexch02.corp.globetax.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to