[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_OpenLst()         Open a list of databases

Description:

  VS_OpenLst() opens a list of databases.

Syntax:     

  l_Success = VS_OpenLst( ac_DbfList )

Pass:       

  ac_DbfList is an array of character expressions each representing
  a database to open.

Return:     

  l_Success is a logical expression that will be set to .T. if
  VS_OpenLst() was successful, otherwise .F.

Notes:      


Example:    

  IF .NOT. VS_OpenLst( {"DBF1","MYFILE"} )
     VS_Die("oooooops!")
  ENDIF
  ...

Usage:      

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