DdsSubfileControl Members

DdsSubfileControl Overview

This document lists the members of the DdsSubfileControl class. It does not include properties inherited from System.Web.UI.WebControls.WebControl and System.Web.UI.WebControls.Panel, nor those inherited from the base classes. See DdsSubfileControl Class Properties for a list that includes inherited properties.

Constructors

Method Description
public method DdsSubfileControl Creates a new instance of a DdsSubfileControl.

Public Properties

Property Description
public property ActualMode Gets the subfile drop or fold state of the subfile control.
public property Alias Gets or sets an alternate format name to be used by the compiler. (Inherited from DdsRecord.)
public property AttnKeys Gets or sets the keys the user can press, the message to be displayed, and the response indicators to turn on. No input data is transmitted from the Browser. (Inherited from DdsRecord.)
ChangeInd Gets or sets the response indicator to set "on" when this record changes. (Inherited from DdsDataField.)
ClearRecords Gets or sets a string value containing an indicator expression (condition) that when evaluated indicates True, clears the data of the detail records (SFLCLR).
ClickSetsCurrentRecord Gets or sets a boolean that determines if the mouse click is handled to update the selection state. Note: If set to false and CueCurrentRecord is true, when changing rows using the keyboard TAB key, the "current record" CSS style will be applied.
CommandKeyInd Gets or sets the response indicator to set "on" when the user presses any command key other than "enter". (Inherited from DdsRecord.)
CueCurrentRecord Gets or sets a boolean value that determines if any of the two CSS styles should be applied when mouse click event fires.
CursorField Gets or sets the field name that contains the name of the field where the cursor is located. (Inherited from DdsRecord.)
CursorRecord Gets or sets the field name that contains the name of the record where the cursor is located. (Inherited from DdsRecord.)
DblClickTargetField Gets or sets the string value for the name of the field to be modified when double-click is detected.
DblClickTargetValue Gets or sets the string value that the target field is to be set to. (Requires the DblClickTargetField to contain a valid field name, of fields in the corresponding record).
DblClickKey If this optional string value is not empty, the Key will be "pushed" (and the Page will be submitted).
DisplayFields Gets or sets a string value containing an indicator expression (condition) that when evaluated indicates True, causes the fields in the format to display (SFLDSPCTL).
DisplayRecords Gets or sets a string value containing an indicator expression (condition), that when evaluated indicates True, causes the records in the subfile to display (SFLDSP).
EraseFormats Gets or sets an instance of ASNA.Monarch.WebDspF.EraseProperty specifying which records are to be erased from the display when this record is written. (Inherited from DdsRecord.)
FuncKeys Gets or sets the keys the user can press, the message to be displayed, and the response indicators to turn on. Input data is transmitted from the browser. (Inherited from DdsRecord.)
InitializeRecords Gets or sets a string value containing an indicator expression that when turned on (*True), all of the records in the Subfile are initialized (SFLINZ).
InitNotActive Boolean that sets whether added records will be active (treated as part of the subfile) before their records are written to or changed.
ProgramQ Gets or sets the name of the field containing the name of the program queue used to build a message subfile (SFLPGMQ). Use the special value *PGM to specify the program using this subfile.
ProgramQLen Gets or sets the length of the ProgramQ property field.
ReturnData Gets or sets the boolean value specifying whether to return the same data that was returned on the previous input operation sent to this record format (RTNDATA). The default is False. (Inherited from DdsRecord.)
public property SflDropKey Gets or sets the function key to press to switch between a truncated and folded display of the subfile record.
public property SflFoldKey Gets or sets the function key to press to switch between a folded and truncated display of the subfile record.
public property SflMode Gets or sets the name of the field in which the state of the subfile will be contained.
ShowRecordAtTop Gets or sets a boolean value to indicate if the record number, contained in the hidden field in the ShowRecordField property, is displayed as the first record on the page. This is the equivalent to the SFLRCDNBR keyword *TOP.
ShowRecordField Gets or sets the name of a hidden field containing the record number of the subfile record whose page is to be displayed. (SFLRCDNBR).
ShowRecordWithCursor Gets or sets a boolean value to indicate if the cursor is to be positioned in the record number, contained in the hidden field in the ShowRecordField property. This is equivalent to the SFLRCDNBR keyword CURSOR.
SubfileCursorRecord Gets or sets the field name receiving the number of the subfile record where the cursor was positioned (SFLCSRRRN).
public property SubfileDrop Gets or sets a set of conditional indicators that determine when the display of the subfile records is in truncated form.
public property SubfileFold Gets or sets a set of conditional indicators that determine when the display of the subfile records is in folded form.
SubfileEnd Gets or sets an indicator expression that when evaluated indicates whether SubfileEndTextOn(True) or SubfileEndTextOff(False) will be used (SFLEND).
SubfileEndTextOff Gets or sets a string containing the text to display in the lower right display location occupied by the subfile when the SubfileEnd condition evaluates False.
SubfileEndTextOn Gets or sets a string containing the text to display in the lower right display location occupied by the subfile when the SubfileEnd condition evaluates True.
SubfileMessage Gets or sets the conditions that control the error messages for the record.
SubfileMessageId Gets or sets the conditions that control the error messages for the record when a message file is used.
SubfilePage Gets or sets the number of records in the Subfile to be displayed at the same time (SFLPAG).
SubfileSize Gets or sets the number of records in the Subfile (SFLSIZ).
SubfileStyle Gets or sets the style of the Subfile from a member of the SubfileStyles enumeration that specifies the HTML element used for the subfile data: Classic, Checkboxes, DropDown, ListBox, and RadioButton.
VerticalScrollBar Gets or sets a boolean value indicating whether a vertical scrollbar shows to the right of the subfile.
Note: This increases the subfile width by 19 pixels.
Window Gets or sets a boolean value indicating if this DdsRecord control is a window. The default is False. (Inherited from DdsRecord.)
WindowFeatures Gets or sets a value specifying the features of the windows ornaments for the dialog box used as parameters to the ShowModalDialog of IE, which control some of the features of the pop-up windows.
WindowHeight Gets or sets the height of the window in pixels. (Inherited from DdsRecord.)
WindowLeft Gets or sets the x-coordinate of the windows left edge in pixels. (Inherited from DdsRecord.)
WindowLeftField Gets or sets the name of the field containing the x-coordinate of the windows left edge in pixels. (Inherited from DdsRecord.)
WindowTitle Gets or sets the text to use as the window title (WDWTITLE). (Inherited from DdsRecord.)
WindowTitleField Gets or sets the name of the field containing the text to use as the window title (WDWTITLE). (Inherited from DdsRecord.)
WindowTop Gets or sets the top position of the window in pixels. (Inherited from DdsRecord.)
WindowTopField Gets or sets the name of the field containing the top edge of the window in pixels. (Inherited from DdsRecord.)
WindowWidth Gets or sets the width of the window in pixels. (Inherited from DdsRecord.)

Public Methods

Method Description
public method ResetSubfileMessage Resets the SubfileMessage property to default values.
public method ResetSubfileMessageId Resets the SubfileMessageId property to default values.