baanuser2003
30th April 2004, 02:54
Iam having a serious problem and Iam forced to do something ...
Well, I have a form type 3 session.
The user wants to select certain rows and update certain information of the selected rows to a table.
I achived this by using
choice.cont.process:
on.choice:
for i = 1 to filled.occ
do.occ(i,insert.table)
endfor
it inserted records..... But if the user chooses the down arrow key the previous occurances are vanished.... How do I solve this problem????
Also If I try to sue arrays.... say for example... the user choosesfirst 5 records and scrolls to the end of the screen ... toand chooses another 5 records... and now I decide not to choose the first 5 records.... whats happenning is it retains the last the ones that are unchked but the data is lost. If I choose 10 and say I change my mimnd before hitting the cont button to go back... and cancel one of them... it stores... 5 records instead of 10 how do I solve.. anyone pls help
Well, I have a form type 3 session.
The user wants to select certain rows and update certain information of the selected rows to a table.
I achived this by using
choice.cont.process:
on.choice:
for i = 1 to filled.occ
do.occ(i,insert.table)
endfor
it inserted records..... But if the user chooses the down arrow key the previous occurances are vanished.... How do I solve this problem????
Also If I try to sue arrays.... say for example... the user choosesfirst 5 records and scrolls to the end of the screen ... toand chooses another 5 records... and now I decide not to choose the first 5 records.... whats happenning is it retains the last the ones that are unchked but the data is lost. If I choose 10 and say I change my mimnd before hitting the cont button to go back... and cancel one of them... it stores... 5 records instead of 10 how do I solve.. anyone pls help