Re: Windows Build - STR# 10135, 18/19 Folders

2019-12-11 Thread Allan Udy via 4D_Tech
Hi John Did you ever get to the bottom of this? I've just had v17R6 start to do this to me under Windows 10 when I attempt to compile/merge engine an app that compiled perfectly fine with v17R5. In my case the Server and Clients apps are in a folder called STR# 10135, 20 Any

Re: AW: HTTP Upload file size too low

2019-12-11 Thread Jim Hays via 4D_Tech
I've been dealing with the same thing. Uploading a zipped, built application to a "pub" server. I'd get different results testing on different machines. It's said in this thread, that ultimately the file is in a blob, and a blob needs contiguous blocks of memory. The state of memory could vary.

Re: PRINT SETTINGS Not setting OK to 1

2019-12-11 Thread Tim Nevels via 4D_Tech
On Dec 11, 2019, at 4:28 PM, John J Foster wrote: > So created a new db with only this code appears to work: > > PRINT SETTINGS > If (OK=1) > ALERT("Print!") > Else > ALERT("Cancelled!") > End if > > So there is something in our application that has caused this behavior. > > So

Re: match regex issue

2019-12-11 Thread Arnaud de Montard via 4D_Tech
> Le 11 déc. 2019 à 21:58, Chuck Miller via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Hi all, > > I am finally ready to update buttons in a v17 db. The code below I think > worked in v15 but does not seem to work in v17 > $meth_txt = method text > $start_L:=1 > array long

Re: PRINT SETTINGS Not setting OK to 1

2019-12-11 Thread John J Foster via 4D_Tech
Hey Tim, So created a new db with only this code appears to work: PRINT SETTINGS If (OK=1) ALERT("Print!") Else ALERT("Cancelled!") End if So there is something in our application that has caused this behavior. So I’ll have to figure a way to troubleshoot. I guess that’s

Re: PRINT SETTINGS Not setting OK to 1

2019-12-11 Thread Tim Nevels via 4D_Tech
On Dec 11, 2019, at 3:38 PM, John J Foster wrote: > Well I did fail to mention I ma running Windows 10 Pro on parallels 15.1. > > But my client is also running Windows 10 Pro but on a windows only computer. > > I’ll test your ideas - as always very reasonable - and let you know. Hi John, I’m

Re: AW: HTTP Upload file size too low

2019-12-11 Thread Jim Labos - infobase via 4D_Tech
I seem to remember in the past there was a way to get the entire body and one would have to parse the contents in order to delineate the part that was the uploaded file. Also if you do a WEB GET VARIABLES you will get an out of memory error if the file is too large (413 - Request Entity Too

Re: PRINT SETTINGS Not setting OK to 1

2019-12-11 Thread John J Foster via 4D_Tech
Hi All, So it appears that my client (in Michigan) and I (in Seattle) with running the current versions of Windows 10 Pro and 4D v17.2 64-bit are the only developers experiencing this issue? 4D Tech Support do you have any ideas? Suggestions? Seen the issue? I looked at 4D v17.3 64-bit but

Re: Can't Define DEP Exception On Windows

2019-12-11 Thread Ken Eyring via 4D_Tech
Thanks Jeff! On 12/11/19 09:45 PM, Jeffrey Kain via 4D_Tech wrote: Hey Ken - DEP hasn't been an issue for a very long time, unless you have some old plug-in that's requiring it. I thought it was since v11 or maybe even v2004... for sure v15 doesn't need it. On Dec 10, 2019, at 7:48 PM,

Re: High Sierra or Mojave?

2019-12-11 Thread Jeffrey Kain via 4D_Tech
There's really no need for Catalina in my opinion. No big improvements, lots more headaches... The phrase macOS's Vista is pretty appropriate... :) > On Dec 10, 2019, at 8:31 PM, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Mohave works fine with 4D 17 including Mac Mini

Re: Can't Define DEP Exception On Windows

2019-12-11 Thread Jeffrey Kain via 4D_Tech
Hey Ken - DEP hasn't been an issue for a very long time, unless you have some old plug-in that's requiring it. I thought it was since v11 or maybe even v2004... for sure v15 doesn't need it. > On Dec 10, 2019, at 7:48 PM, Ken Eyring via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi

Re: High Sierra or Mojave?

2019-12-11 Thread Bernd Fröhlich via 4D_Tech
Doug Hall: > I want to stay > relatively close to the latest OS, but I'm a bit weary of the security > measures Apple is imposing on Mojave/Catalina. Mojave runs fine over here. I would stay away from Catalina for some more months. Greetings from Germany, Bernd Fröhlich

Re: Can't Define DEP Exception On Windows

2019-12-11 Thread Ken Eyring via 4D_Tech
I did not upgrade to 15.6 because 15.4 was working fine. I tend to stick with a point version unless it has issues. Thanks, Ken On 12/11/19 08:41 PM, Charles Miller via 4D_Tech wrote: Also why are you not running last version of 15 which I think is 15.6 Regards Chuck On Tue, Dec 10,

Re: AW: Can't Define DEP Exception On Windows

2019-12-11 Thread Ken Eyring via 4D_Tech
The company is content to be using Windows Server 2008 for now, so that's not my call. I expect they'll update it if it becomes an issue. Thank you for letting me know that DEP exceptions are no longer needed. That takes a load off of my mind! Best regards, Ken On 12/11/19 05:14 PM,

AW: HTTP Upload file size too low

2019-12-11 Thread Epperlein, Lutz (agendo) via 4D_Tech
The thing with file upload seems to be a bit strange ... I did some tests and upload a file with size 888.3 MB, no problem. Another test with a larger file with size 4.4G didn't work. Only a chunk of 334.9 MB (to be exact: 351255546 bytes) was handled. I'm not able to explain this behavior.

Re: Can't Define DEP Exception On Windows

2019-12-11 Thread Charles Miller via 4D_Tech
Also why are you not running last version of 15 which I think is 15.6 Regards Chuck On Tue, Dec 10, 2019 at 7:49 PM Ken Eyring via 4D_Tech <4d_tech@lists.4d.com> wrote: > Hi Everyone, > > I have a customer who has a Windows 2008 R2 Server. I had 4D v12.5 > installed on the machine and added

AW: Can't Define DEP Exception On Windows

2019-12-11 Thread Epperlein, Lutz (agendo) via 4D_Tech
Two things I see: The first one, the Windows Server 2008 will not be supported anymore by Microsoft from the beginning of the next year. So it would be a very good idea to update the server OS, if someone will need it for production use (or even in other cases too). And for the second, you