summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@bauklotz.fritz.box>2021-07-10 17:00:14 +0200
committerDirk Engling <erdgeist@bauklotz.fritz.box>2021-07-10 17:00:14 +0200
commit1ff6d6d7a20ca924998374ee54cede1f86450d52 (patch)
treef4d311c17b3ebb25fbb0ee922f3c89f5628d1aca
parent5696baa259b9268d2f4bf2a1d89bad0f08527b08 (diff)
More type information for record columns
-rw-r--r--docs/cronos-research.md35
1 files changed, 35 insertions, 0 deletions
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
206 206
207 ... 207 ...
208 208
209## field types
210
211The interface gives a list of field types I can select for table columns:
212
213* Числовое = Numeric
214* Текстовое = Text
215* Словарное = Dictionary
216* Дата = Date
217* Время = Time
218* Фаил = File (internal)
219* Внеэшний фаил = File (external)
220* Прямая ссылка = Direkt link
221* Обратная ссылка = Back link
222* Прямаяь-Обратная ссылка = Direct-Reverse link
223* Связь по полю = Field communication
224
225Other unassigned values in the table entry definition are
226
227* Dictionary Base (defaults to 0)
228* номер в записи = number in the record
229* Длина Поля = Field size
230* Flags:
231 * Множественное = Multiple
232 * Информативное = Informative
233 * Некорректируемое = Uncorrectable
234 * поиск на вводе = input search
235 * симбольное = symbolic
236 * Лемматизировать = Lemmatize
237 * поиск по значениям = search by values
238 * замена непустого значения = replacement of a non-empty value
239 * замена значения = value replacement
240 * автозаполнения = autocomplete
241 * корневая связь = root connection
242 * допускать дубли = allow doubles
243 * обязательное = obligatory
209 244
210## compressed records 245## compressed records
211 246