Search

Search

Help

Page 9 of 46. Showing 451 results (0.02 seconds)

  1. CellProtection

    protection; the user can select the cell but cannot edit it Read Only RO Read only protection; the user can select the cell or enter into edit mode … a list of non-editable options from which a user can select. Read Only protected cells allow a user select a cell and enter into edit mode, but the user cannot
    SRP EditTable ControlNov 10, 2018
  2. Operating System File I/O

    for use with DirList(). OSBRead statement Reads a section of an operating system file into a variable. The programmer can specify the size of the section to be read, as well as the location in the operating system file from which the data is to be read. OSBWrite statement Writes data from a variable
  3. Modifying MFS Arguments

    string, extract its own parameters, and pass the remaining ones on for further processing. Programmers can even use BASIC+ READ and WRITE statements to pass … can concatenate the encryption key onto the record key using a specific delimiter, then simply read or write the data. The MFS can strip the encryption key from
  4. MVBFS Functions

    in other multivalue systems; it uses the host READU command (or comparable functionality) to lock and read the record, returning a status that indicates if the record was already locked, does not exist, or has been successfully read. RTI_WRITEU mimics the WRITEU functionality in other multivalue systems; it writes
    BASIC+ CommandsDec 10, 2015
  5. OSRead Statement

    Description Reads an entire operating system file into a BASIC+ variable. Syntax OSRead var From file Then | Else statements Parameters The OSRead statement has the following parameters. Parameter Description Var The variable into which the file will be read. File Pass the name of the valid operating
    BASIC+ CommandsDec 10, 2015
  6. { } Braces operator

    function segment opens the SAMPLE_PRODUCTS table, then the dictionary of that table, then reads the desired row, using @ID,  then reads the desired column … product UnitPrice = ""    ;* initialize the return variable @ID = key Open table To tablevar Then   Open "DICT ":table To @DICT Then     Read @RECORD FROM tablevar
    BASIC+ Language ReferenceDec 11, 2015
  7. SetInitDirOptions Subroutine

    The attributes parameter is a combination of the following characters: N Normal A Archive R Read-only H Hidden S System D sub-Directories V Volume label … list_compressed = dirList()     * Return the default option SetInitDirOptions("-R-H-S-D") InitDir dir list_all = dirList()   * Return hidden and read only files
    BASIC+ CommandsDec 01, 2015
  8. Lock Statement

    on a network; not the station's own lock. 1 Unsuccessful lock; current station holds the lock. Usage You can lock either before or after you read a row (to be modified), but remember that if you lock after you have read, then you cannot guarantee the integrity of the row you are about to modify. If you just want
    BASIC+ CommandsDec 10, 2015
  9. Events

    certain actions before they occur, so be sure to read the Remarks section of each event carefully. The following events apply to the SRP Calendar Control: Event
    SRP Calendar ControlOct 09, 2023
  10. Security_Services

    the command's access level. This is based on the given user group and/or user name. F FilterCommandsByAccess Takes the given CommandList and removes
    SRP FrameWorksJan 16, 2019