Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

controlbreak events

Former Member
0 Likes
424

1)what is pre requisition for control break events?

2)i have open form through open_form but if i forgot given CLOSE_FORM what happend?

2 REPLIES 2
Read only

Former Member
0 Likes
398

You have to SORT the internal table before looping the internal table to use control break statements.

YOu have to use Control break statemts in LOOP ..ENDLOOP only.

Pls reward if it helps.

Thanks

Eswar

Read only

Former Member
0 Likes
398

Hi

For the first question,

You need to sort the internal table. Do not use WHERE condition with Loop.

Answer to second question:

Nothing would happen, but you need to close form if you are opening another form.

Regards

Navneet Saraogi