[AccessD] URGENT!! A2K - form won't load; is code lost??-SOLVED

Jim DeMarco Jdemarco at hudsonhealthplan.org
Mon Jul 19 13:48:55 CDT 2004


We solved our problem but unfortunately it's probably nothing anyone here can use (except for the advice to keep a good recent backup).  The form was trashed and we reused the code from our most recent backup which was not as old as I suspected.  His most recent code mods were to one of the form's subforms, so with very little rewriting we are back to where we were.

Thanks to all for suggestions and offers to help.

Jim DeMarco

-----Original Message-----
From: Michael Brosdorf [mailto:michael.broesdorf at web.de]
Sent: Monday, July 19, 2004 2:35 PM
To: Access Developers discussion and problem solving
Subject: AW: [AccessD] URGENT!! A2K - form won't load; is code lost??


That sounds interesting: I was working in a project where all access-objects
were stored in Visual Source Safe as text.
One of the forms was corrupted, so we went into the text stored in VSS and
were able to fix it there. Unfortunately I
can't remember what exactly the problem was...

-----Ursprungliche Nachricht-----
Von: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]Im Auftrag von
MartyConnelly
Gesendet: Montag, 19. Juli 2004 20:02
An: Access Developers discussion and problem solving
Betreff: Re: [AccessD] URGENT!! A2K - form won't load; is code lost??



you can try to use the undocumented SaveAsText and LoadFromText, may
help if an object is
corrupted or otherwise behaving weirdly.
At the debug/immediate window type:
Application.SaveAsText acForm,"MyForm","c:\form.txt
or depending on Access version
SaveAsText acForm,"MyForm","c:\form.txt
You can then load the file into a new MDB.
Application.LoadFromText acForm,"MyForm","c:\from.txt"

Jim DeMarco wrote:

>Hello all,
>
>I've got an extremely urgent matter I hope someone can help me with.  One
of the forms in our A2K app (the main form naturally) will not load and we
cannot access the code-behind.  We've tried compact/repair and jetcomp.exe.
Can anyone help us get our form and code back?
>
>Unfortunatelly my developer did not back up his last rev and there is a lot
of code to be lost.
>
>TIA,
>
>Jim DeMarco
>Director Application Development
>Hudson Health Plan
>
>
>

--
Marty Connelly
Victoria, B.C.
Canada



--
_______________________________________________
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


 



***********************************************************************************
"This electronic message is intended to be for the use only of the named recipient, and may contain information from Hudson Health Plan (HHP) that is confidential or privileged.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited.  If you have received this message in error or are not the named recipient, please notify us immediately, either by contacting the sender at the electronic mail address noted above or calling HHP at (914) 631-1611. If you are not the intended recipient, please do not forward this email to anyone, and delete and destroy all copies of this message.  Thank You".
***********************************************************************************




More information about the AccessD mailing list