I know its been discussed here - that many folks don't like the Wizards. Myself - I only like the Report Wizard - allowing me to quickly prototype a report - then go and Edit the layout after the Wizard is done.
But - the Forms Wizard - that one is a bit of a nightmare! Even my co-worker agrees. She, like me - hates to edit a Form created with the Wizard - since you have to drill way down thru code just to get at stuff. So - I want to change how this Add button works. But, at one point - the code for the Add Button calls a Method on the form - AddRecord. However, this Method is based upon a Method in the BaseForm Class. Problem is - I do NOT want to mess with the BaseForm class AddRecord Method. Instead, I just want to change the AddRecord method of the Form I am working on. If I put code into the actual AddRecord method of the Form (I tested by Just putting in a Wait Window) - it seems NOT to call that code - and instead goes directly to the code in the BaseForm class AddRecord Method. 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. TIA, Kurt Wendt Consultant GLOBETAX 90 Broad Street New York, NY 10004-2205, U.S.A. Tel. +1-212-747-9100 Fax. +1-212-747-0029 Email: [email protected]<mailto:%[email protected]> Web: www.GlobeTax.com<http://www.globetax.com/> GlobeTax does not provide or offer, and this is not, tax, investment or legal advice. This email and any attachments hereto is intended only for use by the addressee(s) and may contain confidential information. If you are not the intended recipient of this e-mail, please immediately notify the sender at +1-212-747-9100 and permanently delete the original and any copies of this e-mail. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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.

