Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error

Status
Not open for further replies.

nguyen12

Technical User
Sep 30, 2001
42
US
Hi all. I need help. I created a form and a program for my report. I also had a form that i use to control the report. The form had 3 options. Print, preview and select record. When i do select a record and i type in the record range, then i click o.k. I got the error message function argument value, type or count is invalid. What is the cause of the error. Thanks
 
Your description is so general, I don’t think any one can tell you exactly what is going on based on the information you submitted. But I just guessing that there is a function call in the Click event of your button and the type of arguments to be passed to this function or there count is not what is the function expect to receive.
I recommend that you add this code to your Click event
Code:
ACTIVATE WIND DEBUG
ACTIVATE WIND COMMAND
SUSP
Then start trace in the code to see what is going on. Pay extra attention to the function calls. Make sure that the type of arguments and there count is correct.


Walid Magd
Engwam@Hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top