|
Advanced PowerBuilder EditChanged Event
This event gets triggered whenever user types something in the current field (irrespective of its contents being changed or not). You wouldn't want to code for this event, unless you want to validate each key the user presses. Do not confuse EditChanged event with ItemChanged event; EditChanged event triggers whenever user types, where as ItemChanged event triggers, whenever data is changed and the current field looses its focus (clicking on other field or other control, pressing tab, etc.).
|