diff options
author | Dirk Engling <erdgeist@bauklotz.fritz.box> | 2021-07-13 02:23:26 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@bauklotz.fritz.box> | 2021-07-13 02:23:26 +0200 |
commit | 543c1b54d67b7ff45296e6ae5571ad1f85b3e946 (patch) | |
tree | 1b098bcb8521ff2dd87fd3b0cd1c37d8c3383180 /docs/cronos-research.md | |
parent | c31eb7a3581d3aa58d98292ff878f29b3a10915a (diff) |
Dump the field type identifier found in test data
Diffstat (limited to 'docs/cronos-research.md')
-rw-r--r-- | docs/cronos-research.md | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/cronos-research.md b/docs/cronos-research.md index 5d0a508..1ebedf4 100644 --- a/docs/cronos-research.md +++ b/docs/cronos-research.md | |||
@@ -212,17 +212,18 @@ the `Base000` entry contains the record number for the table definition of the f | |||
212 | 212 | ||
213 | The interface gives a list of field types I can select for table columns: | 213 | The interface gives a list of field types I can select for table columns: |
214 | 214 | ||
215 | * Числовое = Numeric | 215 | * 0 - Системный номер = Primary Key ID |
216 | * Текстовое = Text | 216 | * 1 - Числовое = Numeric |
217 | * Словарное = Dictionary | 217 | * 2 - Текстовое = Text |
218 | * Дата = Date | 218 | * 3 - Словарное = Dictionary |
219 | * Время = Time | 219 | * 4 - Дата = Date |
220 | * Фаил = File (internal) | 220 | * 5 - Время = Time |
221 | * Внеэшний фаил = File (external) | 221 | * 6 - Фаил = File (internal) |
222 | * Прямая ссылка = Direkt link | 222 | * 29 - Внеэшний фаил = File (external) |
223 | * Обратная ссылка = Back link | 223 | * 7 - Прямая ссылка = Direkt link |
224 | * Прямаяь-Обратная ссылка = Direct-Reverse link | 224 | * 8 - Обратная ссылка = Back link |
225 | * Связь по полю = Field communication | 225 | * 9 - Прямаяь-Обратная ссылка = Direct-Reverse link |
226 | * 17 - Связь по полю = Field communication | ||
226 | 227 | ||
227 | Other unassigned values in the table entry definition are | 228 | Other unassigned values in the table entry definition are |
228 | 229 | ||