[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
INITVERN() Initializes the Vern Six ToolBox
Description:
Initializes the variables used by the various functions in the Vern
Six Clipper ToolBox as well as sets the colors from the configuration
database. INITVERN() will also create the configuration database if
it doesn't exist.
Syntax:
INITVERN( [<expC>] )
Pass:
<expC> = Optional: Name of the configuration database without the
".DBF" Default = "VERN_CFG"
Return:
<expL> = Always true
Notes:
Example:
INITVERN( "MyFile" )
Usage:
INITVERN() **MUST** be used prior to any of the other functions in
VERNSIX.LIB. There are several global variables that are created by
INITVERN() that you should study.
See Also:
GETCOLOR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson