Search form for mobile officer demo application
PDB Example: Fugitive Application
If you examine the program (represented by Listing 8.7), you will notice that it is built from four major parts:
• Form_Load subroutine (lines 54 through 66) that populates the search field combobox.
PDB Example: Fugitive Application
Listing 8.7: frmSearch code.
24. bFindSuccessful = False
25. bDoneFinding = False
26. PDBMoveFirst dbWanted
46. Private Sub AFButton2_Click()
105