BtDDFieldExtServer:Init()
<< Click to Display Table of Contents >>
BtDDFieldExtServer:Init()
|
|
Purpose
Open the FieldExt.DDF table
Prototype
METHOD Init ( cPath, nMode, cOwner, nId ) CLASS BtDDFieldExtServer
Argument(s)
<cPath> | Location of the file, Defaults to Bt_Path() |
<nMode> | Btrieve file open mode. |
<cOwner> | (Optional) Name of the owner of the table, Default is "..SC....", the Owner name used by many DDF utilities |
<nId> | (Optional) Client ID to use when opening the file. |
Return
OBJECT | Server Object. When an error occurs the VO Error handler is called. |
See Also
BtDDFieldExtServer, BtServer:Init(), BtDDFServer:Init()