[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_PopDbf()          Restores a work area the way it was from stck

Description:

  VS_PopDbf() will restore a work area to the way it was when
  VS_PushDbf() was last called.

Syntax:     

  VS_PushDbf( [n_HowMany] )

Pass:       

  n_HowMany is an optional numeric value representing how many work
  areas to retore.  The default is one.

Return:     

  VS_PopDbf() will always return NIL.

Notes:      


Example:    

  VS_PushDbf()
     SELECT SOME_AREA
     DO SOME_WORK
     ...
  VS_PopDbf()

Usage:      

  VS_PopDbf() should be called by your programs as part of the clean up
  process before they exit.  VS_PopDbf() must be used "balanced" with
  VS_PushDbf().

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