[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_InitVern()        Initializes the Vern Six ToolBox

Description:

  VS_InitVern() initializes the variables used by the various functions
  in the Vern Six Clipper ToolBox as well as sets the colors from the
  configuration database.  VS_InitVern() will also create the
  configuration database if it doesn't exist.

Syntax:     

  l_Success = VS_InitVern( [c_FileName] )

Pass:       

  c_FileName is an optional character expression that should contain
  the name of the configuration database without the ".DBF" extension.
  If c_FileName is omitted, it defaults to "VERN_CFG".

Return:     

  l_Success is a logical expression which be set to .T. if
  successful otherwise it will be .F.

Notes:      


Example:    

  l_Success = VS_InitVern( "MyFile" )

Usage:      

  VS_InitVern() MUST be called prior to any of the other functions
  in VERNSIX.LIB.  There are several global variables that are created
  by VS_InitVern() that you should study.

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