Re: change in behavior v 15 to v 16 ?

2019-02-19 Thread Keisuke Miyako via 4D_Tech
yes right-click should work with the 64-bit system dialog. as for Request(), I would first create a new DB and confirm that there are no issues with the particular version your are using. SET MENU BAR(1) $req:=Request("";"copy and paste me") > 2019/02/20 1:53、Charles Miller のメール: > > Thanks do

Re: Epoch time in milliseconds

2019-02-19 Thread Keisuke Miyako via 4D_Tech
$P_timeString:=String(Current date(*);ISO date GMT;Current time(*)) does this not invoke 2 calls to the server in C/S mode? would rather use Timestamp https://blog.4d.com/timestamp-is-now-available/ or else an "execute on server" rapper. otherwise, I compared with a plugin call

Re: Epoch time in milliseconds

2019-02-19 Thread Peter Jakobsson via 4D_Tech
Actually I just realised this may be a timezone issue rather than a precision issue. I’ve done it this way: *** 1. Get UTC Time *** $P_timeString:=String(Current date(*);ISO date GMT;Current time(*)) $P_timeString:=Replace string($P_timeString;"Z";””). <— Prevent it from reverting

Epoch time in milliseconds

2019-02-19 Thread Peter Jakobsson via 4D_Tech
Hi Does anyone have an idea how to get the epoch time in milliseconds in native 4D ? The problem is that if I convert Current Date and Current Time to milliseconds there’s a precision error of up to a second and the API server’s I’m using think I’m out of sync. Is it another job for PHP ?

Re: 4D And NTLMv2 & LDAP/SMB Signing

2019-02-19 Thread Tim Nevels via 4D_Tech
On Feb 19, 2019, at 2:00 PM, Ronnie Teo wrote: > My user’s IT is looking into implementing the following: > > 1. Enforcing NTLMv2 authentication on all servers & PC > 2. Enabling LDAP and SMB signing on all servers and PCs > > They have asked for the following feedback : > > 1. Does 4D

Re: change in behavior v 15 to v 16 ?

2019-02-19 Thread Charles Miller via 4D_Tech
Thanks do you mean that I can right click to paste.I will try that and advise. How should I proceed on the request dialog issue. Can with right click there as well Thanks and regards Chuck On Mon, Feb 18, 2019 at 4:11 AM Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> wrote: > > evidently

4D And NTLMv2 & LDAP/SMB Signing

2019-02-19 Thread Ronnie Teo via 4D_Tech
Hi All, My user’s IT is looking into implementing the following: 1. Enforcing NTLMv2 authentication on all servers & PC 2. Enabling LDAP and SMB signing on all servers and PCs They have asked for the following feedback : 1. Does 4D have any compatibility or limitation when the setting