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

select-options problem

iulia_papadima
Associate
Associate
0 Likes
477

Hi,

I have to modify a program by adding a select-options.

After I added it I have a problem. When I press the multiple selection button the program is executed.

What should i do in order to not to be executed. Please help.

Thankx.

1 ACCEPTED SOLUTION
Read only

0 Likes
440

Write your program code in the start-of-selection event. You may not have declared that event

Regards

Farzan

2 REPLIES 2
Read only

0 Likes
441

Write your program code in the start-of-selection event. You may not have declared that event

Regards

Farzan

Read only

Former Member
0 Likes
440

Seems like you coded/placed the events improperly.

Place the events like start-of-selection, end-of-selection

to separate any selection-screen events.

I am thinking there is no start-of-selection in your program. some selection screen event triggered when you use the option, so your code started executing..check it once...