4D 15r5 won't run on Windows 10 pro (2018)

2018-04-17 Thread lists--- via 4D_Tech
Hi, we’ve just configured 3 Windows 10 computers and they won’t run 4D 15r5 (both client and 4D single user) Windows 10 install disk from 2016 works. Has anyone seen this with new Windows 10 installs? (We’ve tried all the usual DEP and UAC suspects) With thanks, Craig -

Re: v13+ On Err Call - overhead?

2018-04-17 Thread Chip Scheide via 4D_Tech
Thanks! that was sort of my thinking, but... then I over thought, and figured maybe there was some sort of overhead which would make this an issue. > even if the time difference were significant (say, 0.0005 second per > install/uninstall) I would not consider is an over head. in fact I >

Re: v13+ On Err Call - overhead?

2018-04-17 Thread Keisuke Miyako via 4D_Tech
even if the time difference were significant (say, 0.0005 second per install/uninstall) I would not consider is an over head. in fact I would happily ignore it even if the delay was 1000 times worse (which I doubt), because the risk of missing a bug by over extending the scope of ON ERR CALL

Re: v13+ On Err Call - overhead?

2018-04-17 Thread Dani Beaubien via 4D_Tech
Hi Chip, I would run some tests to find out what the impact is. Capture the time, run the code a number of times (say 1000) and then capture the time again. Do this with the On Err Call and without and you should get a sense of the impact. If your production environment runs compiled, then

Compound Indexes

2018-04-17 Thread Jody Bevan via 4D_Tech
Recently a new Database I am working on 16.R2 build 209757 has a problem. We have a 5 compound Indexes in the structure. We have a dialog that will display the tables, fields, and index name for the compound indexes. The problem I am having is that the following indicates there are 4 compound

Re: 4D running in a Mac-VM

2018-04-17 Thread Jörg Knebel via 4D_Tech
Jeffrey, > On 17 Apr 2018, at 24:05 AEST, Jeffrey Kain via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > This is from a Mac VM running in VMWare ESXi: Thanks for that mate. Cheers Jörg ** 4D Internet Users Group (4D iNUG) FAQ:

Re: 4D running in a Mac-VM

2018-04-17 Thread Jörg Knebel via 4D_Tech
> On 17 Apr 2018, at 12:29 AEST, Jim Crate via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > https://stackoverflow.com/questions/28529633/how-to-detect-if-mac-os-x-is-being-run-inside-a-virtual-machine > >