home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / browse_2 / brwdtwo.frm (.txt) < prev    next >
Visual Basic Form  |  1995-02-26  |  5KB  |  126 lines

  1. BrwdTwo
  2. Related Browse CC's example
  3. Form2%
  4. CommExit
  5. E&xit
  6. IndExp
  7. Label2
  8. Catalog items
  9. Label1
  10. Product groups
  11. Brw1_Change
  12. nRowCol
  13. cIndExp
  14. lInitializing
  15. BRW_CHANGE_COL
  16. vxSelectDbfS
  17. vxField
  18. IndexExp
  19. IndExpk
  20. Caption
  21. Brw1_GetLine#
  22. cLine0
  23. Brw2_GetLine
  24. CommExit_Click
  25. BrwdTwo+
  26.     Form_Load
  27. Screen
  28. Width
  29. Height
  30. vxUseDbfc
  31. cPath
  32. vxUseNtx
  33. vxFilterO
  34. vxTop
  35. vxSetAlias
  36. Patience
  37. ColWidth$
  38. ColAlign
  39. BRW_ALIGN_LEFT
  40. Headeru
  41. BRW_ALIGN_RIGHTD
  42. Form_Unload
  43. Cancel
  44. vxCloseAll
  45. vxWindowDereg
  46. Action
  47. lOpenCat
  48. lOpenPrd
  49.     nRecNoCat
  50.     nRecNoPrdi
  51. vxSelectNtx
  52. fasle
  53. vxClose
  54. Form_Activate(
  55. vxRecNo
  56. Form_Deactivate
  57. nActiveWorkArea
  58. vxDbfCurrent
  59. inetegr
  60. Form_QueryUnload
  61. UnloadMode
  62. lOpenDbfs
  63. CatCnt
  64. PrdCnt
  65. Brw1_Change
  66.  if the record no is changed then refresh the displayo
  67.  in the Brw2 - the Catalog browse, that is reassigna
  68.  the IndexExp with the GROUP + CODE + TYPE from thea
  69.  Product Groups database (PRDGRP.DBF) 
  70.  In this way only the records from the respectiveh
  71.  Group, Code and Type are displayed in the secondh
  72.  browse window
  73. GROUP
  74. Current Catalog Index Scope: 
  75. Brw1_GetLine
  76. DESCR
  77. Brw2_GetLine
  78. CATALOG.CATNO
  79. CATALOG.LIST
  80. CATALOG.DESCR
  81. CommExit_Click
  82. Form_Activate
  83.  restore active work area and the position of the 2 files
  84.  saved in the Form_Deactivate proceduree
  85. Form_Deactivate
  86.  save active work area and the position of the 2 files
  87.  will be restored when the form gets focus next time
  88. Form_Load
  89.  file is already openf
  90.  open the Catalog database & indexes and set alias
  91. CATALOG
  92. CATSYS
  93. CATGRP
  94. CATNUM
  95. .NOT.DELETED()
  96. CATALOG
  97.  file is already openf
  98.  open the Product group database & indexes and set alias
  99. PRDGRP
  100. .NOT.DELETED()
  101. PRDGRP
  102.  Display a small non-modal form to tell the use to wait 
  103.  while the main form is loading 
  104.  Set up the Product Group Browse - Brw1 
  105.  set the number of columns in displayw
  106.  set the widths of each column
  107.  set the alignment of the column
  108.  set the column header
  109. Product group
  110.  assign the database handle
  111.  Set up the Catalog Browse - Brw2
  112.  set the number of columns in displayw
  113.  set the widths of each column
  114.  set the alignment of the columnsp
  115.  set the column header, note that the last column can be shorter thani
  116.  the column width, will be padded with spacesl
  117. Catalog number 
  118. List price  
  119. Item description
  120.  assign the database handlei
  121. Form_QueryUnload
  122. Close the browse windows in the reverse opening order (Last In - First Out)!
  123. Form_Unload
  124.  decrease the file usage count by oneu
  125.  decrease the file usage count by onet
  126.