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

Module Pool Programming - URGENT!!!

Former Member
0 Likes
779

Hi Friends,

I have a screen with 3 radiobuttons and when I call a next screen and come bacl to the main screen, the radio button is not placed properly.

Eg. I have 3 radiobuttons: 1. All ITEMS (default X)

2. Open I TEMS

3. Closed ITEMS

If I clicked Open Items readio button and go to the details screen, if I click to back button and call the screen, then the radio button is placed on all items.

If there anyway that I can see the radiobutton in the same position as I had clicked?

Please tell me its urgent..........

8 REPLIES 8
Read only

Former Member
0 Likes
758

Group the radiobuttons,

Select all the 3 radiobuttons-->right click>define--->Group them

Read only

0 Likes
758

Hi Chandra shekhar,

Sorry for the same answer twice,when i was typing there was no answer.we replied same time.

FAROOK.P

Read only

Former Member
0 Likes
758

Hai Abhay,

Did you group the radio buttons?please try after grouping the radio buttons.

reward points if usefull.

FAROOK

Read only

0 Likes
758

Yes I have grouped the radio buttons.

Because of the grouping the default is set as ALL ITEMS.

Please help

Read only

0 Likes
758

Please help......

Read only

0 Likes
758

why do u call the screen again when BACK , use LEAVE TO SCREEN 0. when BACK button is clicked

Read only

Former Member
0 Likes
758

Hi,

This is bcz u have given default value as <b>clicked</b> for <b>All Items</b> radio button. So when u call next screen and come back to the main screen the default value is retained.

Regards,

sowmya

Read only

0 Likes
758

Hi,

When u click back button don't call the screen using CALL SCREEN. Instead try to use LEAVE TO SCREEN.

Regards,

Atish