home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / statrep.zip / READ.ME < prev    next >
Text File  |  1992-04-16  |  2KB  |  47 lines

  1. April 16, 1992                                   Tech11
  2. STATREP.MDL                                      Clarion Technical Support
  3.  
  4.  
  5. The above file is a modified fragment from the 218A NETWORK.MDL file
  6. of the *REPORT********* procedure model.  Because a Report procedure
  7. is a read-only operation, you should have no problems using it in your
  8. STANDARD.MDL also.
  9.  
  10. The only difference between this Report procedure model and the regular
  11. *REPORT********* procedure model is the addition of a status screen
  12. that is opened when the report procedure executes, displaying a "Please
  13. Wait" message, the total number of records in the file being accessed by
  14. the report, and a running count of the number of records processed by the
  15. report.
  16.  
  17. To implement the new procedure model, copy the Clarion-supplied MDL file
  18. to a new filename and then bring up the new MDL file in Editor.  Do a
  19. [Ctrl]-[Page Down] to go to the very end of the MDL file and then do a
  20. [Ctrl]-[G] to [G]et a file.  Specify STATREP.MDL and press [Enter] to
  21. append the new Report procedure model file to the end of your new MDL file.
  22.  
  23. Once you have saved your new MDL file, bring up Designer (don't use the
  24. [Shift]-[F3]!) and, in the Base Window, change the Model File: line to
  25. the name of your new MDL file and procede to the Application Summary
  26. screen.
  27.  
  28. To add the Status Screen function to your Designer Report procedure,
  29. highlight the Report procedure and press ^O to pull up the Options
  30. window.  At the very bottom, on the Procedure Model line, put the
  31. name: STATREPORT.  When you regenerate your code for that Report,
  32. Designer will use the STATREPORT procedure model in your new MDL file
  33. instead of the default *REPORT************ procedure model.
  34.  
  35. If you would prefer different screen colors for the Status Screen
  36. then bring up that MDL file in Editor, place the cursor in the SCREEN
  37. declaration portion of the *STATREPORT******* procedure model and hit
  38. [Ctrl]-[F] to invoke the screen formatter to alter the screen as you
  39. wish.
  40.  
  41. I hope you find this model file modification to be useful and an
  42. enhancement to your final programs.
  43.  
  44. Brett
  45. Tech11
  46. Clarion Software Technical Support
  47.