Refer to several tab pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fsivas
    New Member
    • Oct 2008
    • 2

    Refer to several tab pages

    Hi!
    I´m working in a database in Microsoft Office Access 2003 with Microsoft Visual Basic 6.5. I have 8 Tabs in a form.

    I´m just wondering if there is a better way to reduce this lines:

    ChildTop = 3100
    ChildLeft = 9000
    ChildWidth = 8000
    ChildHeight = 5200
    Me.Page1Child.T op = ChildTop
    Me.Page1Child.L eft = ChildLeft
    Me.Page1Child.W idth = ChildWidth
    Me.Page1Child.H eight = ChildHeight
    Me.Page2Child.T op = ChildTop
    Me.Page2Child.L eft = ChildLeft
    Me.Page2Child.W idth = ChildWidth
    Me.Page2Child.H eight = ChildHeight
    Me.Page3Child.T op = ChildTop
    Me.Page3Child.L eft = ChildLeft
    Me.Page3Child.W idth = ChildWidth
    Me.Page3Child.H eight = ChildHeight
    Me.Page4Child.T op = ChildTop
    ...
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    what is your question ?

    Comment

    Working...