Displaying 1 result from an estimated 1 matches for "guarantor".
Did you mean:
  guarantee
  
2006 Jun 28
0
What''s the best way to select one in a big list?
Hi!
I''m trying to convert our Windows application into web-based 
application.
It''s a personal project to see if that''s feasible.
There''s a table for patients.
In a [new patient] window, you need to select a guarantor(responsible 
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 fiel...