I have a function in a PRG file which is called from many of my scripts
Once in a while, the call to the function throws back VFP error 1229, 'Too few arguments'.
This doesn't make sense for many reasons. There are no required parameter for this function. When you see the error, and hit the back button and then try again, the function is called and works without an issue.
I don't have a clue about how to debug this or about what is causing the problem.
We are using VFP 7 on Win 2003 32 Bit. Also, the server is a VM.
Thanks for the help.