Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: TEMPLATE for posts in this forum

  1. #1
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default TEMPLATE for posts in this forum

    Copy/paste following and edit as required

    **** COPY BELOW THIS LINE ****
    Versions
    All

    Purpose
    To initialise a file for read, update or add records.

    Syntax
    Code:
    $L.void=rtecall("rinit", $L.rc, $L.filevar, $L.filename)
    • $L.void
      not used
    • $L.rc
      returncode of the call
    • $L.filevar
      the variable in which to store the records retreived, updated or added
    • $L.filename
      the file to initialise

    Example
    Code:
    $L.void=rtecall("rinit", $L.rc, $L.tkj.operator, "operator")
    Initialises the operator file in filevariable $L.tkj.operator.
    **** COPY ABOVE THIS LINE ****

  2. #2
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default

    Above template will look like this:

    Versions
    All

    Purpose
    To initialise a file for read, update or add records.

    Syntax
    Code:
    $L.void=rtecall("rinit", $L.rc, $L.filevar, $L.filename)
    • $L.void
      not used
    • $L.rc
      returncode of the call
    • $L.filevar
      the variable in which to store the records retreived, updated or added
    • $L.filename
      the file to initialise

    Example
    Code:
    $L.void=rtecall("rinit", $L.rc, $L.tkj.operator, "operator")
    Initialises the operator file in filevariable $L.tkj.operator.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts