Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Ben, Screen-intensified set to either value, '1' or 1, does not highlight the radiobutton text. Thanks Bruce ---------------Original Message--------------- From: BruceTjosvold Sent: Monday, October 04, 2010 7:48 PM Subject: Highlight selection-screen radiobutton text > Hello, > > I want to highlight the selection text element that displays on the selection screen. I routinely loop at screen and change attributes in the "AT SELECTION-SCREEN OUTPUT" event. > > I have not been able to highlight the radiobutton text. > > * > PARAMETERS: p_unix RADIOBUTTON GROUP run USER-COMMAND a DEFAULT 'X'. > PARAMETERS: p_excel RADIOBUTTON GROUP run . > > The following code has no effect. > > AT SELECTION-SCREEN OUTPUT. > * > LOOP AT SCREEN. > IF screen-name = '%_P_UNIX_%_APP_%-TEXT' OR > screen-name = '%_P_EXCEL_%_APP_%-TEXT'. > screen-intensified = 1. " highlight field > MODIFY SCREEN. > CONTINUE. > ENDIF. > ENDLOOP. " AT SCREEN. > > After this code executes, this is the value of the structure screen for 1st radio button text. Intensified is set to 1, but the text is not highlighted. > > NAME C 132 %_P_UNIX_%_APP_%-TEXT > GROUP1 C 3 > GROUP2 C 3 > GROUP3 C 3 TXT > GROUP4 C 3 000 > REQUIRED C 1 0 > INPUT C 1 0 > OUTPUT C 1 1 > INTENSIFIED C 1 1 > > Does anyone have a solution for me? > > Thanks > Bruce | __.____._ Copyright © 2010 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Related Content White Papers In the Spotlight _.____.__ |