Gustav Brock
Gustav at cactus.dk
Fri Dec 17 04:52:26 CST 2004
Hi Pedro
IsLoaded() is not an internal function but a custom function. You have
to copy it from the old A97 base to a module in the new database.
Also, this should read:
ElseIf IsLoaded(strDocNaam) Then
DoCmd.OpenForm strDocNaam, , , Koppelcriterium
/gustav
>>> pedro at plex.nl 17-12-2004 11:22:30 >>>
Hello Group,
i keeping getting an error on the IsLoaded. "Sub or function not
defined"
This was working in A97, but in 2003 it is giving me troubles.
i tried to Dim al objects, with no result.
I can't figure out why
Please help
Pedro Janssen
Private Sub pl_Form_Current()
On Error GoTo Err_Form_Current
Dim strDocNaam As String
Dim Koppelcriterium As String
strDocNaam = "Produktenlijst"
Koppelcriterium = "[Levcode] = Forms![Lev]![Levcode]"
If IsNull(Me![LEVNAAM]) Then
Exit Sub
ElseIf IsLoaded("Produktenlijst") Then
DoCmd.OpenForm strDocNaam, , , Koppelcriterium
End If
Exit_Form_Current:
Exit Sub
Err_Form_Current:
MsgBox Err.Description
Resume Exit_Form_Current
End Sub
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com