From 1ff6d6d7a20ca924998374ee54cede1f86450d52 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 10 Jul 2021 17:00:14 +0200 Subject: More type information for record columns --- docs/cronos-research.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/cronos-research.md b/docs/cronos-research.md index 3e9ac76..1ee75c4 100644 --- a/docs/cronos-research.md +++ b/docs/cronos-research.md @@ -206,6 +206,41 @@ the `Base000` entry contains the record number for the table definition of the f ... +## field types + +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 + +Other unassigned values in the table entry definition are + +* Dictionary Base (defaults to 0) +* номер в записи = number in the record +* Длина Поля = Field size +* Flags: + * Множественное = Multiple + * Информативное = Informative + * Некорректируемое = Uncorrectable + * поиск на вводе = input search + * симбольное = symbolic + * Лемматизировать = Lemmatize + * поиск по значениям = search by values + * замена непустого значения = replacement of a non-empty value + * замена значения = value replacement + * автозаполнения = autocomplete + * корневая связь = root connection + * допускать дубли = allow doubles + * обязательное = obligatory ## compressed records -- cgit v1.2.3