![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
A really nice simple way of doing this is to add a "right click" context menu to windows... here is a registry edit for access 97: |
#4
| |||
| |||
|
|
A really nice simple way of doing this is to add a "right click" context menu to windows... here is a registry edit for access 97: The above gives you BOTH compact option, and also a de-compile by simply selecting any file and right clicking on it. I editing the above one for use with access 2003...and I ALWAYS do a decompile if my application crashes. (I find after a crash, often the application is damaged...(. I editing the above reg edit for access 2003, and for other people...you can grab the a2003 version here: http://www.members.shaw.ca/AlbertKal.../msaccess.html (search for decompile in the above page). -- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal (AT) msn (DOT) com |
#5
| |||
| |||
|
|
Can I assume that if I change the "11" to "10" that would be the correct registry entry for AK2 Thanks Phil |
#6
| |||
| |||
|
|
"Phil Stanton" <phil (AT) myfamilyname (DOT) co.uk> wrote in message news:z4ydnaJ4JMHlzlrUnZ2dnUVZ8saWnZ2d (AT) posted (DOT) plusnet... Can I assume that if I change the "11" to "10" that would be the correct registry entry for AK2 Thanks Phil yes...that should work..... That registry edit is very much the "first" thing I do on my pc used for access development.. -- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal (AT) msn (DOT) com |
#7
| |||
| |||
|
|
Hi Albert. It appears that the 11 needs changing to 9 for Access 2000, but although the option comes up to Decompile OK on right clicking the explorer program, the Db does not seem to decompile. In fact the window comes up asking which program I want to use, and when I say "Access" it just appears to open the Db Thanks Phil |
#8
| |||
| |||
|
|
"Phil Stanton" <phil (AT) myfamilyname (DOT) co.uk> wrote in message news:K4-dnT-H0Pl8XlbUnZ2dnUVZ8vCdnZ2d (AT) posted (DOT) plusnet... Hi Albert. It appears that the 11 needs changing to 9 for Access 2000, but although the option comes up to Decompile OK on right clicking the explorer program, the Db does not seem to decompile. In fact the window comes up asking which program I want to use, and when I say "Access" it just appears to open the Db Thanks Phil Yes....you are correct (Sorry), it is "9" for a2000. so, for access 2000, you get: REGEDIT4 ; This adds the ability to Right-Click on an MDB file ; and get the Decompile / Compact options. ; ; If it doesn't work for you, mail me and tell me about it. ; ; Original version provided by ; Jon Evans <jon (AT) evansoft (DOT) demon.co.uk ; Copied from http://www.mvps.org/ccrp ; as ocxdllreg.zip ; Modified by ; Dev Ashish <dash10 (AT) hotmail (DOT) com ; ========== ; .MDB files ; ========== [HKEY_CLASSES_ROOT\.mdb] "Content Type"="application/x-msaccess" @="Access.Application.9" [HKEY_CLASSES_ROOT\Access.Application.9] @="Microsoft Access Database" [HKEY_CLASSES_ROOT\Access.Application.9\Shell\Decom pile\command] @="C:\\Program Files\\Microsoft Office\\Office\\MSAccess.exe \"%1\" /DECOMPILE" [HKEY_CLASSES_ROOT\Access.Application.9\Shell\Compa ct\command] @="C:\\Program Files\\Microsoft Office\\Office\\MSAccess.exe \"%1\" /COMPACT" ; End You must of left something out as I just tired this on a2000...and it works fine for me... -- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal (AT) msn (DOT) com |
#9
| |||
| |||
|
|
Cant find out what's missing. When you tried it, does it ask what program you want to use (On the decompile option especially) |
#10
| |||
| |||
|
|
"Phil Stanton" <phil (AT) myfamilyname (DOT) co.uk> wrote in message news:vJKdndgRhtzvqVPUnZ2dnUVZ8tqWnZ2d (AT) posted (DOT) plusnet... Cant find out what's missing. When you tried it, does it ask what program you want to use (On the decompile option especially) No...no prompts.... However, is it possible that you installed office to a "custom" dir.... check the location of ms-access.exe..... C:\\Program Files\\Microsoft Office\\Office\\MSAccess.exe Perhaps you have something like C:\\Program Files\\Microsoft Office\\Office\\office9\\MSAccess.exe or C:\\Program Files\\Microsoft Office\\Office\\office2000\\MSAccess.exe So, check the above dir path..... Perahps even do a search for msaccess.exe... -- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal (AT) msn (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |