[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_NETVER()
 Return the Netware version as a numeric
------------------------------------------------------------------------------
 Syntax
 
       fn_NetVer() -> nVersion
 
 Arguments

      None

 Returns

      A number contain the version number of Netware. The integer
      portion is the major number and the decimal is the minor
      version number.

      Returns 0.0 if not logged in.


 Description

      This function is used to determine the Netware version if you
      have version specific requirements in your application.

 Examples

      LOCAL nServerId := FN_DefCid()
      LOCAL nQueue
      if fn_netver() > 2.0                // Link capture to PRINTQ_0
         nQueue := FN_gBndOID("PRINTQ_0", OT_PRINT_QUEUE)
         fn_Scappq(1,nServerId,nQueue)
      endif
      fn_sLPTCap()


 Source: N:\SRC\FSERV\NETVER.PRG

 Author: Joe Booth

See Also: fn_getFsi() fn_is3x()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson