home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / sri314_b.zip / DEMOPRGS.ZIP / DEMOPRGS.DOC < prev    next >
Text File  |  1990-10-03  |  2KB  |  49 lines

  1. We at Sub Rosa Publishing are pleased to enclose a set of demonstration
  2. programs. These programs have been prepared with two objectives in mind:
  3.  
  4.     1. Illustrate important SR-Info and VP-Info commands and functions.
  5.     2. Provide starting points for your applications. Our examples
  6.        range from  simple to elaborate.
  7.  
  8.     MENU.PRG: demonstrates the use of the MENU() function to choose between
  9.               courses of action. One natural way to build applications is
  10.               to lay out the menus and implement the options one at a time.
  11.               MENU illustrates how to branch based not only on the selection
  12.               made, but also on the key used to make the selection.
  13.  
  14.   EDBROW.PRG: demonstrates the use of the EDIT and BROWSE commands.
  15.               These commands are the basic methods to view data. Edit
  16.               views a single record on the screen. BROWSE views several
  17.               records, one line on the screen per record.
  18.  
  19.  ONFIELD.PRG: demonstrates the use of the ON FIELD structure to validate
  20.               input and control the order of field entry.
  21.  
  22.  MEMBERS.PRG: a good starting point for your list maintenance programs.
  23.               Show how to add new names and update current names on a list.
  24.  
  25. SRILOGON.PRG: a sample start-up screen creates large letters out of
  26.               rectangular blocks.
  27.  
  28.  EFFECTS.PRG: shows off VP-Info sound and screen swapping effects.
  29.  
  30.    DATES.PRG: illustrates the variety of date and time formats available.
  31.  
  32. RELATION.PRG: set up a simple relation between two data files.
  33.  
  34.  APPFROM.PRG: illustrates the APPEND FROM  command.
  35.  
  36. ONELABEL.PRG: a short program to print labels of any length (one across).
  37.               This program can be used as is for simple label tasks.
  38.  
  39.   VECTOR.PRG: illustrated the technique of accessing data field by number
  40.               rather than by name.
  41.  
  42. FILTERCR.PRG: a sample program that reads ASCII files and write out a
  43.               modified form.
  44.  
  45.      BIT.PRG: illustrates bit arithmetic in VP-Info. Computer Science teachers
  46.               will like this one.
  47.  
  48.  LAB_GEN.PRG: a more complex label program with lots of features.
  49.