× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I'm getting the above mentioned error but I'm not quite sure where its
coming from, any assistance would be appreciated.

D Row ds Qualified Inz
D Inv 5a
D Date 8s 0
D Name 25a
D Amount 9p 1
D Weight 9p 1

D SOAPXML2 pr ExtPgm('SOAPXML2')
D CustNo 4p 0
D StrDate 8p 0
D EndDate 8p 0
D RtnCount 10i 0
D RtnList LikeDs(Row) dim(5)

D SOAPXML2 pi
D CustNo 4p 0
D StrDate 8p 0
D EndDate 8p 0
D RtnCount 10i 0
D RtnList LikeDs(Row) dim(5)

My first line after /free is:

0028.00 RtnCount = 0;

that is where I'm getting the error.

Suggestions? I tried adding another var but that errored as I expected it
to since it was already declared

It compiles but throws an exception when I try to run it in debug.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.