Re: v16R6 Crashing on Compile

2018-10-26 Thread Jim Hays via 4D_Tech
Paul, Yes, we used Insider between 6.5 and 2004 or possibly 2004 and something later, if that was possible. There was old Form garbage from earlier versions. With v16R6, not sure bout this Hi Keith! Other than this, I'm doing well. This info seems right on track. However we've only moved some

Re: 4D v17 & macOS Mojave beta

2018-10-26 Thread Jim Crate via 4D_Tech
On Oct 25, 2018, at 6:05 PM, JOHN BAUGHMAN via 4D_Tech <4d_tech@lists.4d.com> wrote: > One of my client’s decided to upgrade a computer to Mojave and reported that > 4D was creating. > > I think I have narrowed down the problem at least for my application. It > looks like any form that has

[ANN] hmReports 6.1 available for 4D v16 and v17

2018-10-26 Thread Christian Sakowski via 4D_Tech
Today, heubach media released version 6.1 of hmReports. hmReports is a plug-in developed by heubach media (http://www.hmplugins.com), Hamburg, Germany for 4D. Version 6 is a huge leap for reporting and drawing capabilities in 4D with hmReports. hmReports is fully certified with 4D v16 and 4D

Quit Action on Windows Close Box

2018-10-26 Thread Douglas Cryer via 4D_Tech
I have a niggly issue with v17 4D 64bit, Usually when I click the close box on the main application window it triggers the associated menu that has the quit action on it. It is one of those automatic things that I have never tried to find a code alternative for. This still works with v17

Re: v16R6 Crashing on Compile

2018-10-26 Thread Paul Lovejoy via 4D_Tech
Many years ago... had to use 4D Insider and create a new structure and move everything. No longer an option. Copy/paste? Paul > On 25 Oct 2018, at 23:39, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I'm remembering something about really long statements inside a Begin SQL

SOAP over HTTPS

2018-10-26 Thread Douglas Cryer via 4D_Tech
Hi folks, I need some advice on what I need to do to make 4D Web Services accept HTTPS calls. I am using v17 64bit server. In my naivety I assumed that it would just be a case of changing the URL in the SOAP calls to point at the https endpoint. But this does not work and returns "SOAP

Re: SOAP over HTTPS

2018-10-26 Thread Keisuke Miyako via 4D_Tech
sounds like you have done everything right. does the URL include the port number, or is the server published via port other than 443? ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

AW: SOAP over HTTPS

2018-10-26 Thread Epperlein, Lutz (agendo) via 4D_Tech
Only for clarification, do you offer a soap service over https using 4D? Or do you want to access an external soap service using 4D? The latter shouldn'nt be a problem. We use it in our since 4D 2004 without problems (beside a proxy problem). In the first case, do you access the service with

Re: v16R6 Crashing on Compile

2018-10-26 Thread Keith White via 4D_Tech
Hi Jim Hope you are well. The compiler crash with v16R6 is a bug. Fixed only in v17 (ACI0098136). This one is caused when there are too many tokens in a method. In our case it started happening only on our development system after I had replaced a lot of IP variables with custom constants.

Re: v16R6 Crashing on Compile

2018-10-26 Thread Chuck Miller via 4D_Tech
You can use sql to duplicate the structure use 4d code to export all of the methods and then import them. You would then have to open both structures and. Drag forms. I would stop an try compile with no forms then would move only some of the forms. Additionally I would try compile by creating