Search

Search

Help

Page 1 of 46. Showing 451 results (0.011 seconds)

  1. READ

    Description Read data into a form from a database. Syntax bforward = READ (ctrlentID, ctrlclassID) Parameters READ accepts arguments for the following … to the next level. See also WRITE event, DSOEXECUTE event, NOTEREAD event Remarks The READ event does not send any NOTEREAD events. Example /* Using
    OpenInsight EventsSept 17, 2015
  2. Footing Statement

    of the @BREAK system variable. 'D' Inserts the current date as DD MMM YYYY. 'F' Inserts the current file being read. 'L' Causes a line feed. 'LL
    BASIC+ CommandsDec 10, 2015
  3. Read Statement

    Description Reads a record from a native table, assigning the record to the specified variable. Syntax Read variable From [table_var | Cursor cursorvar], key Then | Else statements Parameters The Read statement has the following parameters. Parameter Description Variable Assigned the value of the data
    BASIC+ CommandsDec 09, 2015
  4. SRP Registry READ

    Reads a value from the registry. Syntax Status = SRP_Registry("READ", Key, ValueName, Value, Error) Returns 1 if the value was found and read successfully, 0 if there was an error. Value The value parameter is output only. Pass a variable to the Value parameter to receive the read value. Errors If the service
    SRP UtilitiesDec 11, 2015
  5. Read_Column Routine

    routine has the following parameter. Parameter Description Tablename Name of the table from which to read data. Key The key of the row containing the column information to read. returncolumnlist A column or list of columns to read from DICT.tablename. These columns are returned for the row specified
    BASIC+ CommandsDec 09, 2015
  6. Read_Row Routine

    the following parameter. Parameter Description tablename The name of the table that contains the row to read. keylist A key or list of keys to read from tablename. The list should be an @fm-delimited list. lockflag Specifies whether or not the row is locked during the read operation. If null, no locking
    BASIC+ CommandsDec 11, 2015
  7. Space Function

    containing 12 blank spaces. blanks = 12 give_me = Space(blanks)   /* Assigns the concatenated string to the variable identifier N. This would read "^^^^JANE^^^^E.^^^^DOE" (the ^ represents blank spaces). */ S = Space(4) L = "DOE" M = "E." F = "JANE" N = S:F:S:M:S:L   /* Each of the elements of the array TABLE is assigned
    BASIC+ CommandsDec 10, 2015
  8. MFS Applications

    can be used to monitor all reads and writes to a file, and pass the record through appropriate encryption or compression routines before the data is filed away. When the data is read later, the MFS can call decryption or decompression routines to return the data to its original form. At the BASIC+ level, all file I/O
  9. Version History

    in OI 10 where Ctrl+F and Ctrl+H wouldn’t work in some circumstances 3.3.5 December 22, 2021 Fixed bug where List command would not format some columns Fixed … 2.6.2 Added Justify Array tool for making arrays look nice and neat. (Highlight multiple lines of an array assignment and press Ctrl+J) Added "Open as Read
    SRP EditorJan 17, 2024
  10. OnComboClick

    to the event. The Item parameter is the index of the item clicked. You can read the ComboData and use the Item parameter to read the entire row. If you only need
    SRP Subclass ControlApr 23, 2024