https://bugs.documentfoundation.org/show_bug.cgi?id=147942

            Bug ID: 147942
           Summary: OpenConnection Failure in version 7.2.6
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Description:
Additional info to my former bug-report. The version is 7.2.6 which is not in
your table Version.

Steps to Reproduce:
1.Just do it again, it fails again
2.
3.

Actual Results:
Start my system, the connection with the database is made and error!

Error #1: exception occurred in line 1302 in OpenConnection

Expected Results:
Nothing can be used.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Code: 

REM ******************************************
REM Open the database
REM ******************************************
Sub DBOpen(Optional poEvent As Object)
        If GlobalScope.BasicLibraries.hasByName("Access2Base") Then
           GlobalScope.BasicLibraries.loadLibrary("Access2Base")
        End If
        Call Application.OpenConnection(ThisDatabaseDocument)
        'Call Relationships
        DoCmd.OpenForm "frmAutoExec"
    DoCmd.Maximize
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to