Viewer with "Auto-GO"

fuehrera

New Member
Hello,
I have a usual Smart-Window with an SDO, SDB, an Toolbar and one SDV. So everything works goog - but I need an enhancement.
The user asked me, if it is possible, that a RETURN within the SDV "saves" the record (the same as pressing SAVE in the toolbar - with the mouse). Also they want to press ESC - which should cancel the update-procedure.
The only way I can imagine is two triggers for EACH field within the viewer - one for ENTER and one for ESC.
But is this really so complicatet ?
thank you
andi
 
Yes it stands to reason you need 2 triggers, you are trying to trap 2 different events. 1 for the panel button and 1 for the keyboard. However whom says you need 2 seperate pieces of code? ie the same piece replicated. Surley it would be more simpler to APPLY the event.
Remember Progress is an event driven application.
 
Back
Top