David Adams | 1 Oct 2011 01:08
Picon

Re: Error -1

On Tue, Nov 2, 2010 at 3:55 AM, Bill Weale <Bill.Weale@...> wrote:
> Does anyone know if this error could be thrown if the SQL connection between 4D and 4D Server has broken?

Yes.
**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
http://www.4d.com/products/new.html

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

David Adams | 1 Oct 2011 01:09
Picon

Re: Error -1

On Sat, Oct 1, 2011 at 4:00 AM, Beth Medema <beth.medema@...> wrote:
> One of our customers reported this error today.  Does anyone know what
> this means?

It depends. Seriously. Capture the last error stack and look at the
details - that should help you track down possible sources of the
problem.
**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
http://www.4d.com/products/new.html

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

stardata.info | 1 Oct 2011 15:39

WINDOW


At the start of the my 4D application i launch a process for listening the 
instrument.
This process attend the instrument at the IP port and dialog with this 
machine.
I need to show this dialog.
If i open the window, this windows is show in all client of the 
applications?

Thank
Ferdinando 

**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
http://www.4d.com/products/new.html

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Tony Ringsmuth | 1 Oct 2011 15:53

Re: Error -1

I've recently found that if I I execute SQL, and the sql produces an error,
the the error number returned in many of these cases is -1, but the GT LAST
ERROR STACK returns other, more detailed error numbers.

It's like the -1 means, there's ~some kind~ of an sql error error;  get the
info else where.

(this is why I wrote my recent post of "GET LAST ERROR STACK order")

Tony

On 9/30/11 1:00 PM, "Beth Medema" <beth.medema@...> wrote:

> One of our customers reported this error today.  Does anyone know what
> this means?
> 
> Thanks,
> 
> Beth Medema
> 
> 
>> On Oct 27, 2010, at 3:46 PM, Bill Weale wrote:
>> 
>>> "Unknown entry point requested by a Plug-In"
>>> 
>>> What does this mean?
>>> 

**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
(Continue reading)

Keith Culotta | 1 Oct 2011 19:40
Favicon

Importing fails when numbers have a comma

An odd thing is happening when using v12.2 and Mac OS 10.6.8, and importing a text file using Import From File
in the File menu.  All numbers with commas import as 0.  If I remove the commas, the numbers import as
expected.  I tried UTF-8 and Mac Roman.

 Keith
Computer Dimensions, Inc.
**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
http://www.4d.com/products/new.html

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Mike Erickson | 1 Oct 2011 19:46

Re: Importing fails when numbers have a comma

What are you using as the field delimiter, if it is comma then this would make sense as it is thinking it is a
field delim.   

Michael S. Erickson
mike-nug@...

On Oct 1, 2011, at 10:40 AM, Keith Culotta wrote:

> An odd thing is happening when using v12.2 and Mac OS 10.6.8, and importing a text file using Import From
File in the File menu.  All numbers with commas import as 0.  If I remove the commas, the numbers import as
expected.  I tried UTF-8 and Mac Roman.
> 
> Keith
> Computer Dimensions, Inc.
> **********************************************************************
> 4D v12.2 is Available - Now Powered with 64-bit server
> http://www.4d.com/products/new.html
> 
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> **********************************************************************

**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
http://www.4d.com/products/new.html

4D Internet Users Group (4D iNUG)
(Continue reading)

Jeffrey Kain | 1 Oct 2011 19:53

Re: Importing fails when numbers have a comma

What Mike said...

Are your fields enclosed in double quotes if comma is the field separator
and there are commas in the data? That's the only way this combination would
work.

Jeff

On 10/1/11 1:46 PM, "Mike Erickson" <mike-nug@...> wrote:

> What are you using as the field delimiter, if it is comma then this would make
> sense as it is thinking it is a field delim.   

**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
http://www.4d.com/products/new.html

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Keith Culotta | 1 Oct 2011 20:22
Favicon

Re: Importing fails when numbers have a comma

The delimiters are 9, 13 and none.  There are no " in the text, although when there were I got the same results.

Keith
Computer Dimensions, Inc.
On Oct 1, 2011, at 12:53 PM, Jeffrey Kain wrote:

> What Mike said...
> 
> Are your fields enclosed in double quotes if comma is the field separator
> and there are commas in the data? That's the only way this combination would
> work.
> 
> Jeff
> 
> On 10/1/11 1:46 PM, "Mike Erickson" <mike-nug@...> wrote:
> 
>> What are you using as the field delimiter, if it is comma then this would make
>> sense as it is thinking it is a field delim.   
> 
> **********************************************************************
> 4D v12.2 is Available - Now Powered with 64-bit server 
> http://www.4d.com/products/new.html
> 
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> **********************************************************************
> 
(Continue reading)

Jeffrey Kain | 1 Oct 2011 20:28

Re: Importing fails when numbers have a comma

Sounds like a bug then. If the delimiter is 9, then a comma is perfectly
fine to appear in the data...

On 10/1/11 2:22 PM, "Keith Culotta" <kec@...> wrote:

> The delimiters are 9, 13 and none.  There are no " in the text, although when
> there were I got the same results.

**********************************************************************
4D v12.2 is Available - Now Powered with 64-bit server 
http://www.4d.com/products/new.html

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Mike Erickson | 1 Oct 2011 20:34

Re: Importing fails when numbers have a comma

Ya, if you are using Tab/CR (aka 9/13) then the comma shouldn't come into play, nor should it have
surrounding quotes.  

Michael S. Erickson
mike-nug@...

On Oct 1, 2011, at 11:22 AM, Keith Culotta wrote:

> The delimiters are 9, 13 and none.  There are no " in the text, although when there were I got the same results.
> 
> Keith
> Computer Dimensions, Inc.
> On Oct 1, 2011, at 12:53 PM, Jeffrey Kain wrote:
> 
>> What Mike said...
>> 
>> Are your fields enclosed in double quotes if comma is the field separator
>> and there are commas in the data? That's the only way this combination would
>> work.
>> 
>> Jeff
>> 
>> On 10/1/11 1:46 PM, "Mike Erickson" <mike-nug@...> wrote:
>> 
>>> What are you using as the field delimiter, if it is comma then this would make
>>> sense as it is thinking it is a field delim.   
>> 
>> **********************************************************************
>> 4D v12.2 is Available - Now Powered with 64-bit server 
>> http://www.4d.com/products/new.html
(Continue reading)


Gmane