From 81c7bd8ced4e9a5a306db81f13746ae69511975e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 6 Nov 2008 18:01:53 +0000 Subject: [PATCH] improve FAQ 6.21 --- Documentation.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation.html b/Documentation.html index bbf8d0e0d0..76a5cd9f1f 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3939,15 +3939,16 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');

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 + 6.6 for an example. Then, if there are 100 values or less in the 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.

+ For 100 values or more, a distinct window will appear, to browse foreign + key values and choose one. To change the default limit of 100, see + $cfg['ForeignKeyMaxLimit'].

6.22 Bookmarks: Can I execute a default bookmark -- 2.11.4.GIT