|
 |
access thread: Getting the active form
Message #1 by "enzo" <enzaux@g...> on Fri, 19 Apr 2002 05:27:47 +0800
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_00CE_01C1E762.F102FA40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Is there any way that I could detect on my code what is the current
active form?
Thanks,
Enzo
Message #2 by "John Ruff" <papparuff@c...> on Thu, 18 Apr 2002 14:32:34 -0700
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_002A_01C1E6E5.E1B6AFF0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: 7bit
dim strFormName as string
strFormName=Screen.ActiveForm.Name
John Ruff - The Eternal Optimist :-)
Always looking for Contract Opportunities
9306 Farwest Dr SW
Lakewood, WA 98498
papparuff@c...
-----Original Message-----
From: enzo [mailto:enzaux@g...]
Sent: Thursday, April 18, 2002 2:28 PM
To: Access
Subject: [access] Getting the active form
Is there any way that I could detect on my code what is the current
active form?
Thanks,
Enzo
---
Message #3 by "enzo" <enzaux@g...> on Fri, 19 Apr 2002 06:05:55 +0800
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_00F0_01C1E768.44C8A620
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MessageThanks John for fast reply :)
Enzo :)
----- Original Message -----
From: John Ruff
To: Access
Sent: Friday, April 19, 2002 5:32 AM
Subject: [access] RE: Getting the active form
dim strFormName as string
strFormName=3DScreen.ActiveForm.Name
John Ruff - The Eternal Optimist :-)
Always looking for Contract Opportunities
9306 Farwest Dr SW
Lakewood, WA 98498
papparuff@c...
-----Original Message-----
From: enzo [mailto:enzaux@g...]
Sent: Thursday, April 18, 2002 2:28 PM
To: Access
Subject: [access] Getting the active form
Is there any way that I could detect on my code what is the current
active form?
Thanks,
Enzo
|
|
 |