在SELECTION SCREEN中,有一组RADIOBUTTON GROUP,有一个选项我希望显示出来,又希望是灰色不可选的。暂且不管我为什么不直接删除这个选项,从语法上能实现吗?谢谢各位~~ Replies (0) ATSELECTION-SCREENOUTPUT.LOOPSCREEN.IFSCREEN-NAME='P_HT'.SCREEN-INPUT='0'.MODIFYSCREEN.ENDIF.ENDLOOP. 呵呵,一直想着有什么参数...
parameters : a radiobutton group g1 user-command US, b radiobutton group g1 . *--- at selection-screen output. if a = 'X'. endif. if b = 'X'. endif. break-point. regards, amit m. Reply Former Member In response to Former Member 2006 Jan 13 8:03 AM 0 Kudos 2,22...
SELECTION-SCREEN BEGIN OF LINE. *Radio button for User Report PARAMETERS : rb_user RADIOBUTTON GROUP za DEFAULT 'X' <b>USER-COMMAND rad MODIF ID md2.</b>"User report SELECTION-SCREEN COMMENT 3(20) text-003 FOR FIELD rb_user MODIF ID md2. SELECTION-SCREEN END OF LINE. SELECTION-SCREEN...
Solved: Hi all, I have a problem. Is there some way to creat selection-screen button (the same radiobutton group) in different blocks. the err message is [A parameter of
Onselect attribute of the submit button: Set(var1,Radio1.Selected.Value);Set(var2,Radio2.Selected.Value);SubmitForm(***); If(var1="N"||var2="N",Navigate(Screen2)) Best Regards, Wearsky if I do not have the ResetForm(self) in; the existing data in m...
Represents a button that can be selected, but not cleared, by a user. The IsChecked property of a RadioButton can be set by clicking it, but it can only be cleared programmatically.
Selection statesA radio button has two states: selected or cleared. When an option is selected in a RadioButtons group, you can get its value from the SelectedItem property, and its location in the collection from the SelectedIndex property. A radio button can be cleared if a user selects ...
(继承自 ButtonBase) DefaultMargin 获取控件之间默认指定的间距(以像素为单位)。 (继承自 Control) DefaultMaximumSize 获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最大大小。 (继承自 Control) DefaultMinimumSize 获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最小大小...
If the user should have the chance to choose no item from the offered options, create a separate radio button with a "No selection" label or similar text that turns off the other contents-related options. BehaviorDue to accessibility requirements it is not allowed to modify the screen after ...
RichTextBoxSelectionAttribute RichTextBoxSelectionTypes RichTextBoxStreamType RichTextBoxWordPunctuations RightToLeft RowStyle SaveFileDialog Screen ScreenOrientation ScrollableControl ScrollableControl.DockPaddingEdges ScrollableControl.DockPaddingEdgesConverter ScrollBar ScrollBarRenderer ScrollBars ScrollButton ScrollEventArg...