|
From: John D. <jo...@we...> - 2001-08-21 02:23:05
|
On Mon, 20 Aug 2001, Alex Black wrote: > > I'm unclear on the above uicontrol element. You shouldn't need anything like > > that since it can be determined based on your field descriptions.. > > What about, for example, a password field? > You're putting that in a text field in the database, and doing some simple > validation on it like "can't contain tags or +8bit chars" but you aren't > explicitly marking it as "password" > Right .. so the way we have dealt with that thus far is you leave type set as 'text' and you have another type field (ptype) set as 'password', which means that the password control will be used as opposed to a generic text control for display/editing purposes, but internally the data is still stored as text. John -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD |