Application developed with Access 2002, Part 3.


3th Step,  Book Form - Part 2.

  1.  Book Form - Part 2, Add controls to the 1st Page of the tab control.
    The design :



      .

    ..  


    Add the following controls
    from the Toolbox :
    One Label, two Text boxes, one Command Button , one List View
    and two ImageLists

    1. Add the Label - lbtype Properties:
      A Label control is a graphical control you can use to display text that a user can't change directly.
      Name:
      Caption:
      Font:
      lbtype
      Type in the word to search for:
      Times New Roman, Bold, size = 9


    2. Add theText box - TxtWord Properties:
      Use to: Display, enter, or edit data in a form's or report's underlying record source, display the results of a calculation, or accept input from a user.
      Name:
      On Key Press
      TxtWord
      (event procedure)


    3. Add the Text box- Txtinfo Properties:
      Use to: Display, enter, or edit data in a form's or report's underlying record source, display the results of a calculation, or accept input from a user.
      Name:
      Txtinfo


    4. Add the Command Button -CmdDisplay Properties:
      Use a CommandButton control to begin, interrupt, or end a process. When chosen, a CommandButton appears pushed in and so is sometimes called a push button.
      Name:
      Caption:
      On Click
      CmdDisplay
      Display
      (Event Procedure)


    5. Add the ListView -ListView6 Properties: ActiveX control - added fFrom the Toolbox
      The ListView control displays items using one of four different views. You can arrange items into columns with or without column headings as well as display accompanying icons and text.
      Name:
      Ole class:
      View:
      ListView6
      ListViewCtrl
      3


    6. Add the ImageList -ImageList1 Properties:
      An ImageList control contains a collection of ListImage objects, each of which can be referred to by its index or key. The ImageList control is not meant to be used alone, but as a central repository to conveniently supply other controls with images.
      Name:
      Ole class:
      ImageList1
      ImageListCtrl


    7. Add the ImageList -ImageList2 Properties:
      An ImageList control contains a collection of ListImage objects, each of which can be referred to by its index or key. The ImageList control is not meant to be used alone, but as a central repository to conveniently supply other controls with images.
      Name:
      Ole class:
      ImageList2
      ImageListCtrl


  2. Book Form - Part 2, Add controls to the 2nd Page of the tab control.
    The design



      .

    ..  


    Add the following controls
    from the Toolbox :
    Four Labels and four Combo boxes

    1. Add the Label - lcmbbook Properties:
      A Label control is a graphical control you can use to display text that a user can't change directly.
      Name:
      Caption:
      Font:
      lcmbbook
      Book
      Times New Roman, Bold, size = 9


    2. Add the Label - lcmbbooktitle Properties:
      A Label control is a graphical control you can use to display text that a user can't change directly.
      Name:
      Caption:
      Font:
      lcmbbooktitle
      BookTitle
      Times New Roman, Bold, size = 9


    3. Add the Label - lcmbchapter Properties:
      A Label control is a graphical control you can use to display text that a user can't change directly.
      Name:
      Caption:
      Font:
      lcmbchapter
      Chapter
      Times New Roman, Bold, size = 9


    4. Add the Label - lcmbverse Properties:
      A Label control is a graphical control you can use to display text that a user can't change directly.
      Name:
      Caption:
      Font:
      lcmbverse
      Verse
      Times New Roman, Bold, size = 9


    5. Add theCombo box - CmbBook Properties:
      Combines the features of a list box and a text box. You can type in the text box or select an entry in the list box to add a value to an underlying field.
      Name:
      Row Source Type:
      Column count:
      Column Widths:
      Default value:
      On Click
      CmbBook
      Value List
      1
      1"
      "Select"
      (Event Procedure)


    6. Add the combo box - CmbBookTitle Properties:
      Combines the features of a list box and a text box. You can type in the text box or select an entry in the list box to add a value to an underlying field.
      Name:
      Row Source Type:
      Column count:
      Column Widths:
      Default value:
      On Click
      CmbBookTitle
      Value List
      1
      1"
      "Select"
      (Event Procedure)


    7. Add the combo box -CmbChapter Properties:
      Combines the features of a list box and a text box. You can type in the text box or select an entry in the list box to add a value to an underlying field.
      Name:
      Row Source Type:
      Column count:
      Column Widths:
      Default value:
      On Click
      CmbChapter
      Value List
      1
      1"
      "Empty"
      (Event Procedure)


    8. Add the combo box -CmbVerse Properties:
      Combines the features of a list box and a text box. You can type in the text box or select an entry in the list box to add a value to an underlying field.
      Name:
      Row Source Type:
      Column count:
      Column Widths:
      Default value:
      On Click
      CmbVerse
      Value List
      1
      1"
      "Empty"
      (Event Procedure)

     

     Book Forn, The Codes - ( Click here ...)

    Appindex,  Print data


Previous
  Home
3
 
Next