I'm pretty sure that internal "Save" button functionality you see on the toolbar is a built in feature. Not sure if you can actually capture the event of when a text box contents changes real-time, but only when it enters or loses focus.
One way I suppose you could do it is run an AL every second and check the "GET-CHANGE-FLAG = 1" in the Run-If. If it's true, set your button accordingly. It'll be a little taxing on the client side, but I guess that would be a way of doing it. An extension would be to disable the active link once it has trigger.. Not sure if that's possible. Bob Halstead -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Michel Giguere Sent: Friday, December 08, 2006 8:57 AM To: [email protected] Subject: How to enable a button when modifying a character field? We are trying to have a save button changed to become "Enabled" as soon as the user modifies a character in a character field. We know how to do this on a "Lose Focus" action on that modified field but we were hoping to find a way on doing this while the user is still in that field. We can see being done by the system when on an existing Help Desk ticket. If you go on the Description field, as soon as you modify a character, the Save button built-in on the right-top corner becomes enabled. Anyone would know is that done? -Michel Giguere- ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

