home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / vb / pxengine / readme.txt < prev   
Encoding:
Text File  |  1992-06-01  |  1.0 KB  |  28 lines

  1. The PXENGINE.TXT file contains Visual Basic version 1.00 declarations
  2. for Paradox Engine version 2.0.
  3.  
  4. Functions PXInit, PXNetInit & PXSetHWHandler are undefined since these
  5. three functions are not used under Windows.
  6.  
  7. The Main subroutine calls each function at least once to exercise the
  8. function declarations and demonstrate function call coding.
  9. (Some functions have been coded to return a non-zero return code and
  10.  others will display a returned value as well as the return code.)
  11.  
  12. Note RE function PXTblProtected:
  13.  
  14. The Paradox Engine C Reference Guide states on page 174 that "the value
  15. in Protected is set to True if the table is protected, and to False if
  16. not protected."
  17.  
  18. Borland Technical Support has confirmed that PXTblProtected will return
  19. a zero value in Protected if the table is not protected and a non-zero
  20. value if it is protected.
  21.  
  22. The non-zero value returned will vary depending upon the password value
  23. specified in the PXTblEncrypt function when the table was encrypted and
  24. may be positive or negative.
  25.  
  26. John Purins
  27. 71160,1641
  28.