home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / DBDEMO.ZIP / DEMOFLS.ZIP / DBDEMO.IPF < prev    next >
Text File  |  1991-07-02  |  8KB  |  183 lines

  1. .*********************************************************************
  2. .*                                                                   *
  3. .*                                                                   *
  4. .*   Obligatory comments about help system will go here.             *
  5. .*                                                                   *
  6. .*                                                                   *
  7. .*********************************************************************
  8. :userdoc.
  9. :title.Help for DBDEMO Application
  10. :body.
  11. :h1 res=1.DBDEMO
  12. .*
  13. .* Place your IPF script and text after the ":p." that will respond to
  14. .* the "Extended Help" pulldown for the HSAMP application
  15. .*
  16. :p.
  17. .* Enter panel text for Extended help here.
  18. This program has been designed to illustrates some programming
  19. techniques used to enhance performance of your OS/2 Database Manager.
  20.  
  21. Choose any one of the buttons on the left side to get corresponding
  22. documentation on the screen.  Some of these might present another menu.
  23.  
  24. Choose any button on the right side to get ready to start the
  25. corresponding database program.
  26. .**********************************
  27. .* Place extended help text above *
  28. .**********************************
  29. .*
  30. :h1 res=1000.IDM_DATABASE
  31. .*
  32. .* Place your IPF script and text after the ":p." that will respond to the
  33. .* user pressing F1 while the IDM_DATABASE menu
  34. .* item is selected
  35. .*
  36. :p.
  37. .*Enter panel text for IDM_DATABASE menu item.
  38. Database environement routines.  The two menu choices - Start using
  39. and Stop using will allow the current demo application to disconnect
  40. and reconnect to the database BANK.
  41. .***********************************************************************
  42. .* Place help for IDM_DATABASE menu item above
  43. .***********************************************************************
  44. :h1 res=1050.IDM_D_STARTUSING
  45. .*
  46. .* Place your IPF script and text after the ":p." that will respond to the
  47. .* user pressing F1 while the IDM_D_STARTUSING menu
  48. .* item is selected
  49. .*
  50. :p.
  51. .*Enter panel text for IDM_D_STARTUSING menu item.
  52. Issues a START USING DATABASE command.  Necessary after
  53. a Stop using was issued.  (e.g. If selecting START from the demo menu
  54. gives you a -1012 SQL errror. )
  55. .***********************************************************************
  56. .* Place help for IDM_D_STARTUSING menu item above
  57. .***********************************************************************
  58. :h1 res=1100.IDM_D_STOPUSING
  59. .*
  60. .* Place your IPF script and text after the ":p." that will respond to the
  61. .* user pressing F1 while the IDM_D_STOPUSING menu
  62. .* item is selected
  63. .*
  64. :p.
  65. .* Enter panel text for IDM_D_STOPUSING menu item.
  66. Issues a STOP USING DATABASE command.  Use you want to disconnect the
  67. demo from the database (to change the database configuration parameters,
  68. for example).  You must use Start using  in order to restart the demo.
  69. .***********************************************************************
  70. .* Place help for IDM_D_STOPUSING menu item above
  71. .***********************************************************************
  72. :h1 res=100.IDLG_INIT
  73. .*
  74. .* Place your IPF script and text after the ":p." that will respond to the
  75. .* user pressing the "Help" pushbutton in IDLG_HELPSAMP
  76. .*
  77. :p.
  78. .* Enter panel text for INIT dialog box.
  79. Point to the appropriate box and click the mouse.
  80. .***********************************************************************
  81. .* Place help for IDLG_INIT Dialog box above
  82. .***********************************************************************
  83. :h1 res=101.IDLG_DDOCMENU
  84. .*
  85. .* Place your IPF script and text after the ":p." that will respond to the
  86. .* user pressing the "Help" pushbutton in IDLG_HELPSAMP
  87. .*
  88. :p.
  89. .* Enter panel text for DDOCMENU dialog box.
  90. Select any one of the four buttons ARI, Record Blocking, Static vs. Dynamic,
  91. or Indices to get information about these database performance enhancement
  92. techniques.
  93. .***********************************************************************
  94. .* Place help for IDLG_DDOCMENU Dialog box above
  95. .***********************************************************************
  96. :h1 res=102.IDLG_SHOWTIME
  97. .*
  98. .* Place your IPF script and text after the ":p." that will respond to the
  99. .* user pressing the "Help" pushbutton in IDLG_HELPSAMP
  100. .*
  101. :p.
  102. .* Enter panel text for SHOWTIME dialog box.
  103. Press START to start the database program you have chosen.
  104. Press OK to go back to the main menu.
  105. The default number of iterations (5) is shown in the box.
  106. You can change it to any other integer value.
  107. The time shown are average time not counting the first one, unless the
  108. number of iterations is one.
  109. .***********************************************************************
  110. .* Place help for IDLG_SHOWTIME Dialog box above
  111. .***********************************************************************
  112. :h1 res=103.IDLG_EDITBOX
  113. .*
  114. .* Place your IPF script and text after the ":p." that will respond to the
  115. .* user pressing the "Help" pushbutton in IDLG_HELPSAMP
  116. .*
  117. :p.
  118. Enter panel text for EDITBOX dialog box.
  119. .***********************************************************************
  120. .* Place help for IDLG_EDITBOX Dialog box above
  121. .***********************************************************************
  122. .* :h1 res=104.IDLG_MMENU
  123. :h1 res=50.MMENU_HELP
  124. .*
  125. .* Place your IPF script and text after the ":p." that will respond to the
  126. .* user pressing the "Help" pushbutton in IDLG_HELPSAMP
  127. .*
  128. :p.
  129. .* Enter panel text for MMENU dialog box.
  130. Choose any one of the buttons on the left side to get corresponding
  131. documentation on the screen.  Some of these might present another menu.
  132.  
  133. Choose any button on the right side to get ready to start the
  134. corresponding database program.
  135. .***********************************************************************
  136. .* Place help for IDLG_MMENU Dialog box above
  137. .***********************************************************************
  138. :h1 res=105.IDLG_DOCRDS
  139. .*
  140. .* Place your IPF script and text after the ":p." that will respond to the
  141. .* user pressing the "Help" pushbutton in IDLG_HELPSAMP
  142. .*
  143. :p.
  144. .* Enter panel text for DOCRDS dialog box.
  145. These documents provide help on setting up RDS (Remote Data Services)
  146. to access a database on the server from the requester.
  147. .***********************************************************************
  148. .* Place help for IDLG_DOCRDS Dialog box above
  149. .***********************************************************************
  150. :h1 res=106.IDLG_DOCPARMS
  151. .*
  152. .* Place your IPF script and text after the ":p." that will respond to the
  153. .* user pressing the "Help" pushbutton in IDLG_HELPSAMP
  154. .*
  155. :p.
  156. Press any of the four buttons to view the corresonding
  157. DATABASE CONFIGURATION parameters.  These parameters depend
  158. upon varoius factors like - the number of user, available RAM etc.
  159. and profoundly influence database performance.
  160. .* Enter panel text for DOCPARMS dialog box.
  161. .* These documents provide information on some salient features of
  162. .* the techniques used to enhance performance.  These correspond to
  163. .* the database demo program that can be started from the right
  164. .* side of the main menu.
  165. .***********************************************************************
  166. .* Place help for IDLG_DOCPARMS Dialog box above
  167. .***********************************************************************
  168. :h1 res=999.Keys Help
  169. .*
  170. .* Place your IPF script and text after the ":p." that will respond to the
  171. .* user selecting Keys help from the Help action item
  172. .*
  173. :p.
  174. .* Enter panel text for Keys help here.
  175. Pressing F1 key on any choice will provide information on that
  176. particular choice.  No other keys have been explicitely implemented.
  177. .************************************
  178. .* Place help for "Keys help" above *
  179. .************************************
  180. :euserdoc.
  181. .* end of help for DBDEMO
  182.  
  183.