home *** CD-ROM | disk | FTP | other *** search
- Form1
- Form1
- Form1*
- B_Sort
- &Sort
- B_Find
- &Find
- B_Insert
- &Insert
- B_Del
- &Delete
- Picture1
- B_Quit
- &Quit
- T_Input
- 4321.99
- Label1
- 4Enter a number to search column 1 for or to insert.
- Grid1
- VScroll1
- Command2_Click
- Form_Click
- Grid1
- Colwidthb
- @ Form_Load
- Command3_Click
- Entry
- Element
- HugeRedim
- hArray
- HugeDim
- HugeErase
- SetHugeEl
- FillGrid
- StartPt
- StopPt$
- Pointers
- Pointer5
- GetHugeEl
- Text)
- Vscroll1_ChangeE
- Vscroll1
- ValueB
- GridStart:
- Grid2
- LastElement
- StartRowL
- BlankGrid
- StopRow
- Blank
- Start*
- StartColf
- StopCol
- Vscrolln
- LargeChange
- SmallChange
- ElesIf
- ArraySorted
- B_Find_ClickU
- SortedArray
- B_Insert_Click
- B_PgDn_Click
- PgAmt=
- Vscroll1_Click
- B_PgUp_ClickE
- B_Quit_Click
- MousePointer
- Form1%
- text1
- T_Input
- Rowsw
- B_Sort_Click
- Bottom2
- LastArray
- array
- ElementStr8
- GetEl
- L_SortStart9
- L_SortStop
- captionJ
- L_SortStop_Click^
- CurElement
- CurEl^
- T_Input1
- NewElm
- Grid3
- T_Input_Change
- T_Input_GotFocus
- SelStart
- SelLength
- ArraySize
- Picture1_Click$
- ScrollUp]
- ScrollDown
- LastValue
- B_Del_Click
- ColSelected
- DelRow
- CellSelected
- Deleted
- NumDeleted
- DecrLastEl
- IgnoreChangeQ
- SelStartRow
- SelEndRowu
- SelStartCol
- SelEndCol
- Gird1
- IncrEl
- IncrLastEl
- MatchPt
- MatchPoint
- MatchRow
- last/
- Record
- FileSorted|
- LastRecord
- IncrLastRec
- CurRec
- GetRec
- RecFmt
- FileSize
- SortedFile
- Grid1_Click
- Label1_Click
- MakeSampleFile
- Rather than move Records around in a file, we use pointers to the records
- instead.
- Again, rather than move data around when when a record is deleted,
- we keep track of deleted records and reuse them when adding new records.
- pointer number of the first Record on the grid
- pointer number of the last Record found on a searche
- number of Records in the File: 5000, in this example
- flag to show if the File Pointers are sorted.i
- number of lines to page up and down by
- variables used in the sort routine.m
- last value selected on scroll barr
- flag to allow changing Vscroll1.value without executingt
- Vscroll1.Change
- Grid row number where matching item is after a Finda
- Copyright 1991 Nelson Ford, Public (software) Library, 713-524-63944
- Form_Load
- maximum number of records allowedc
- number of records in the test file
- c:\vb\test
- Set width of each grid column:
- Set up Scroll bar values:9
- display last 10 entries in the Grid:
- FillGrid
- Vscroll1_Change
- See "Change Property" in the VB Manual.
- up arrow clicked: scroll down
- down arrow clicked: scroll up
- clicked above handle: page down
- clicked below handle: page upc
- moved handle
- B_Find_Click
- Nothing entered.
- B_Insert_Click
- Out of room.
- Enter something in the Text Box.
- If a match was not found, the contents of Grid.Row=MatchRow, .Col=0o
- will be the closest match value.
- Test to see if the new value is < or => the contents of that cell:
- B_Quit_Click
- B_Sort_Click
- T_Input_GotFocus
- Picture1_Click
- Public (software) Library is the most extensive collection of pd/shareware available.
- We have a large collection of routines for all languages, including VB.
- For a catalog, call 800-242-4PsL or write PsL, P.O.Box 35705, Houston, TX 77235-5705."
- ScrollUp
- ScrollDown
- B_Del_Click
- Cell not selected.
- file Record number
- Delete entire row?
- just delete cell, not the entire entry
- Copyright 1991 Nelson Ford, Public (software) Libraryy
- DecrLastEl
- takes care of all the ramifications of decreasing LastRecord
- IncrLastRec
- takes care of all the ramifications of increasing LastRecord
- GetRec
- MakeSampleFile
- Creating file: C:\VB\TEST"
- c:\vb\test
-