Download Introduction

Transcript
Database Server (DBS) Calls Presented in Alphabetical Order Fileman 22.2 Programmer
Manual
Input Parameters
file
(Required) File or subfile number.
data
(Required) Free text information, determined by the developer.
Output
A successful call sets the data into the appropriate Data Dictionary
location.
Example
The following call sets the PACKAGE REVISION DATA as follows:
>D PRD^DILFD(999088,"REVISION #5")
>W $$GET1^DID(999088,"","","PACKAGE REVISION DATA")
REVISION #5
Error Codes Returned
None
RECALL^DILFD( ): Recall Record Number
This procedure saves a record number for later retrieval using Space Bar
Recall. While Classic Fileman has automatically performed this procedure
for applications in the past, the Fileman DBS lookup calls cannot do so. The
decision to perform this procedure can only be made by code that knows
its context, which knows whether the selection taking place results from a
user's selection or from some silent activity. In addition, Fileman often is
inactive when a user selection occurs (such as when a user picks a single
entry from a ListBox managed by the application). For these reasons, the
March 2013
415