Steve Capistrant
scapistrant at symphonyinfo.com
Mon Jun 16 09:47:58 CDT 2003
I've had this happen as Erwin describes, too. But just to make sure: have you checked if the MDE failure occurs on a brand new database? It would be good to rule out the possibility of an Access level problem rather than an app level problem. Steve Capistrant Symphony Information Services scapistrant at symphonyinfo.com Phone: 612-333-1311 www.symphonyinfo.com 212 3rd Ave N, Ste 404 Minneapolis, MN 55401 -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Erwin Craps Sent: Monday, June 16, 2003 9:08 AM To: 'accessd at databaseadvisors.com' Subject: RE: [AccessD] AXP Can't Make MDE File I Had this once.... A corrupt vba form module was the problem, due to this unsolved problem with VBa6.dll when using A2K and AXP on same pc. Decompiling/compiling does no resolve the prob. You need to find wich module is corrupt. Only one way to find out. Doubleclick on every form and ohter modules and classes to see the code. If you see the code, than OK If corrupt, you get an error. Then you have to recreate the app. Make a new DB, import everithing EXCEPT the form/module/class that is in error. Recreate the missing form manualy. You can write a function that opens up all modules one by one. I seen it before but I dont have the code at first sight. I blieve its pretty easy to do. Erwin -----Oorspronkelijk bericht----- Van: Henry Simpson [mailto:hsimpson88 at hotmail.com] Verzonden: zondag 15 juni 2003 18:09 Aan: accessd at databaseadvisors.com Onderwerp: RE: [AccessD] AXP Can't Make MDE File In the old days Access 97 used to choke without error making mde files when there were too many consecutive line continuations in any module. The max may be higher but I've always limited it to 9 and the problem never recurred. If this is the issue, wonder why they add new features but don't fix known bugs that carry over from year to year. Hen >Hi Guys, > >I have encountered an unusual problem in that AXP refuses to create an >MDE file of the application. I have done all of the following and >nothing seems to rectify the problem: > >a) Compiled the app - No errors >b) Decompiled the app - No errors >c) Imported into a new app - No errors >d) Checked all the references - No MISSING references > >Is there anything else I can check. The app runs fine and no errors are >present anywhere...MS Access just returns a msgbox saying "Microsoft >Access can't create the mde file." That's it! No help option just >OK....Hmmm, well handled by MS I must say... > >Any ideas where I should go to from here? > >Regards >Vlad _________________________________________________________________ _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com