From 155a07dd7c80c4771892a18c526275bcd2ae2c23 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Jan 2004 18:36:06 +0000 Subject: [PATCH] clarify --- Documentation.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation.html b/Documentation.html index 17ff9e0fc..7c481e413 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3510,14 +3510,14 @@ To create a new, empty mimetype please see libraries/transformations/template_ge You have to setup appropriate links between the tables, and also setup the "display field" in the foreign table. See FAQ 6.6 for an example. Then, if there are 200 values or less in the - foreign table, a drop-down list of values will be available. For 200 - values or more, a distinct window will appear, to browse foreign - key values and choose one. -

+ foreign table, a drop-down list of values will be available. You will see two lists of values, the first list containing the key and the display field, the second list containing the display field and the key. The reason for this is to be able to type the first letter of either the key or the display field. +

+ For 200 values or more, a distinct window will appear, to browse foreign + key values and choose one.