home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / MISC / TRANSACT.PRG < prev    next >
Encoding:
Text File  |  1993-02-01  |  775 b   |  16 lines

  1. *****************************************************************
  2. *     * 09/92               POPUP1.PRG                          *
  3. *****************************************************************
  4. *     * Author's Name: Jeb Long                                 *
  5. *     *                                                         *
  6. *     * Description:                                            *
  7. *     * This program illustrates SET VIEW COMMAND               *
  8. *****************************************************************
  9. SET VIEW TO TRANSACT
  10. BROWSE FIELDS Clients.Name,             ;
  11.               Transact.Trans_date,      ;
  12.               Transact.Quantity,        ;
  13.               Item.Unit_price,          ;
  14.               Item.Descrip
  15.               
  16.