VRX OS/2 v1.01 VRWindow sizeable Modal LayoutStyle CALL Window1_Close Stream Bottom Window1 VRPushButton TabGroup CALL PB_1_Click Accept values. VRPushButton Cancel TabGroup CALL PB_2_Click Cancel operation. VRPushButton TabGroup CALL PB_3_Click Help for the Stream function. VRDescriptiveText Justification VertJustification Stream name: VREntryField Masked Justification TabGroup name_ef Specifies the stream to which the function refers --- the form of this name is implementation-dependent. The stream to which the function refers VRGroupBox Optional parameters VRRadioButton Command TabGroup CALL cmd_rb_Click cmd_rb Perform an operation on the stream VRRadioButton Description TabGroup CALL desc_rb_Click desc_rb Return a description of the stream VRRadioButton State TabGroup CALL state_rb_Click state_rb Return the state of the stream VRDescriptiveText Justification VertJustification Stream Command: cmd_dt VRDropDownComboBox ;Open;Open Read;Open Write;Close;Seek;Query Exists;Query Size;Query Datetime Change CALL cmd_ef_Change TabGroup cmd_ef Stream command list VRGroupBox Details for Seek command seek_gb VRDescriptiveText Justification VertJustification Offset: offset_dt VREntryField Masked Justification TabGroup offset_ef The offset VRCheckBox Numeric TabGroup offset_cb Uncheck this if Offset is a variable VRRadioButton Backward from the current position TabGroup bak_rb Backward from the current position VRRadioButton Forward from the current position TabGroup for_rb Forward from the current position VRRadioButton From the end of the stream TabGroup end_rb From the end of the stream VRRadioButton From the beginning of the stream TabGroup beg_rb Start from the beginning of the stream VRCheckBox Quoted string. TabGroup quo_cb Uncheck this if Stream Name is a variable Window1