[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_CanMake()         Returns recreate setting from data dictionary

Description:

  VS_CanMake() allows the programmer to see if a DBF can be "re-created"
  if missing.

Syntax:     

  l_CanMake = VS_CanMake( c_DbfName )

Pass:       

  c_DbfName is a character expression that should contain the name
  of the data base in question.  This name MUST exist in the data
  dictionary!!

Return:     

  l_CanMake is a logical expression that will be set to .T. if it is
  okay to re-create c_Dbfname, otherwise .F.

Notes:      


Example:    

  IF VS_CanMake("MYFILE")
     ...
  ENDIF


Usage:      

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