Application Development 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: 

select-options problem

iulia_papadima
Explorer
0 Kudos

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

0 Kudos

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

Regards

Farzan

2 REPLIES 2

0 Kudos

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

Regards

Farzan

former_member188685
Active Contributor
0 Kudos

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...