Re: Working with a 64 bit Integer in an object

2017-11-03 Thread Jim Crate via 4D_Tech
On Nov 1, 2017, at 3:47 PM, Justin Leavens via 4D_Tech <4d_tech@lists.4d.com> wrote: > Is it possible to work with a 64 bit integer that's being returned to me in > an object from an HTTP call? I can't seem to avoid it being turned into > "-1.502644539978e+18". I also have a POST that requires me

Re: v13 - installing plugin [resolved]

2017-11-03 Thread Chip Scheide via 4D_Tech
That was it. THANKS!!! to iNug - sorry for the bandwidth wastage :) Chip On Fri, 3 Nov 2017 16:29:19 -0400, Chip Scheide via 4D_Tech wrote: > maybe not > ill pull it again > > On Fri, 3 Nov 2017 20:25:30 +, Keisuke Miyako via 4D_Tech wrote: >> Hello, >> >> did you re-download after I add

Re: v13 - installing plugin

2017-11-03 Thread Chip Scheide via 4D_Tech
maybe not ill pull it again On Fri, 3 Nov 2017 20:25:30 +, Keisuke Miyako via 4D_Tech wrote: > Hello, > > did you re-download after I added v11-v13 support? > >> 2017/11/04 4:02、Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> のメール: >> it is this plugin: >> https://github.com/miyako/4d-plugin

Re: v13 - installing plugin

2017-11-03 Thread Keisuke Miyako via 4D_Tech
Hello, did you re-download after I added v11-v13 support? > 2017/11/04 4:02、Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> のメール: > it is this plugin: > https://github.com/miyako/4d-plugin-get-folder-size ** 4D Internet Users

Re: v13 - installing plugin

2017-11-03 Thread Chip Scheide via 4D_Tech
Forgot to mention - on Macintosh (10.9.5) On Fri, 3 Nov 2017 15:02:28 -0400, Chip Scheide via 4D_Tech wrote: > it is this plugin: > https://github.com/miyako/4d-plugin-get-folder-size > > There are 2 versions in the download (v11 and v14), neither work. > Keisuke says the v11 version works for hi

Re: v13 - installing plugin

2017-11-03 Thread Chip Scheide via 4D_Tech
it is this plugin: https://github.com/miyako/4d-plugin-get-folder-size There are 2 versions in the download (v11 and v14), neither work. Keisuke says the v11 version works for him in v13. I have repaired the structure on my database. Blank Database - nothing. I do not know if this matters... I op

Re: v13 - installing plugin

2017-11-03 Thread Chuck Miller via 4D_Tech
what plug and how compiled? perhaps it is not compatible with v13. Have you tried with a new bank data base? Regards chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232

v13 - installing plugin

2017-11-03 Thread Chip Scheide via 4D_Tech
I am trying to get a plugin to work. I open the structure (show package contents) copy the folder 'Plugins' and the enclosed .bundle file into the package. restart the database - nothing Chip --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing *

RE: v13 - LEP and MS-DOS command line

2017-11-03 Thread Epperlein, Lutz (agendo) via 4D_Tech
Maybe the same thing like in this thread: Re: NTK plugin installed but not recognizing commands on client using server: > Solution found: > > Database was not retokenizing procedures, even though NTK calls looked > bold and active. I think putting the database through maintenance and > repair may

Re: Working with a 64 bit Integer in an object

2017-11-03 Thread Herr Alexander Heintz via 4D_Tech
Hi Justin, in this case, use low-level routines for the communication (receive BLOB for example or some equivalent using Keisukes cUrl Plugin) and parse the received data „by hand“. Tedious, but you have full control. > Am 03.11.2017 um 00:12 schrieb Justin Leavens via 4D_Tech > <4d_tech@lists