From 543c1b54d67b7ff45296e6ae5571ad1f85b3e946 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 13 Jul 2021 02:23:26 +0200 Subject: Dump the field type identifier found in test data --- docs/cronos-research.md | 23 ++++++++++++----------- 1 file 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 The interface gives a list of field types I can select for table columns: -* Числовое = Numeric -* Текстовое = Text -* Словарное = Dictionary -* Дата = Date -* Время = Time -* Фаил = File (internal) -* Внеэшний фаил = File (external) -* Прямая ссылка = Direkt link -* Обратная ссылка = Back link -* Прямаяь-Обратная ссылка = Direct-Reverse link -* Связь по полю = Field communication +* 0 - Системный номер = Primary Key ID +* 1 - Числовое = Numeric +* 2 - Текстовое = Text +* 3 - Словарное = Dictionary +* 4 - Дата = Date +* 5 - Время = Time +* 6 - Фаил = File (internal) +* 29 - Внеэшний фаил = File (external) +* 7 - Прямая ссылка = Direkt link +* 8 - Обратная ссылка = Back link +* 9 - Прямаяь-Обратная ссылка = Direct-Reverse link +* 17 - Связь по полю = Field communication Other unassigned values in the table entry definition are -- cgit v1.2.3