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

Disable Select-Options Tabstrips

Former Member
0 Likes
943

Hi,

Does anyone know how to disable select-options dialog box's tabstrips? Standard multiple selection dialog box comes with 4 tabstrips (single values, ranges values, excluded single values, and excluded ranges value). I would like to disable one of these tab, does anyone work with this before.

Thanks,

SP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

No-extention disable all the multiple selection tabs, but i need to disable one of these tabs.

Anyway, thanks for you answer.

Hi,

Does anyone know how to disable select-options dialog box's tabstrips? Standard multiple selection dialog box comes with 4 tabstrips (single values, ranges values, excluded single values, and excluded ranges value). I would like to disable one of these tab, does anyone work with this before.

Thanks,

SP

4 REPLIES 4
Read only

Former Member
0 Likes
737

Hi Seng,

Please use NO EXTENSION NO INTERVAL

for further help please go through KEY word documentaion.

Regards

Ramchander Rao.K

Read only

Former Member
0 Likes
738

No-extention disable all the multiple selection tabs, but i need to disable one of these tabs.

Anyway, thanks for you answer.

Read only

0 Likes
737

Hi,

Check this function SELECT_OPTIONS_RESTRICT. You can call this in the Initialization of the progra,

regards,

Advait

Read only

Former Member
0 Likes
737

See FM SELECT_OPTIONS_RESTRICT documentation for a sample code