Re: Explanation of Error code

2010-09-06 Thread J. Landman Gay
On 9/6/10 5:36 PM, Mark Wieder wrote: Jacque- Monday, September 6, 2010, 2:26:42 PM, you wrote: In the dictionary, look up "errorDialog" where there is a good explanation of what the numbers mean and how to use them. Briefly, the Unfortunately the information in the docs about the errorDialo

Re: Explanation of Error code

2010-09-06 Thread Mark Wieder
Jacque- Monday, September 6, 2010, 2:26:42 PM, you wrote: > In the dictionary, look up "errorDialog" where there is a good > explanation of what the numbers mean and how to use them. Briefly, the Unfortunately the information in the docs about the errorDialog message are a form of wishful thinki

Re: Explanation of Error code

2010-09-06 Thread J. Landman Gay
On 9/6/10 2:14 PM, Len Morgan wrote: More problems here, and this is with code that used to work fine. I'm trying to find an explanation for the 3 number (i.e., error 1,2,3, in ) error codes that I'm getting back. If you could just point me to where to look in the manual or in the mailing

Re: Explanation of Error code

2010-09-06 Thread Mark Wieder
Len- Monday, September 6, 2010, 1:00:02 PM, you wrote: > Thanks, Mark. It worked like a champ and pointed out an oversight of > mine when changing the name of a stack. It was so simple as to be > "invisible." > I WILL be buying PowerDebug! Thanks, but it's a bit embarassing since I've been

Re: Explanation of Error code

2010-09-06 Thread Len Morgan
Thanks, Mark. It worked like a champ and pointed out an oversight of mine when changing the name of a stack. It was so simple as to be "invisible." I WILL be buying PowerDebug! len On 9/6/2010 2:25 PM, Mark Wieder wrote: Len, http://runrev.info/error.html Also, since I know you've got P

Re: Explanation of Error code

2010-09-06 Thread Mark Wieder
> Len, > http://runrev.info/error.html Also, since I know you've got PowerDebug, open the messagebox and type put ExplainError(xxx) where xxx is the first number in the line, i.e., put ExplainError(465) -- -Mark Wieder mwie...@ahsoftware.net ___ u

Re: Explanation of Error code

2010-09-06 Thread Mark Schonewille
Len, http://runrev.info/error.html -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 From 15th August, we'll have time for new projects! Be the first in line and co

Explanation of Error code

2010-09-06 Thread Len Morgan
More problems here, and this is with code that used to work fine. I'm trying to find an explanation for the 3 number (i.e., error 1,2,3, in ) error codes that I'm getting back. If you could just point me to where to look in the manual or in the mailing list, I think I can figure it out.