Hi everyone,
I need some help in extending F2 Delete functionality.
I need F2 to do more than just delete a row in the screen array. Basically I need F2 to delete a row in the screen array and then move the cursor to the first column (Informix default made the cursor to stay in the current column).
Is there a way of doing such thing without having to do a custom delete function & reshuflleing of the array ?
Is there any built in function that check whether F2 is pressed other than the "ON KEY(F2)" ?
Thanks in advance,
Vito
I need some help in extending F2 Delete functionality.
I need F2 to do more than just delete a row in the screen array. Basically I need F2 to delete a row in the screen array and then move the cursor to the first column (Informix default made the cursor to stay in the current column).
Is there a way of doing such thing without having to do a custom delete function & reshuflleing of the array ?
Is there any built in function that check whether F2 is pressed other than the "ON KEY(F2)" ?
Thanks in advance,
Vito