|
 |
access thread: Implements in Access 97
Message #1 by "Adam McGuinness" <amcguinness@q...> on Thu, 28 Mar 2002 01:34:10
|
|
Hi All
I am using 97 and want to use "Implements" in order to implement one class
in another so I can get some polymorphic design happening.
It seems even though Access recorgnises "Implements" it fails to compile.
Am I trying the impossible?
Thanks
Adam
Message #2 by "Van Assche Lieven" <vanassche.co@v...> on Thu, 28 Mar 2002 15:28:38
|
|
yes you are trying the impossible
it is not too complex to overcome this limitation, but surely it takes a
lot of typing.
Good luck
Lieven
> Hi All
> I am using 97 and want to use "Implements" in order to implement one
class
i> n another so I can get some polymorphic design happening.
> It seems even though Access recorgnises "Implements" it fails to compile.
> Am I trying the impossible?
> Thanks
> Adam
Message #3 by "Carnley, Dave" <dcarnley@a...> on Thu, 28 Mar 2002 12:06:23 -0600
|
|
USe VB6, compile ActiveX DLLs,and use them within your Access projects. It
works very smoothly...
-----Original Message-----
From: Van Assche Lieven [mailto:vanassche.co@v...]
Sent: Thursday, March 28, 2002 9:29 AM
To: Access
Subject: [access] Re: Implements in Access 97
yes you are trying the impossible
it is not too complex to overcome this limitation, but surely it takes a
lot of typing.
Good luck
Lieven
> Hi All
> I am using 97 and want to use "Implements" in order to implement one
class
i> n another so I can get some polymorphic design happening.
> It seems even though Access recorgnises "Implements" it fails to compile.
> Am I trying the impossible?
> Thanks
> Adam
|
|
 |