Browser return

confidentbala

New Member
Hi, I am using a browse in a loop and the browse is enabled no proble in that. I have written a trigger "on enter of browse" it updates a field and after entering the value the control return to the same browse and not the next browser in the loop. Pls consider the below one for the exact scenario.

on enter of browse:
update confirm.
return.
end.

repeat i =1 to 10:
browse i.
end.

Suppose if i am in the 1st browse and if i have given enter, it updates the confirm and after that it returns to the 1st browse itself, on giving F4 it goes to 2nd browse.

I need the control to move on to next browse, if i give the value of confirm and give enter.

Pls help, need in urgent.
 
Top