Use kefore keystroke (or other) in a Listbox array?

View: New views
2 Messages — Rating Filter:   Alert me  

Use kefore keystroke (or other) in a Listbox array?

by Conrad Hoy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I would like to be able to get the value of a listbox cell BEFORE it is changed. In my particular example, I have a pop-up menu with a required list of numbers that a user will select from. I can easily get the value AFTER it is changed with the $Column->$Row, but I would like to know what it was originally. Anyone have any ideas? Thanks in advance.

Conrad

**********************************************************************
4D Basics hosted by 4D, Inc.                       http://www.4D.com/

4D Web 2.0 Pack v11 Brings Business Intelligence to the Web
http://www.4D.com/products/4dweb20pack-AF.html
Data Lives Here (tm)

To Unsubscribe:                        mailto:4DBasics-off@...
**********************************************************************



Re: Use kefore keystroke (or other) in a Listbox array?

by Bill Leddy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can set the On Getting Focus event for the column of the list box  
and you should be able to get it's value when the user first clicks it.

Kind Regards,

*********************************************************************
Bill Leddy


On Feb 1, 2008, at 6:52 AM, Conrad Hoy wrote:

> I would like to be able to get the value of a listbox cell BEFORE  
> it is changed. In my particular example, I have a pop-up menu with  
> a required list of numbers that a user will select from. I can  
> easily get the value AFTER it is changed with the $Column->$Row,  
> but I would like to know what it was originally. Anyone have any  
> ideas? Thanks in advance.


**********************************************************************
4D Basics hosted by 4D, Inc.                       http://www.4D.com/

4D Web 2.0 Pack v11 Brings Business Intelligence to the Web
http://www.4D.com/products/4dweb20pack-AF.html
Data Lives Here (tm)

To Unsubscribe:                        mailto:4DBasics-off@...
**********************************************************************