Hi everyone,
I'm having lots of trouble with this one (I'm new to Informix 4gl).
Situation.
There is a screen with 2 screen arrays in the middle display some budget information (group / $amount added) and (group / $amount subtracted).
Steps leading to the problem.
1. I have a screen array loaded by a program array.
2. I select a row in either of the arrays.
3. I delete the row (F2).
Problem.
The index that becomes selected after the deletion is the very 1st one in the program array. This is a big problem when you want to delete rows say... 100 lines down, as it keeps sending you back up to the 1st row after each deletion.. forcing you to scroll down every time.
Question.
How can I keep the elements of the program array around the one I was deleting as the ones being currently displayed in the screen arrays?
There doesn't seem to be a function for setting the "view" of the screen arrays to any particular elements in the program array.
Thanks!
I'm having lots of trouble with this one (I'm new to Informix 4gl).
Situation.
There is a screen with 2 screen arrays in the middle display some budget information (group / $amount added) and (group / $amount subtracted).
Steps leading to the problem.
1. I have a screen array loaded by a program array.
2. I select a row in either of the arrays.
3. I delete the row (F2).
Problem.
The index that becomes selected after the deletion is the very 1st one in the program array. This is a big problem when you want to delete rows say... 100 lines down, as it keeps sending you back up to the 1st row after each deletion.. forcing you to scroll down every time.
Question.
How can I keep the elements of the program array around the one I was deleting as the ones being currently displayed in the screen arrays?
There doesn't seem to be a function for setting the "view" of the screen arrays to any particular elements in the program array.
Thanks!