invalid procedure call

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All my procedures are now returning an error msg "Invalid procedure call or
argument." When I open the event procedure, the procedure looks fine and is
the same that is working in several other databases.
 
Try to Compile the database. I think you may have a missing Reference?

Code Window/IDE window -->Tools -->References

Anything prefaced with the word "MISSING:" is a problem and will cause
normal code to stop working.

Fix the reference and all should be fine.
--
Troy

Troy Munford
Development Operations Manager
FMS, Inc.
www.fmsinc.com


All my procedures are now returning an error msg "Invalid procedure call or
argument." When I open the event procedure, the procedure looks fine and is
the same that is working in several other databases.
 
Troy said:
Try to Compile the database. I think you may have a missing Reference?

Code Window/IDE window -->Tools -->References

Anything prefaced with the word "MISSING:" is a problem and will cause
normal code to stop working.

Fix the reference and all should be fine.
--
Troy

Troy Munford
Development Operations Manager
FMS, Inc.
www.fmsinc.com


All my procedures are now returning an error msg "Invalid procedure call or
argument." When I open the event procedure, the procedure looks fine and is
the same that is working in several other databases.

I did not find any MISSING. But I compared to a previous version of the database references and I was missing the OLE Automation. I checked it and tried to close my database. It gave me an error "The save operation failed."
 
Back
Top