https://bugs.documentfoundation.org/show_bug.cgi?id=150917
Bug ID: 150917
Summary: Access2Base. The Properties method crashes on
Database, Table or Report objects
Product: LibreOffice
Version: 7.3.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
oDatabase = Application.CurrentDb()
For i=0 to oConsulta.Properties.Count-1
' Error: The property or method _ParentDatabase is not found
' Access2Base, module Database, line 891: Set vProperty._ParentDatabase =
_This
oConsulta=oDatabase.TableDefs("Rebuts")
Print oConsulta.Properties
' Error: The property or method _ParentDatabase is not found
' Access2Base, module DataDef, line 452: Set vProperty._ParentDatabase =
_ParentDatabase
oConsulta=oDatabase.QueryDefs("$RebutDades")
Print oConsulta.Properties
' Error: The property or method _ParentDatabase is not found
' Access2Base, module DataDef, line 452: Set vProperty._ParentDatabase =
_ParentDatabase
Steps to Reproduce:
1.Set object: oDatabase = Application.CurrentDb()
2.Explore properties: Print oDatabase.Properties or Print
oDatabase.Properties(0)
3.
Actual Results:
Error: The property or method _ParentDatabase is not found
Expected Results:
A list of properties
Reproducible: Always
User Profile Reset: No
Additional Info:
LibreOffice 7.3.5.2
Windows 7, LUbuntu 20.04
Firebird embedded
--
You are receiving this mail because:
You are the assignee for the bug.