Search

Search

Help

Page 2 of 46. Showing 451 results (0.018 seconds)

  1. Popup Function

    specific. mode Value Description C, F,   OpenInsight table name. K, R,     T     D <7, 1> DataSet name.   <7, 2> DataSet handle … are not supplied then argument numbers are assumed by position of argument values. F <8, 1> OpenInsight Table Key.   <8, 2> Field Number. K @VM-delimited
    BASIC+ CommandsNov 27, 2015
  2. Drive Function

    ()   * The drive variable will contain "C:\Revsoft\OpenInsight"   * If path is mapped, so that "C:\Revsoft\OpenInsight" is the F: drive, * then the drive variable will contain "F:\"
    BASIC+ CommandsSept 23, 2015
  3. Using the Brackets Operator for Extraction

    . Also, note that the value specified for length includes the character position specified by start. If length begins with 'F', then the extraction process begins at start, and continues forward until the character following F is found. The character following F, which acts as a delimiter, is not included
    BASIC+ Language ReferenceSept 21, 2015
  4. 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
  5. RevError.Dat

    . ENG0722:  %1%, line %2%. Labeled common has not been defined. ENG0723:  %1%, line %2%. Invalid opcode CALL to an RTP. ENG0724:  %1%, line %2%. Disk read error … . The operating system table "%1%" does not exist. FS102: Error while writing data. "%1%" is a read-only table. FS103: Error in the operating system table "%1%". Disk
    BASIC+ CommandsDec 07, 2015
  6. SRP_PreCompiler

    , Param3, Param4, Param5) Window = @Window[1, "F*"] Control = Field(CtrlEntId, ",", 2, 3) // Branch to event handler Begin Case Case Control EQ Window … syntax and highlights code accordingly whereas the builtin OI Editor will not. Everything will still compile and run, but it will a little harder to read. Moreover
    SRP UtilitiesApr 15, 2022
  7. Set Printer INIT

    . "" Remarks The FileName parameter is printed in the header and footer when the 'F' code is used, and it is used to identify the print job from the Printer … orientation with 0.5 inch margins. The size and position of the Print Preview window will be read from the OIPI.INI file. */ declare function Set_Printer title
    BASIC+ CommandsAug 03, 2016
  8. IConv Boolean (B) Function

    a character or word that represents a Boolean condition. Examples of characters include "Y" and "N" or "T" and "F". Examples of words are "Yes … prior to start. Tf When the tf option is used, the conversion matches the first character of string against the characters represented by t and f, without
    BASIC+ CommandsSept 28, 2015
  9. RTI_List Function

    A valid RTI_List function: READ, DELETE. listID Name of the saved list (or Key ID) in the SYSLISTS table. param1... Each method has different parameter requirements. param4   functions Value Description READ Reads all the Key IDs from the indicated saved list and returns them as an @FM
    BASIC+ CommandsJan 02, 2018
  10. READO.RECORD

    Purpose Used to read a record that will not be updated (read only). This code is provided for filing systems that might use buffers to store records already read. In an MFS, this code is typically implemented in the same manner as a READ code, with all arguments passed through to subsequent filing systems