Re: High Sierra or Mojave?

2019-12-10 Thread John DeSoi via 4D_Tech
Mohave works fine with 4D 17 including Mac Mini configurations older than 2014. Catalina will be another story... John DeSoi, Ph.D. > On Dec 10, 2019, at 5:14 PM, Doug Hall via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I'm upgrading my 4D structure from 4D v15 to v17, to gain 64 bit > comp

Can't Define DEP Exception On Windows

2019-12-10 Thread Ken Eyring via 4D_Tech
Hi Everyone, I have a customer who has a Windows 2008 R2 Server. I had 4D v12.5 installed on the machine and added 4D Server and 4D Client v12 as DEP exceptions. These ran with no problems for many years. I want to update the 4D software on the same machine to v15.4 and when I attempt to a

Re: High Sierra or Mojave?

2019-12-10 Thread Lee Hinde via 4D_Tech
I was a late migrator to Mojave and haven't found the security measures cumbersome. Nothing like what I'm reading is SOP with Catalina. > On Dec 10, 2019, at 3:14 PM, Doug Hall via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I'm upgrading my 4D structure from 4D v15 to v17, to gain 64 bit > co

High Sierra or Mojave?

2019-12-10 Thread Doug Hall via 4D_Tech
I'm upgrading my 4D structure from 4D v15 to v17, to gain 64 bit compatibility on the client side with new Apple hardware. Question: Should I upgrade a late 2014 Mac Mini w/16GB Ram, running Sierra (10.12.6) to High Sierra or Mojave? I'm also using Homebrew on a Web Client machine I'm using, that s

HTTP Upload file size too low

2019-12-10 Thread Jim Labos - infobase via 4D_Tech
Settings for Web Option is at the max limit. However the largest file size I can receive is around 600mb. The limit should be aprox. 2gb. Same limit on v13 or v15. "WEB GET BODY PART" will receive zero bytes when file is over aprox. 600mb. I have not done this kind of coding in years but I recall

PRINT SETTINGS Not setting OK to 1

2019-12-10 Thread John J Foster via 4D_Tech
Hi All, We are running 4D v17.2 64-bit on Windows 10 pro and we have noticed that… PRINT SETTINGS is Not setting OK to 1 And thus code and pronging is not happening. I’m not sure if it’s everywhere or just in the single method? Nothing fancy about the code: QUERY([Reports];[Reports]Rep Set ID

Re: Constants in code.

2019-12-10 Thread Jim Hays via 4D_Tech
+10 for Cannon and David Adams' code. Clear and simple. On Mon, Dec 9, 2019 at 11:40 AM Cannon Smith via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Eric, > > There is also a way to create constants in your code if you want. There is > a tech note about it here: > >

Re: Structure and Verification issue: Solved

2019-12-10 Thread Mitchell Shiller via 4D_Tech
I read the Verify Log File in BBEdit and searched for “Warning". 3 Occurrences. Corrected the offending forms. Verified and it found a bunch of Orphan methods. Repair and all is fine now. Lesson: Do not read the Verify Log file in Safari. It does not correctly display all of the information. T

Re: Structure and Verification issue

2019-12-10 Thread Tom Benedict via 4D_Tech
Viewing the logs in a web browser is painful, especially on large structures. I open the log in a text editor and look for strings like “warning” or “Error”. Notepad++ has a good search feature which will list all the occurrences in context. HTH, Tom > On Dec 10, 2019, at 11:14, Eric Naujock

Re: Structure and Verification issue

2019-12-10 Thread Eric Naujock via 4D_Tech
The other thing that comes to mind is what are you looking at the report with. I know safari really does not do a good job of viewing the report. I have found Firefox handles it better. But if there is a report of anomalies it should be in the report somewhere. > On Dec 10, 2019, at 2:11 PM, Mi

Re: Structure and Verification issue

2019-12-10 Thread Mitchell Shiller via 4D_Tech
Thanks Tom and Eric. Unfortunately, I deleted both the .4DIndx and .4DIndy files. Let them rebuild. Verified the structure and still get anomalies that were found. But none highlighted or specified. In the Log Report. Any other thoughts before I head off to tech support. Appreciated, as always.

Re: Structure and Verification issue

2019-12-10 Thread Tom Benedict via 4D_Tech
Some years ago I adopted the habit of always deleting the .4DIndy file (the structure index) when deploying .4DC files. I adopted this as a best practice after a number of ‘weird behavior’ episodes during deployment. It may be superstition, but the overhead for 4D to recreate the .4DIndy is very

Re: Structure and Verification issue

2019-12-10 Thread Eric Naujock via 4D_Tech
I have seen cases where the index files get messed up. For my small databases I just delete the index files and let 4D regenerate them. But for big databases it may take a while to rebuild them. > On Dec 9, 2019, at 5:50 PM, Mitchell Shiller via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Hi,

Re: The future of output forms

2019-12-10 Thread Two Way Communications bvba POP via 4D_Tech
Thanks John, Can’t wait to get started on that. Regards, Rudy Mortier Two Way Communications bvba > On 10 Dec 2019, at 14:57, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Hi Rudy, > > Here is some code to get you started. It uses a table with a single indexed > boolean field t

Re: The future of output forms

2019-12-10 Thread John DeSoi via 4D_Tech
Hi Rudy, Here is some code to get you started. It uses a table with a single indexed boolean field to quickly generate any size selection you need to manage scrolling. I used this technique with list boxes before it was possible to use collections to manage scrolling. C_LONGINT($1;$count) C_

Re: The future of output forms

2019-12-10 Thread Two Way Communications via 4D_Tech
Hi John, That is a very clever solution! Thanks, I wouldn’t have thought of that! Rudy Mortier Two Way Communications bvba > On 10 Dec 2019, at 03:04, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> wrote: > > > >> On Dec 9, 2019, at 4:34 PM, Two Way Communications via 4D_Tech >> <4d_tec