Peter Hart wrote: > Hi All > > I seem to have a problem with my application which may or may not be a > bug. It is to do with Inheritance. > > I have a base form with code in its load event which opens my table > location table and logs the employee to what time and date they accessed > what form. > > Do OpenDatabase && Open DBC and the DB_Loc'n.dbf (Location Table) > Do LogForm With pnEmployeeNo && Public variable which holds Employee > Logged on > > First line in the Load of each created form is > > DoDefault() > > The problem is that in design mode only when I test a form it hops over > the DoDefault() without running the inherited code. > If I set a breakpoint in my base form then the debugger opens at that > point and from then on the parent form runs correctly. > > Anyone else seen this problem. I get round by manually resuming after > the breakpoint but it is annoying.
You're absolutely sure? Have you put wait windows in the code to be 100% sure? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

