MKI_DATABASEOPTION_* (Database Option) Changed in Version 2024.0

www.CAD6.com

Database handling options. A bit-wise OR combination of the following flags:

 

MKI_DATABASEOPTION_NONE

No option active.

 

MKI_DATABASEOPTION_FIRSTROW

The first row contains the columns' titles.

 

MKI_DATABASEOPTION_AUTOSAVE

The internal database will be saved to the filename stated in FileName each time the drawing itself is saved. If FileName is empty or begins with MKI_CHAR_SYSTEM ('*'), the current drawing's filename with a different extension (*.csv or *.dbf) will be used (in internal databases only).

 

MKI_DATABASEOPTION_APPLY_AUTOCOLUMNS_UPON_OPEN

Apply auto-columns upon opening or updating of the database.

 

MKI_DATABASEOPTION_UTF8 New in Version 2019.1

The database file uses UTF-8 encoding (instead of ANSI).

 

MKI_DATABASEOPTION_FORCE_DECIMAL_POINT New in Version 2024.0

Floating point numbers will always be output using a point as decimal separator (even if a comma is set as decimal separator in the system). If the data field separator is set to comma, a point will always be used as decimal separator regardless of this setting.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH