...or API's: ERROR_INVALID_PARAMETER error code
anyway 1000s possibilities, try to debug your code otherway its hard to advise anything.
ziolko.
Main Topics
Browse All TopicsThis is a strange one. The error "The Parameter Is Incorrect" periodically and irregularly appears whenever a specific form is shown in my app. The error is definitely not sql related. The form itself is pretty busy, i.e. contains a lot of controls but I have created busier forms so I doubt if this is an issue (?).
It appears for no reason and does not cause any problem apart from the annoyance factor. I cannot get the error to re-occur on demand. Searching the web doesn't yield much although there is some suggestion that this may be a resource issue.
I will personally send a Xmas card to anyone who can solve this (!) as well as gratefully handing out the obligatory 500 pts.
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Try Madshi's madExcept. You can get it from:
http://www.madshi.net
I hope it will help you in localizing the cause of the issue.
Regards, Geo
Can also be a problem with overloaded procedure calls...
http://qc.borland.com/wc/q
Thanks for all the comments, I have split the points.
I have installed medExcept and hopefully this will track down the problem. I have been working on other things since I posted this and may not get a chance to get back to it for a few more days, hence the point split and answer acceptance just to keep EE tidy !
Business Accounts
Answer for Membership
by: ziolkoPosted on 2006-08-23 at 04:11:23ID: 17371326
try to run your app in debug mode and when error pop-up pause program and see whats on call stack.
btw. "The Parameter is incorect" sounds to me like OLE error, do You use any COM components?
ziolko.