Thursday, December 3, 2009

Invalid procedure call

Invalid procedure call

When i was doing access programming i got this error called

Invalid procedure call

Initially i was very surprised about this error and now i understood this is a very

simple error and no need for much thinking in solving this error. Anyway i will give

some points regarding the reasons for this error and ways to avoid this error

Reasons

An argument probably exceeds the range of permitted values. For example, the Sin

function can only accept values within a certain range. Positive arguments less than

2,147,483,648 are accepted, while 2,147,483,648 generates this error.

Check the ranges permitted for arguments.



This error can also occur if an attempt is made to call a procedure that isn't valid

on the current platform. For example, some procedures may only be valid for

Microsoft Windows, or for the Macintosh, and so on.

Check platform-specific information about the procedure.

No comments:

Post a Comment