home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / VBUTIL.ZIP / PRINTFL1.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-03-04  |  3KB  |  94 lines

  1. Form1
  2. File Printer (Ver. 1)
  3. Form1%
  4. TextBox
  5. QuitBtn
  6. PrintBtn
  7. Print
  8. FilenameLbl
  9. Filename
  10. Form_Click
  11.     Form_LoadY
  12. DateFormatOpt
  13. Value>
  14. TimeFormat
  15. TimeFormatOpt*
  16. NowBtn_Click
  17. TextBox
  18. QuitBtn_ClickV
  19. CountryCmb_Change%
  20. CountryCmbI
  21.     ComboItemm
  22. VScroll1_Change
  23. TimeScl_Changed
  24. ScrollBarValueBox
  25. TimeSclc
  26. ScrollValueBox
  27. Label1_Click
  28. TimerBtn_Click
  29. Count
  30. Total
  31. TextLine
  32. TimerBtn
  33. Caption
  34. ScrollValueBox_Change
  35. MaxLbl_Click~
  36. TextBox_Change@
  37. TextBox_LostFocus
  38. QuitBtn
  39. Enabled
  40. False
  41.     MIN_VALUE
  42.     MAX_VALUE
  43. MinLble
  44. MaxLbl
  45. SmallChange
  46. LargeChange
  47. properties
  48. PrintBtn_Click
  49. Filename
  50. CurrentLineNumber$
  51.     MAX_LINES/
  52. PrintHeadingq
  53. Printer
  54. BadFile
  55. ExitSub
  56. PrintHadingW
  57. PageNumber
  58. PageNum}
  59. PageNumStr
  60. PrintTab
  61. TAB_SIZE
  62. PageNumberStr
  63. TextBox_KeyPress
  64. KeyAscii
  65. FilenameLbl_Click
  66. Form16
  67. PrintBtn_Click
  68.  exit sub if text box is empty
  69.  find the first internal space
  70.  truncate from the first space location and beyond
  71.  get the filename from the text box
  72.  set error-handling trap
  73.  open file for input
  74.  disable error-handling trap
  75.  print the heading of the first page
  76.  read lines from the text file
  77.  update line counter
  78.  line counter exceed page size?
  79.  new pageg
  80.  print heading
  81.  print the current line 
  82.  eject the last page
  83.  release print devicee
  84.  close the file buffer
  85. * Error-Hanlding Statements 
  86. Cannot open file 
  87. File I/O Error
  88. PrintHeading
  89. Page 
  90. hh:mm
  91. MM-DD-YYYY
  92. QuitBtn_Click
  93. TextBox_KeyPress
  94.