[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_InitHelp()        Opens necessary help files (DBF, DBT & NTX)          CHG

Description:

  VS_InitHlp() opens the necessary files (DBF, DBT and N?X) in the next
  available work area, for VS_Help to work properly.

Syntax:     

  l_Success = VS_InitHlp( [c_KeyFile], [c_HelpDbf] )

Pass:       

  c_KeyFile is an optional character expression that should contain
  the filename required for VS_MakeHlp to work properly.  If omitted,
  c_FileName defaults to "VERNSIX.DVP"

  c_HelpDbf is an optional character expression that should contain
  the name of the database that VS_Help() and VS_MakeHlp() will use to
  store/retrieve help screens.

Return:     

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

Notes:      

  c_KeyFile can be used to inhibit your users from create/changing
  the help screens in your application.

Example:    

  l_Success = VS_InitHelp("yourfile.key","your_dbf")

Usage:      

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