Search

Search

Help

Page 1 of 23. Showing 221 results (0.015 seconds)

  1. Open

    s an existing zip file.  Syntax ZipHandle = SRP_Zip("Open", FileName, Password = "") Returns A handle to the opened zip file or 0 if there was an error. Parameters Name Description FileName The name and path of the zip file to open. Password This password needed to open the file. Remarks Call
    SRP Zip UtilitySept 28, 2018
  2. Open Statement

    Description Creates a table access variable (a file handle). Syntax Open ["DICT",] expression To table_var Then | Else statements Parameters The Open statement has the following parameters. Parameter Description expression Designates the native table that is to be opened. To open the dictionary, use DICT
    BASIC+ CommandsDec 09, 2015
  3. OPEN Failure

    It is rare that a BASIC+ OPEN statement will fail (fall through its ELSE logic) as a result of a BFS OPEN.FILE call. Within an BASIC+ program, a failure in an OPEN statement (ELSE logic) is likeliest because the file has not been attached.  If the file is attached but has not yet been opened, a filing system
  4. BASIC+ Open File Handle

    The file handle returned in the BASIC+ OPEN statement is not identical to that stored in the FILES file.  BASIC+ OPEN returns a file handle that contains both … might return a file handle looking like this:  \DATA\REV10000 If the file has SI.MFS and SAMPLE.MFS installed, the file handle returned by the BASIC+ OPEN
  5. SRP_Zip_Open

    Opens an existing zip file.  Syntax ZipHandle = SRP_Zip_Open(File) Returns A handle to the opened zip file or 0 if there was an error. Parameters File The name and path of the zip file to open. Remarks Call this routine to open an existing zip file. If the zip file does not exist, then a new one is created
    SRP Zip UtilityOct 30, 2015
  6. SRP_Com HANDLES

    Gets all open COM object handles. Syntax Result = SRP_Com("", "HANDLES") Returns An @FM delimited list of open object handles. Remarks The HANDLES service gets an @FM delimited list of all open object handles. Each field has the following three @VM delimited values: Pos Name Description <x, 1> Handle
    SRP UtilitiesSept 21, 2023
  7. Commands

    ). AUDITMANAGER Opens the Audit Manager Utility (DBW_AUDIT_MANAGER). AUDITTRAIL Opens the Audit Trail utility (NDW_AUDIT_TRAIL). CASCADE Arranges windows to see all their title bars. CLOSE Closes the active window. CLOSEALL Closes all active windows. CLOSEAPP Closes the application. COMMANDMANAGER Opens
    SRP FrameWorksJun 21, 2018
  8. Version History

    3.4.5 January 17, 2024 Fixed syntax coloring bug when using multibyte UTF-16 characters in strings and comments 3.4.4 November 2, 2023 Updated Open Record dialog to always default to previous table and record Fixed false “Stored Procedure not found” errors Fixed Open Record dialog's Refresh button setting
    SRP EditorJan 17, 2024
  9. Index.Open Subroutine

    Description The Index.Open subroutine is an alternative to the Open statement to open an OpenInsight table. In spite of its name, Index.Open can open any … OI_table_name The name of the OpenInsight table to be open. filevar The variable to contain the file variable information for the opened table, after
    BASIC+ CommandsDec 10, 2015
  10. Calculate Function

    evaluate to a column name in the file that has been opened to the system variable @DICT. See also { } (the Braces operator) Example The following example shows how to evaluate column values by reference to the dictionary column name. /* The following code fragment opens the SAMPLE_PRODUCTS table
    BASIC+ CommandsDec 04, 2015