home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / FOXPRO / FCT1_12 / FC_NOVEL.HDR < prev    next >
Text File  |  1990-09-28  |  1KB  |  79 lines

  1. #output Force Tools 1.1 - Novell functions
  2.  
  3. *
  4. * novell installation check (ipx), return's .t. if installed
  5. *
  6. function logical nv_ipx prototype
  7.  
  8. *
  9. * get the station id number, could be used to create unique files 
  10. *
  11. function char(12) nv_station_id prototype
  12.  
  13. *
  14. * get the server connection id number
  15. *
  16. function uint nv_server_id prototype
  17.  
  18. *
  19. * get the station connection number
  20. *
  21. function uint nv_port prototype
  22.  
  23. *
  24. * logout from server
  25. *
  26. procedure nv_logout prototype
  27.  
  28. *
  29. * disable user's from logging in, return's .t. if succesfull
  30. *
  31. function logical nv_disable_login prototype
  32.  
  33. *
  34. * enable user's to log in.
  35. *
  36. function logical nv_enable_login prototype
  37.  
  38. *
  39. * get the user's name
  40. *
  41. function char nv_user_name prototype
  42.  
  43. *
  44. * check if printspooling is active
  45. *
  46. function logical nv_capture_active prototype
  47.  
  48. *
  49. * start printspooling, return's .t. if succesfull
  50. *
  51. function logical nv_capture_start prototype
  52.  
  53. *
  54. * end printspooling, print to local device, return's .t. if succesfull
  55. *
  56. function logical nv_capture_end prototype
  57.  
  58. *
  59. * get the server system date 
  60. *
  61. function date nv_server_date prototype
  62.  
  63. *
  64. * get the server system time (HH:MM:SS)
  65. *
  66. function char(8) nv_server_time prototype
  67.  
  68. *
  69. * get the server day of week (0 = sunday)
  70. *
  71. function byte nv_server_day prototype
  72.  
  73. *
  74. * Set a file on a novell server to SHAREABLE
  75. *
  76. function uint nv_shareable prototype
  77.    params const char file_name
  78.    
  79. * eof - fc_novel.hdr