home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Borland / Dbase50w / MUSIC2.PAK / MUSIC.TXT < prev   
Text File  |  1994-08-02  |  3KB  |  117 lines

  1.              Copyright (c) 1991-1994 Borland International, Inc.
  2.                             All Rights Reserved.
  3.  
  4. This document describes the sample program files, which are installed
  5. in the MUSIC subdirectory.
  6.  
  7. The Musical Methods application is an information display program for
  8. customers of the Musical Methods record and video store. It allows
  9. you to view the available items organized in different ways,
  10. search for information, and view the available musical
  11. subdivisions -- musical categories, media configurations, and sales
  12. rankings of the items sold.
  13.  
  14.  
  15. To run the application, execute "Do Music" from the Command window.
  16. Music.prg is both the main starting program for the application and
  17. the procedure file used by most of the forms.
  18.  
  19. ABOUT.WFM
  20. ---------
  21.  
  22. Files used:  MUSIC.CC, SMLMUSIC.BMP
  23.  
  24. This form displays general information about the Musical Methods
  25. application.
  26.  
  27.  
  28. CATEGORS.WFM
  29. ------------
  30.  
  31. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, CATEGORS.QBE,
  32.              CATEGORS.DBF, CATEGORS.MDX, MUSIC.DBF, MUSIC.DBT,
  33.              MUSIC.MDX, SMLMUSIC.BMP
  34.  
  35.  
  36. This form shows all the available musical categories and allows you
  37. to see the musical items available for each category.
  38.  
  39.  
  40. CONFIGS.WFM
  41. -----------
  42.  
  43. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, CONFIGS.QBE,
  44.              CONFIGS.DBF, CONFIGS.MDX, MUSIC.DBF, MUSIC.DBT,
  45.              MUSIC.MDX, SMLMUSIC.BMP
  46.  
  47. This form shows the available media configurations -- i.e. CD, Casette,
  48. Video tape, and so on. You can also see the available items in each
  49. configuration.
  50.  
  51.  
  52. FILTER.WFM
  53. ----------
  54.  
  55. Files used:  MUSIC.CC, MUSIC.QBE, SMLMUSIC.BMP
  56.  
  57. This form is used for setting a criteria for viewing the available
  58. information. You can restrict the visible items however you like.
  59. The form allows you to create a compound filtering expression.
  60.  
  61.  
  62. MUSIVIEW.WFM
  63. ------------
  64.  
  65. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, MUSIC.QBE,
  66.              MUSIC.DBF, MUSIC.DBT, MUSIC.MDX,
  67.              CATEGORS.DBF, CATEGORS.MDX,
  68.              CONFIGS.DBF, CONFIGS.MDX,
  69.              PRIORITS.DBF, PRIORITS.MDX,
  70.              SMLMUSIC.BMP
  71.  
  72. This is the main form for viewing available items. It displays
  73. information about the item currently viewed and allows you to
  74. see more information. You can navigate through the available
  75. items by using the buttons on the form, You can also perform searches,
  76. filters, and ordering changes by using the menu.
  77.  
  78.  
  79. PRIORITS.WFM
  80. ------------
  81.  
  82. Files used:  MUSIC.CC, VIEW.MNU, MUSIC.PRG, PRIORITS.QBE,
  83.              PRIORITS.DBF, PRIORITS.MDX, MUSIC.DBF, MUSIC.DBT,
  84.              MUSIC.MDX, SMLMUSIC.BMP
  85.  
  86. With this form you can view the sales rankings of the different items
  87. in the store. Sales rankings are numbers that indicate the popularity
  88. of an item. As with other view forms, you can see the items that
  89. correspond to each sales ranking.
  90.  
  91. SEARCH.WFM
  92. ----------
  93.  
  94. Files used:  MUSIC.CC, MUSIC.PRG, SMLMUSIC.BMP
  95.  
  96. This form is used for data searching. You can select a field from a
  97. list and enter a value that you want to find.
  98.  
  99.  
  100. SKIP.WFM
  101. --------
  102.  
  103. Files used:  MUSIC.CC, MUSIC.QBE, SMLMUSIC.BMP
  104.  
  105. This form skips records in the main table of the current view.
  106.  
  107.  
  108. START.WFM
  109. ---------
  110.  
  111. Files used:  BIGMUSIC.BMP
  112.  
  113. This is the initial splash screen that contains the Musical Methods
  114. logo. It disappears whenever you select a menu item.
  115.  
  116.  
  117.