Results 1 to 3 of 3

Thread: Sequence of Occurence of Change Event

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 1999
    Posts
    16

    Post

    Hi
    I have created two forms both containing most of the same controls and codes. For example, form1 and form2 each has two DBCombo Boxes bound to a Data Control respectively. The question is, the change event of DBCombo1 occurs before DBCombo2 when form1 is loaded. However, the change event of DBCombo2 occurs before DBCombo1 when form2 is loaded. As these two forms share the same codes, what factor causes the sequence of ocurrence to be different on both forms ? Can I manually rearrange the sequence of occurence of change event for both DBCombo1 and DBCombo2. Really Need your help in a hurry. Thanks a lot.

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    The Controls are Checked in Reverse Order, ie. The Last Control you Added to the Form has its Events Checked First and the First Control Has its Checked Last.

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]

  3. #3
    New Member
    Join Date
    May 1999
    Location
    England
    Posts
    12

    Post

    This replay is to GIRL

    Are you a girl?

    if so my number is (01234)876453

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width