Search

Search

Help

Page 4 of 46. Showing 451 results (0.046 seconds)

  1. SRP TcpClient RECEIVE

    Receives data through the connection. Syntax Data = SRP_TcpClient(Object, "SEND", BytesToRead, BytesActuallyRead) Returns The data read. Parameters Parameter Description BytesToRead The number of bytes to read. BytesActuallyRead The number of bytes actually read. Remarks The RECEIVE service reads
    SRP UtilitiesOct 05, 2016
  2. Filing System Access

    OpenInsight file operation requests originate in BASIC+ commands such as READ, WRITE, DELETE, LOCK, UNLOCK, SELECT, READNEXT, or in System Monitor routines … , if an BASIC+ program encounters a READ statement, and the file being read is a Linear Hash file, OpenInsight generates a call to the program RTP57, the Linear Hash
  3. MVBFS Functions MVBFS NATIVE TABLE

    Description MVBFS_NATIVE_TABLE is a function added in OpenInsight 9.4 to allow developers to read or write records to server-side tables even if they are not mapped. The primary purpose is to let a developer read or write values to a non-standard dictionary row, for instance a sequence counter. Syntax Function
    BASIC+ CommandsDec 11, 2015
  4. MVBFS Functions RTI READU

    Description Lock and read a record from the specified table. If the table is on an MVBFS volume, then host (back-end) record locking will be performed; if the table is on an OpenInsight volume, then the record will first be locked with the LOCK statement and then (if the lock is successful) the record will be read
    BASIC+ CommandsDec 11, 2015
  5. ReadV Statement

    Description Reads a specific column into a BASIC+ variable. Syntax ReadV variable From table_var, key, column Then | Else statements Parameters The ReadV … by key. Table_var A table variable that has been previously specified in an Open statement. Key Contains the key to the column that is to be read
    BASIC+ CommandsDec 10, 2015
  6. Reading and Writing Environment Variables

    , it may be necessary to read and/or write environment variables. The following topics will show you how to read and write environment variables. First, we will read the PATH variable. Then, we will create an environment variable called DATAPATH which points to the data for our application.
    Programming TechniquesAug 11, 2016
  7. SelAppts

    read this property to determine what is selected. If nothing is selected, this property is "". This property is Read Only. Use SelectAppt to select
    SRP Calendar ControlMar 07, 2023
  8. Inet_FormRead Function

    Description Internet procedure that reads a row from native OpenInsight table(s) and merges the retrieved data with an HTML form. The form must be registered … ) Parameters Parameter Description Request [in] HTTP-request This function is analogous to a call to Send_Event(formID, "READ"). Returns Returns HTML
    BASIC+ CommandsDec 10, 2015
  9. IConv Date (D) Function

    Description Converts a date string into its internal system format. Syntax internal = IConv(string, "D [year] [char] [E] [F] [G] [H] [I] [J] [month_format … to "E,F,G,H,I,J" below). If string is not in the correct format for the conversion, a null is returned. For a given conversion, you can enter values
    BASIC+ CommandsDec 10, 2015
  10. Reading E-Mail

    To read e-mail into OpenInsight, perform the following steps: Logon to the MAPI server, using MAPILogon(). Retrieve the list of mail IDs, using MAPIOpenMail(). Loop through the list, using MAPIReadMail() to read each message, processing as required. When done, logoff the MAPI server, using MAPILogoff
    Programming TechniquesAug 11, 2016