Paradox password entry field.
	by Glen Parker (Monroe, Wa, USA)


	This is a self contained password entry field
with the 'Labeled' display option on.  It can diaplay
any visible character in the edit region, which you
can set, and store a password up to 32 characters
long, with a configurable limit.
You can enable or disable case sensativity(it
sets all characters to upper case in the non-
case sensative mode).  To use it, simply copy and
paste it onto your own form and set the properties
the way you like them.  If you have any problem with
the method names becoming corrupt during a copy-paste
operation, tryingr to run the form (even if it won't run
because of errors) always seems to do the trick.

The built in methods are:

Clear()																Clears entry.
GetPassWord() String								Returns the current entry.

GetCaseSensative() Logical				Returns case sensativity.
SetCaseSensative(DoIt Logical)		Sets case sensativity.

GetPWChar() String									Returns password character.
SetPWChar(Char String) 						Uses first char in string
																			for password char.
GetMaxLength() SmallInt						Returns MaxLength setting.	
SetMaxLength(Length SmallInt)		Sets MaxLength (1-32).

IsEnabled() Logical									Returns enabled state.
Enable(DoIt Logical)								Sets tabstop on or off.

Finished()														User defined code that responds
																			to ENTER key stroke.


Defaults are:

MaxLength = 16
CaseSensative = True
PassWordChar = "*"
Enabled = True


	If a null string or a non displayable character is passed
to the SetPWChar method, it is ignored.

	If any number less than 1 or greater than 32 is passed to
the SetMaxLength method, it is ignored.

	The Finished method was put in for your code.  The enter
key being pressed calls this method if the password length
is greater than zero.  Use this method the invoke an 'OK'
button, or something.

	The Enable method only sets the tabstop property.
I would recomend adding code to this method to set the
font color, etc., to make it more useful.

	Feel free to use and distribute this program freely,
but please keep it together with this readme in its
.zip file.  Also, if you make any outward changes to its
functionality, you must send a copy of it to the mail-box
listed below.  If you have any suggestions or complaints,
I would appreciate you sending those to!

Compuserve:
(			Glen Parker		(on Jack Parker account))
			Jack L. Parker,73314,1526

Home mailing address:
			Glen Parker
			p.o. box 1114
			Monroe, WA
						98272 