Displaying 1 result from an estimated 1 matches for "guarantor_id".
2006 Jun 28
0
What''s the best way to select one in a big list?
...sponsible
party for the patient, mostly father of family. It''s self-referential
foreign key.).
In the Windows application, it opens a modal window and search a
guarantor in a big list and if you select a guarantor the modal window
closes and selected guarantor is set to a hidden field (guarantor_id)
and shows name in a read-only field.
I think this is quite common case for foreign keys.
If the list is small, I can use <select> and show them all in it.
But if the list is big, <select> is not practical.
Of course, I can open a search window (new browser) to select one.
But as you...