Author: MB Software Solutions, LLC
Posted: 2011-04-11 11:32:19 Link
Wondering what would cause an error 11 on the SCATTER command?
tia,
--Mike
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4DA31F03.3000304@mbsoftwaresolutions.com
** 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.
Author: Dan Covill
Posted: 2011-04-11 11:42:26 Link
On 4/11/2011 8:32 AM, MB Software Solutions, LLC wrote:
> Wondering what would cause an error 11 on the SCATTER command?
>
> tia,
> --Mike
If you're scattering to an object, what is the ADDITIVE supposed to do?
Dan Covill
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4DA32162.4000707@san.rr.com
** 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.
Author: MB Software Solutions, LLC
Posted: 2011-04-11 11:51:15 Link
On 4/11/2011 11:32 AM, MB Software Solutions, LLC wrote:
> Wondering what would cause an error 11 on the SCATTER command?
>
> tia,
> --Mike
Ugh...PEBKAC...operator errr. I got this. :-)
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4DA32373.1070605@mbsoftwaresolutions.com
** 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.
Author: MB Software Solutions, LLC
Posted: 2011-04-11 11:57:19 Link
On 4/11/2011 11:42 AM, Dan Covill wrote:
> On 4/11/2011 8:32 AM, MB Software Solutions, LLC wrote:
>> Wondering what would cause an error 11 on the SCATTER command?
>>
>> tia,
>> --Mike
>
> If you're scattering to an object, what is the ADDITIVE supposed to do?
The ADDITIVE clause will preserve the current object and append the
FIELDS list to it (replacing those existing and adding others not yet
present).
My error was because I forgot to pass the object to my subroutine and
hence the parm object was .F. Silly mistake.
--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4DA324DF.8070707@mbsoftwaresolutions.com
** 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.
Author: Lew
Posted: 2011-04-11 11:58:01 Link
ADDITIVE will add the column names as properties to an already existing object .
Lew
-----Original Message-----
From: Dan Covill <dcovill@san.rr.com>
Sender: profoxtech-bounces@leafe.com
Date: Mon, 11 Apr 2011 08:42:26
To: <profoxtech@leafe.com>
Reply-To: profox@leafe.com
Subject: Re: VFP9SP2 Error 11 ("Function arg value, type, or count is invalid")
on SCATTER FIELDS ... NAME oTemp ADDITIVE
On 4/11/2011 8:32 AM, MB Software Solutions, LLC wrote:
> Wondering what would cause an error 11 on the SCATTER command?
>
> tia,
> --Mike
If you're scattering to an object, what is the ADDITIVE supposed to do?
Dan Covill
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4DA32162.4000707@san.rr.com
** 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.
Report [OT] Abuse: http://leafe.com/reportAbuse/4DA32162.4000707@san.rr.com
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
** 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.
Author: Jerry Foote
Posted: 2011-04-11 12:44:07 Link
Does this mean I could create a object from two files with scatter and
scatter appended then populate and print report?
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Lew
Sent: Monday, April 11, 2011 10:58 AM
To: profox@leafe.com
Subject: Re: VFP9SP2 Error 11 ("Function arg value, type,or count is
invalid")on SCATTER FIELDS ... NAME oTemp ADDITIVE
ADDITIVE will add the column names as properties to an already existing
object .
Lew
-----Original Message-----
From: Dan Covill <dcovill@san.rr.com>
Sender: profoxtech-bounces@leafe.com
Date: Mon, 11 Apr 2011 08:42:26
To: <profoxtech@leafe.com>
Reply-To: profox@leafe.com
Subject: Re: VFP9SP2 Error 11 ("Function arg value, type, or count is
invalid")
on SCATTER FIELDS ... NAME oTemp ADDITIVE
On 4/11/2011 8:32 AM, MB Software Solutions, LLC wrote:
> Wondering what would cause an error 11 on the SCATTER command?
>
> tia,
> --Mike
If you're scattering to an object, what is the ADDITIVE supposed to do?
Dan Covill
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/2F0EB72974B0429E82F64101096F5488@jerryfootePC
** 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.
Author: Lew
Posted: 2011-04-11 13:02:51 Link
Yes
Lew
-----Original Message-----
From: "Jerry Foote" <jerryf@footegroup.com>
Sender: profoxtech-bounces@leafe.com
Date: Mon, 11 Apr 2011 11:44:07
To: <profoxtech@leafe.com>
Reply-To: profox@leafe.com
Subject: RE: VFP9SP2 Error 11 ("Function arg value, type,
or count is invalid")on SCATTER FIELDS ... NAME oTemp ADDITIVE
Does this mean I could create a object from two files with scatter and
scatter appended then populate and print report?
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Lew
Sent: Monday, April 11, 2011 10:58 AM
To: profox@leafe.com
Subject: Re: VFP9SP2 Error 11 ("Function arg value, type,or count is
invalid")on SCATTER FIELDS ... NAME oTemp ADDITIVE
ADDITIVE will add the column names as properties to an already existing
object .
Lew
-----Original Message-----
From: Dan Covill <dcovill@san.rr.com>
Sender: profoxtech-bounces@leafe.com
Date: Mon, 11 Apr 2011 08:42:26
To: <profoxtech@leafe.com>
Reply-To: profox@leafe.com
Subject: Re: VFP9SP2 Error 11 ("Function arg value, type, or count is
invalid")
on SCATTER FIELDS ... NAME oTemp ADDITIVE
On 4/11/2011 8:32 AM, MB Software Solutions, LLC wrote:
> Wondering what would cause an error 11 on the SCATTER command?
>
> tia,
> --Mike
If you're scattering to an object, what is the ADDITIVE supposed to do?
Dan Covill
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/2F0EB72974B0429E82F64101096F5488@jerryfootePC
** 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.
Report [OT] Abuse: http://leafe.com/reportAbuse/2F0EB72974B0429E82F64101096F5488@jerryfootePC
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
** 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.
Author: Tina Currie
Posted: 2011-04-11 18:41:59 Link
My favourite kind of error.
PICNIC error. Problem in Chair Not in Computer.
:-)
Tina Currie
www.datahouse.com.au
-----Original Message-----
From: MB Software Solutions, LLC
[mailto:mbsoftwaresolutions@mbsoftwaresolutions.com]
Sent: Tuesday, 12 April 2011 1:51 AM
To: ProFox Email List
Subject: Re: VFP9SP2 Error 11 ("Function arg value, type, or count is
invalid") on SCATTER FIELDS ... NAME oTemp ADDITIVE
On 4/11/2011 11:32 AM, MB Software Solutions, LLC wrote:
> Wondering what would cause an error 11 on the SCATTER command?
>
> tia,
> --Mike
Ugh...PEBKAC...operator errr. I got this. :-)
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/057701cbf899$abafa1d0$030ee570$@com.au
** 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.
Author: Tina Currie
Posted: 2011-04-11 18:50:42 Link
P.S. No disrespect intended to you of course Mike. I just thought I'd
share the new phrase I use instead of "Operator Error".
LYW (that's "Love Your Work" I found out recently...)
Tina
-----Original Message-----
From: MB Software Solutions, LLC
[mailto:mbsoftwaresolutions@mbsoftwaresolutions.com]
Sent: Tuesday, 12 April 2011 1:51 AM
To: ProFox Email List
Subject: Re: VFP9SP2 Error 11 ("Function arg value, type, or count is
invalid") on SCATTER FIELDS ... NAME oTemp ADDITIVE
On 4/11/2011 11:32 AM, MB Software Solutions, LLC wrote:
> Wondering what would cause an error 11 on the SCATTER command?
>
> tia,
> --Mike
Ugh...PEBKAC...operator errr. I got this. :-)
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/059401cbf89a$e3534b90$a9f9e2b0$@com.au
** 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.
Author: Vincent Teachout
Posted: 2011-04-11 20:38:29 Link
Tina Currie wrote:
> My favourite kind of error.
>
> PICNIC error. Problem in Chair Not in Computer.
I make ID-10T all of the time.
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4DA39F05.6050300@taconic.net
** 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.