Nicholson, Karen
cyx5 at cdc.gov
Fri Dec 10 14:02:55 CST 2004
Function IsLoaded(ByVal strFormName As String) As Boolean ' Returns True if the specified form is open in Form view or Datasheet view. Const conObjStateClosed = 0 Const conDesignView = 0 If SysCmd(acSysCmdGetObjectState, acForm, strFormName) <> conObjStateClosed Then If Forms(strFormName).CurrentView <> conDesignView Then IsLoaded = True End If End If End Function -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Pedro Janssen Sent: Friday, December 10, 2004 2:45 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] missing reference, converting to A2003 Hello Charlotte, when unschecking the reference, the code doesn't compile. It gives a missing reference for the IsLoaded event. Anybody an idea what this refence does? Pedro Janssen ----- Original Message ----- From: "Charlotte Foust" <cfoust at infostatsystems.com> To: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com> Sent: Thursday, December 09, 2004 5:59 PM Subject: RE: [AccessD] missing reference, converting to A2003 > If you uncheck the reference, does the code compile? Since the > reference is to an ocx file, you should only need it if you're using the > activex control in the application, in which case, it would have to be > installed on your system. > > Charlotte Foust > > > -----Original Message----- > From: pedro at plex.nl [mailto:pedro at plex.nl] > Sent: Thursday, December 09, 2004 4:08 AM > To: accessd at databaseadvisors.com > Subject: [AccessD] missing reference, converting to A2003 > > > Hello Group, > > when converting a A2k database to A2003 i get an missing reference > error. Missing is the effect library (MMEFXE.OCX). I searched the system > for this reference, but i can't find it. Also in the knowledge base i > can't find any info. Has anybody encountered this problem. > > Pedro Janssen > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com