LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 17 Dec 2002 11:09:16 -0500
Reply-To:     Randy Herbison <RandyHerbison@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Randy Herbison <RandyHerbison@WESTAT.COM>
Subject:      Re: basic help needed on method and events
Comments: To: Bryan <bryan.munday@PAREXEL.COM>
Content-Type: text/plain; charset="iso-8859-1"

Bryan,

You can find documentation on using methods and events in the SAS Online Help (Help->SAS System Help->Help on SAS Software Products->SAS/AF Software) and in the OnlineDoc(SAS/AF).

For passwords, you may want to consider the text entry control. It has a maskCharacter attribute which allows a specified mask character to be displayed in place of actual typed characters.

RandyHerbison@westat.com

-----Original Message----- From: Bryan [mailto:bryan.munday@PAREXEL.COM] Sent: Tuesday, December 17, 2002 9:39 AM To: SAS-L@LISTSERV.UGA.EDU Subject: basic help needed on method and events

Hi,

Could someone please point me in the right direction on where I can get some help on using methods and events. I actually think I have some understanding, but know I need to know more.

The current situation is this: I want to create a password entry box, when the user enters their password a '*' should be displayed insetad of the character.

Ii think I need to do something either on a value changed/text changed/key event or get the _onvaluchaged method to do something.

Any pointers or links to online help would be very useful. The only other think I have thought about doing is to add my own method, and link an event to this method. Is this a good idea?

TIA

Bryan


Back to: Top of message | Previous page | Main SAS-L page