laptop and a wrench

Bug

The use of MapControl embedded in a Microsoft Access form causes MS Access to hang when attempting to exit.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM032437
EingereichtFebruary 21, 2008
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.0
StatusWill Not Be Addressed

Zusätzliche Informationen

No Public Explanation

Workaround

One workaround, for those who need something, is to shut down MS Access hard when existing the application: Private Declare Function TerminateProcess Lib "kernel32" _(ByVal lngProcess As Long, ByVal lngCode As Long) As LongPrivate Declare Function OpenProcess Lib "kernel32" _(ByVal lngAccess As Long, ByVal lngHandle As Long, ByVal lngProcess As Long) As LongfTerminate Application.hWndAccessAppPublic Function fTerminate(ByVal lngHandle As Long) As LongGetWindowThreadProcessId lngHandle, lngHandleDim ss As Longss = OpenProcess(1, -1, lngHandle)'ss = OpenProcess(False, True, lngHandle)fTerminate = TerminateProcess(ss, 0) '(OpenProcess(False, True, lngHandle), 0)End Function

Schritte zur Reproduzierung

Bug-ID: NIM032437

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln