Dang - this Wizard coding makes me want to Pull my Hair out - and I aint got 
much as it is!

So - Ken - here's what I tried. 

I did the NODEFAULT command, along with a Wait Wind - within the AddRecord 
method of the form. But, no good. So - it seems its calling the superclass 
method as you suggested it might be. So - then I tried using the NODEFAULT 
command, along with another Wait Wind - within the Click method of the Add 
button. But, still no go! 

It's not running EITHER of the Wait Windows I inserted in the code! It's as 
though the NODEFAULT command is being ignored...

:-(
-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