[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FUNCTION SLSF_*()                             *changed*

  Short:
  ------
 SLSF_*() Series of functions to determine system file
 names and locations

 Returns
 <cFileSpec>  => File path and name less extension

 Syntax
 SLSF_*()

 Description
 Function                 Purpose                        Default
 ---------------------------------------------------------------

 SLSF_REPORT([cNew])      Stored reports                 SFREPORT
 SLSF_QUERY([cNew])       Stored QUERY() queryies        QUERIES
 SLSF_FORM([cNew])        FORMLETR() form letters        FORM
 SLSF_HELP([cNew])        Help                           HELP
 SLSF_LIST([cNew])        LISTER() list definitions      PLIST
 SLSF_SCROLL([cNew])      SCROLLER() lookups             SCROLLER
 SLSF_COLOR([cNew])       SuperLib color definitions     COLORS
 SLSF_TODO([cNew])        TODOLIST() dbf                 TODO
 SLSF_TDN1([cNew])        TODOLIST first index           TODO
 SLSF_TDN2([cNew])        TODOLIST 2ND   index           TODOP
 SLSF_TDN3([cNew])        TODOLIST 3RD   index           TODOD
 SLSF_APPT([cNew])        Appointments database          APPOINT
 SLSF_LABEL([cNew])       Labels database                CLABELS
 SLSF_OLD([cNew])         O.L.D. doc database            SLOLDS

 [cNew] optionally sets the path and/or filename.

 If [cNew] is passed, this is the value returned as
 well.

 Examples
  USE (slsf_report() )                    // open the  reports file

  SLSF_REPORT("c:\hidden\MYREPORT")       // sets the report file
                                          // to MYREPORT.DBF in
                                          // c:\HIDDEN

 Notes:

 These take the place of the following public
 variables in earlier versions of SuperLib:

     _REPORTS          = "SFREPORT"   (for reports)
     _FORMS            = "FORM"       (for form letters)
     _QUERIES          = "QUERIES"    (for queries)
     _LISTER           = "PLIST"      (for lister)
     _TODODBF          = "TODO"       (for todo list)
      _TODONTX1        = "TODO"       (TODO category INDEX)
      _TODONTX2        = "TODOP"      (TODO priority INDEX)
      _TODONTX3        = "TODOD"      (TODO do by INDEX)
     _HELP             = "HELP"       (for help)
     _SCROLLER         = "SCROLLER"   (for scroller)
     _COLORS           = "COLORS"     (for colors)

 COLORS are now stored in a DBF file, rather than a
 .MEM file.

 Source: S_ATTRIB.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson