Yes, I probably should do that. :) It turned out to be something very simple. A variable that was used in displaying text on the report had the incorrect type being sent to it. It was a logical variable in the report, but a character variable in the calling program:
In the calling program: fcustomer="All" In the report: iif(fcustomer,fcustomername,"All") -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Gene Wirchenko Sent: Monday, May 27, 2013 5:36 PM To: [email protected] Subject: Re: Function argument value, type or count is invalid At 13:44 2013-05-27, Mike Copeland <[email protected]> wrote: [snip] >At least it does for my development environment (VFP 2 SP2). ^ Function argument value, type or count is invalid. And, OP, it would be good for you to post what your solution was. Other people read this list, too. Sincerely, Gene Wirchenko [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

