NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
697 stars 143 forks source link

Support DAO.Field3 #352

Closed shoderico closed 1 year ago

shoderico commented 2 years ago

As well as Field2, Field3 class inherits Field, and implements both Field2 and Field3 properties and methods.

jozefizso commented 2 years ago

Hi, Microsoft did not document the Field3 data type for DAO library: https://docs.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/microsoft-data-access-objects-reference

Without the document I cannot tell if the class definition is correct.

shoderico commented 2 years ago

I'm sorry, but I understand. Since there is no workaround for the error, I will use a personal fork until the official documentation is updated. (DAO.Field3: extended Field2 to include support for Precision and Scale properties of Decimal types)

image image image

jozefizso commented 2 years ago

I was able to capture data types from MS Office 365 version 2207 and I have correct Field3 definition available.

jozefizso commented 1 year ago

Closing in favor of #378