home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 257.img / PRO-C1.ZIP / HELP.ZIP / REPORT.H < prev    next >
C/C++ Source or Header  |  1990-05-28  |  593b  |  20 lines

  1. #include "table.h"
  2.  
  3. #define PMSG001 "Printing Report. Please Wait..."
  4. #define PMSG002 "Building Report. Please Wait..."
  5. #define PMSG003 " No printer file found!  Using defaults "
  6. #define PMSG004 " View Report "
  7. #define PMSG005 " Report Key Selection "
  8. #define PMSG006 " Device Selection "
  9. #define PMSG007 "Unable to open device."
  10. #define PMSG008 "Ranges"
  11. #define PMSG009 " Printer Selection "
  12.  
  13. #define PAGE_HEADER_RGN 0
  14. #define DETAIL_RGN 1
  15. #define PAGE_FOOTER_RGN 2
  16. #define GROUP_HEADER_RGN 3
  17. #define GROUP_FOOTER_RGN 4
  18. #define BANNER_PAGE_RGN 5
  19. #define SUMMARY_PAGE_RGN 6
  20.