Copia ProductsSolutionsSupportPressContact SearchAbout UsFTP Site
 

Products
CopiaFacts
FaxFacts
VoiceFacts
E-MailFacts
3rd Party Products

Copia Products

AccSys for xBase Functions
Discontinued

AccSys High Level Functions:

  1. dEparse - Parses an expression or a FOR-Condidtion
  2. dErun - Generates a key
  3. dEfree - Releases the internal representation
  4. dEeval - Combination of dEparse, DErun, and dEfree
  5. DBindex - Builds index files from expressions
  6. DBreindex - Rebuilds existing index files
  7. DBopen - Opens a group of DBF, memo, and index files
  8. DBuse - Opens a group of DBF, DBT, and index files
  9. DBclose - Closes a group of files
  10. DBgetrec - Reads record according to access method
  11. DBnextrec - Reads next record according to access method
  12. DBprevrec - Reads previous record according to access method
  13. DBcurrec - Reads current record according to access method
  14. DBrewind - Rewinds current access point
  15. DBforward - Forwards current access point
  16. DBsetrec - Sets up a record buffer
  17. DBexfield - Extracts a field from a record buffer
  18. DBapprec - Appends a record
  19. DBupdrec - Updates a record
  20. DBdelrec - Mark-deletes a record
  21. DBrclrec - Recalls a mark-deleted record
  22. DBflush - Recalls a mark-deleted record
  23. GRPmember - Obtains reference to individual member file

AccSys Functions for DBF:

  1. dDcreat - Creates DBF
  2. dDbuffs - Calculates memory size to be used for DBF
  3. dDinsrec - Inserts a record
  4. dDsize - Gets number of records in DBF
  5. dDrmrec - Removes a record
  6. dDfldno - Gets a record field by field number
  7. dDfldnm - Gets a record field by field name
  8. dDreclen - Gets record length
  9. dDfields - Gets number of fields per record
  10. dDcopy - Creates an empty DBF file from an existing DBF
  11. dDsort - Sorts a DBF file

AccSys Functions for DBT:

  1. dTcreat - Creates DBT
  2. dTnewmm - Enters a new memo
  3. dTaddmm - Adds additional information to an exisiting memo
  4. dTupdmm - Updates an existing memo
  5. dTgetmm - Gets a memo
  6. dTmemosz - Gets a memo size

AccSys Functions for MDX:

  1. dXaddidx - Creates MDX and/or adds index to MDX
  2. dXbuffs - Calculates memory size required to open MDX
  3. dXactidx - Activates an index in MDX
  4. dXdeaidx - Deactivates an index in MDX
  5. dXidxbuf - Calculates memory size needed to activate index
  6. dXputkey - Puts key in index
  7. dXrmkey - Removes key from index
  8. dXgetrno - Gets record number from a key
  9. dXnxtkey - Gets next key and its record number
  10. dXprvkey - Gets previous key and its record number
  11. dXcurkey - Gets current key and its record number
  12. dXexplen - Gets index expression length by a tag name
  13. dXexpr - Gets index expression by a tag name
  14. dXkeytyp - Gets key type
  15. dXkeylen - Gets key length
  16. dXtags - Gets number of indexes or tags in MDX
  17. dXlistag - Lists tags (unsorted)
  18. dXsortag - Lists tags in a sorted order
  19. dXcopy - Creates an empty MDX file from existing MDX

AccSys Functions for NDX:

  1. dNcreat - Creates NDX
  2. dNbuffs - Calculates memory size required to open NDX
  3. dNputkey - Puts key
  4. dNrmkey - Removes key
  5. dNgetrno - Gets record number from a key
  6. dNnxtkey - Gets next key and its record number
  7. dNprvkey - Gets previous key and its record number
  8. dNcurkey - Gets current key and its record number
  9. dNkeylen - Gets key length
  10. dNkeytyp - Gets key type
  11. dNexplen - Gets key expression length
  12. dNexpr - Gets key expression
  13. dNcopy - Creates empty NDX file from existing NDX

Utility Functions:

  1. dU3itodf - Converts: 3 integers (year, month,day) to Date field
  2. dU3itodk - Converts: 3 integers (year, month,day) to Date key
  3. dUatocf - Formats: ASCII to Character field
  4. dUatonf - Formats: ASCII to Numeric field
  5. dUatonk - Converts: ASCII to Numeric key
  6. dUdfto3i - Converts: Date field to 3 integers (year, month, day)
  7. dUdkto3i - Converts: Date key to 3 integers (year, month, day)
  8. dUdtonf - Converts: 'double' of C language to Numeric field
  9. dUdtonk - Converts: 'double' of C language to Numeric key
  10. dUnftod - Converts: Numeric field to 'double' of C language
  11. dUnktoa - Converts: Numeric key to ASCII
  12. dUnktod - Converts: Numeric key to 'double' of C language
  13. dUleap - Tests if a year is a leap year
  14. dUtoday - Obtains today's date in 3 integers (year, month, day)

AccSys Functions for DBT of dBASE III PLUS:

  1. dtcreat3 - Creates DBT file of dBASE III PLUS format
  2. dtputmm3 - Puts a memo
  3. dtgetmm3 - Gets a memo
  4. dtmemsz3 - Gets a memo size

AccSys Network Functions:

Network functions of AccSys for xBASE automatically lock and unlock files/records when necessary. The following functions manually handle DBF, MDX, DBT and NDX files in a network environment.

  1. dDlkfil - Locks DBF file
  2. dDulkfil - Unlocks DBF file
  3. dDlkapp - Locks DBF file for appending a record
  4. dDulkapp - Unlocks DBF file for appending a record
  5. dDlkrec - Locks a record
  6. dDlkgetr - Locks and reads a record
  7. dDulkrec - Unlocks a record
  8. dDpoplk - Pops and unlocks a record
  9. dDlklist - Lists locked records
  10. dDlktop - Shows record most recently locked
  11. dDlkcnt - Shows number of locked records
  12. dDlkfsta - Shows lock status of a record
  13. dDlkrsta - Shows lock status of a record
  14. dXlkfil - Locks MDX file
  15. dXulkfil - Unlocks MDX file
  16. dXlkfsta - Shows lock status of a DBT file
  17. dTlkfil - Locks DBT file
  18. dTulkfil - Unlocks DBT file
  19. dTlkfsta - Shows lock status of a DBT file
  20. dNlkfil - Locks NDX file
  21. dNulkfil - Unlocks NDX file
  22. dNlkfsta - Shows lock status of an NDX file
  23. dUsetnet - Sets networking compatibility mode

 

Top

 

Demo Software

Request a demonstration version of the CopiaFacts Suite!

Reprints & Reviews

Read a few recent articles on Copia's line of products!

Awards
Call Center Product of the Year


Get pricing from a reseller in your area or direct from Copia

   Copyright ©2002 Copia International. All rights reserved. Privacy Policy | Terms of Use | Site Map