Tab PageIndex
- From: "john" <none@xxxxxxxx>
- Date: Thu, 25 May 2006 20:46:17 -0400
Is it possible to reference the PageIndex instead of the Page name as in the
following
instead of Me.frmAssociates.Left = Me.Associates.Left
Somthing like Me.frmAssociates.Left =
..Pages(.Value).PageIndex.Left
This is a sample what I use now on the tab On change event:
Dim ThisTab As Integer
With Me.TabCtl0
ThisTab = .Pages(.Value).PageIndex
End With
Select Case ThisTab
Case 0
If Me.Associates.Tag = "" Then
Me.frmAssociates.Left = Me.Associates.Left
Me.frmAssociates.Top = Me.Associates.Top
Me.frmAssociates.Width = Me.Associates.Width
Me.frmAssociates.Height = Me.Associates.Height
Me.Associates.Tag = "1"
End If
End Select
.
- Prev by Date: RE: Referencing a combobox on another form
- Next by Date: Re: Todays End number becomes tomorrows start number!
- Previous by thread: RE: IIF this then notify clerk...
- Next by thread: Re: Tab PageIndex
- Index(es):