Re: 4D Server crashing with MyConnect

2018-05-01 Thread Jim Labos - infobase via 4D_Tech
Are you checking on the mySQL server side to see what is going on there? Restart mySQL? If it was running that long without a hiccup it's probably not this but make sure all the connections are closed and none left hanging open. We had that problem a while back where we kept opening new connectio

Re: Testing for Null is superior to OB is defined

2018-05-01 Thread Chip Scheide via 4D_Tech
Kirk, go pull a copy of my component Txtutl there are a methods there which can parse any text. They include the term "parse" https://www.dropbox.com/sh/ntmvl7k6mt7czv7/AAB2bl8vu6RqFdJHCqF_2VHma?dl=0 On Tue, 01 May 2018 20:31:26 +, Kirk Brooks via 4D_Tech wrote: > Hi Julio, > I was asking

Re: Testing for Null is superior to OB is defined

2018-05-01 Thread Kirk Brooks via 4D_Tech
Hi Julio, I was asking about how they are using Split string to parse a dot notation path into the value or containing object. Working this out was the real heavy lifting Canon did with his OBJ Module. It wasn't easy using the prior tool set. I played with it for a couple of hours and have come up

Re: 16.3 HF2 test of the new network layer

2018-05-01 Thread Sujit Shah via 4D_Tech
Very encouraging On Wed, 2 May 2018 at 1:27 am, Paul Lovejoy via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Thanks for sharing! > > Paul > > > On 1 May 2018, at 16:43, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > > Over the weekend, we ran our production 4D Server using the new n

Re: Constants - Can I make a Date Constant?

2018-05-01 Thread Chip Scheide via 4D_Tech
well... that works... but is not quite what I had in mind :) On Tue, 1 May 2018 21:22:38 +0200, Arnaud de Montard via 4D_Tech wrote: > >> Le 30 avr. 2018 à 21:33, Chip Scheide via 4D_Tech >> <4d_tech@lists.4d.com> a écrit : >> >> for example : !00/00/00! > > > //KdateNull -> date > c_date

Re: Constants - Can I make a Date Constant?

2018-05-01 Thread Sujit Shah via 4D_Tech
:-) On Wed, 2 May 2018 at 5:22 am, Arnaud de Montard via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > Le 30 avr. 2018 à 21:33, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > a écrit : > > > > for example : !00/00/00! > > > //KdateNull -> date > c_date($0) > $0:=!00/00/00! > > -- > Arnaud de

Re: Constants - Can I make a Date Constant?

2018-05-01 Thread Arnaud de Montard via 4D_Tech
> Le 30 avr. 2018 à 21:33, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > for example : !00/00/00! //KdateNull -> date c_date($0) $0:=!00/00/00! -- Arnaud de Montard ** 4D Internet Users Group (4D iNUG)

Re: Image Madness

2018-05-01 Thread jdcryer--- via 4D_Tech
Cannon, Really useful. Thank you again... > On 1 May 2018, at 20:00, 4d_tech-requ...@lists.4d.com wrote: > > I’m not sure why that would be the case as it has worked for me. Perhaps a > clue it that my code only handles the 4 common cases. Could your picture be > one of the other four cases?

Re: 16.3 HF2 test of the new network layer

2018-05-01 Thread Paul Lovejoy via 4D_Tech
Thanks for sharing! Paul > On 1 May 2018, at 16:43, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Over the weekend, we ran our production 4D Server using the new network > layer. We ran from midnight Saturday until midnight Monday, and we peaked at > about 145 users and 1200 pr

Re: Import data in 4D format using XML

2018-05-01 Thread Lee Hinde via 4D_Tech
http://doc.4d.com/4Dv16R6/4D/16-R6.1660/Not-for-32-bit-versions_3546700.999-857020.en.html Just swap the url to the language you want. > On May 1, 2018, at 7:03 AM, Two Way Communications via 4D_Tech >

Re: Image Madness

2018-05-01 Thread Cannon Smith via 4D_Tech
Hi Douglas, I’m not sure why that would be the case as it has worked for me. Perhaps a clue it that my code only handles the 4 common cases. Could your picture be one of the other four cases? Not sure. I can give you the site I found that helped me understand this (to the small degree that I un

16.3 HF2 test of the new network layer

2018-05-01 Thread Jeffrey Kain via 4D_Tech
Over the weekend, we ran our production 4D Server using the new network layer. We ran from midnight Saturday until midnight Monday, and we peaked at about 145 users and 1200 processes. I'm very happy to say we had no issues at all! There wasn't a single helpdesk ticket filed against 4D for the

Re: Testing for Null is superior to OB is defined

2018-05-01 Thread Julio Carneiro via 4D_Tech
Here is an example I’m using: C_COLLECTION($aOrderByCols) $aOrderByCols:=Split string($orderBy;"%";sk ignore empty strings+sk trim spaces) $orderBy is a text string with “%” separated terms, like “foo %bar%more %%data”. As a result of the statement above, $aOrderByCols will

Re: Import data in 4D format using XML

2018-05-01 Thread Two Way Communications via 4D_Tech
Hi Keisuke, The link you have provided, unfortunately, is in Japanese ;-) Are we talking about the same command? Because in the v16R6 documentation, it says: If you pass an empty string to fileName , IMPORT DATA displays the

Re: 64 bit 15.6 database on Mac OS X Server - sharing of our experience

2018-05-01 Thread Paul Lovejoy via 4D_Tech
Hi, Yes, it looks just like that. I guess we’ll have to plan on moving to v16. Cheers, Paul > Le 1 mai 2018 à 08:43, Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > sounds similar to ACI0097483 (=ACI0097510) > > https://bugs.4d.fr/fixedbugslist?version=16.3_HF2 > > good

Re: Image Madness

2018-05-01 Thread Douglas Cryer via 4D_Tech
Cannon, I tried your code on the supplied image and had to swap the values for 6 & 8 as, after rotation, the image was upside down. So : ($lOrientation=8) //Left 90˚, so need to rotate right 90˚ $gPicture:=Photo_Rotate ($gPicture;90)