Re: NGINX Config

2017-10-03 Thread Paul Dennis via 4D_Tech
RE: Note if you enable 443 and ssl for any server you must have a cert for all servers listening on 443 you cant mix them up. To Clarify I use nginx on windows and linux in a hyper v vm to proxy to our different internal servers for web, testing etc. Each ssl is tied to a domain however if you en

RE: NGINX Config

2017-10-03 Thread David Ringsmuth via 4D_Tech
Paul, I can attest to the speed nginx provides in front of 4D! But nginx also increases stability. Nginx will close stale connections, whereas an extremely busy 4D Server may not close stale connections, resulting in eventual crashing with thousands of http processes. David Ringsmuth From:

Re: 4D v16.2 false record locks

2017-10-03 Thread John DeSoi via 4D_Tech
> On Sep 19, 2017, at 7:33 PM, John DeSoi wrote: > > I still think there is a new bug in version 16, but I have not seen it happen > again since upgrading to 16.2. This is a single user application with one > process accessing the record. There is a trigger, but it just assigns one > field an

Re: 4D v16.2 false record locks

2017-10-03 Thread Chip Scheide via 4D_Tech
one thing that bit me in earlier versions (not v16) is Read Only. A record is locked when it is loaded in read only, in a single user system this might be an explanation. On Tue, 3 Oct 2017 10:05:20 -0500, John DeSoi via 4D_Tech wrote: > >> On Sep 19, 2017, at 7:33 PM, John DeSoi wrote: >> >>

Re: 4D v16.2 false record locks

2017-10-03 Thread John DeSoi via 4D_Tech
Not the case here. Table is set to READ WRITE at the start of the process and never changed. John DeSoi, Ph.D. > On Oct 3, 2017, at 10:25 AM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > one thing that bit me in earlier versions (not v16) is Read Only. > A record is locked when it is l

Re: Canvas alternative

2017-10-03 Thread Tom DeMeo via 4D_Tech
Hi Jim Could you please explain a bit further how you get from attributes to event callbacks? Do you capture an event on the SVG area and scan all its element attributes? I took a look at the Projects page you mentioned but those are screen shots. Tom > -- > >

Re: Canvas alternative

2017-10-03 Thread Jim Dorrance via 4D_Tech
When I build the SVG I *optionally* associate a call-back method name in a custom SVG attribute. When On Mouse Move, On Click, On Double Click etc., if there is a custom call-back attribute, I execute method. I can always be contacted in private for more info: www.4d.dorrance.eu On Tue, Oct 3, 20

RE: Canvas alternative

2017-10-03 Thread Timothy Penner via 4D_Tech
Hi Tom, > Could you please explain a bit further how you get from attributes to event > callbacks? Do you capture an event on the SVG area and scan all its element > attributes? I am just guessing here but check out this command: SVG Find element ID by coordinates http://livedoc.4d.com/4Dv15.4

Re: Canvas alternative

2017-10-03 Thread Jim Dorrance via 4D_Tech
That's exactly what I do. On Tue, Oct 3, 2017 at 8:33 PM, Timothy Penner via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Tom, > > > Could you please explain a bit further how you get from attributes to > event callbacks? Do you capture an event on the SVG area and scan all its > element attribute

Re: Canvas alternative

2017-10-03 Thread Jim Dorrance via 4D_Tech
I also use On Mouse Move for hover events On Tue, Oct 3, 2017 at 8:33 PM, Timothy Penner via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Tom, > > > Could you please explain a bit further how you get from attributes to > event callbacks? Do you capture an event on the SVG area and scan all its >

Re: 4D v16.2 false record locks

2017-10-03 Thread Tim Nevels via 4D_Tech
On Oct 3, 2017, at 10:57 AM, John DeSoi wrote: > I just encountered this in version 16.2 (Mac, single user merged > application). The Locked function returns true, but LOCKED BY has empty > values for everything. The record is only accessed by one process and never > becomes unlocked even thoug

Undroppable Fantom Users in 4D v16.2 Server Mac

2017-10-03 Thread Sannyasin Siddhanathaswami via 4D_Tech
Aloha, I’m getting users logged in twice to 4D Server 16.2 Mac. One of the duplicate is stuck for days. A manual “Drop User” doesn’t do anything. The only choice is to quit and restart 4D Server. This is becoming a pain as we run out of licenses with stuck users! Anyone run into this? Clients

Re: 4D v16.2 false record locks

2017-10-03 Thread David Adams via 4D_Tech
> That’s not his job. It is the job of every 4D developer to report bugs to 4D by opening a tech support case. > And to refuse to close that tech support case, or allow it to auto close, until the bug is fixed. Sigh. Brining a fresh new flavor to the concept of "world class" customer service... **

Re: 4D v16.2 false record locks

2017-10-03 Thread David Adams via 4D_Tech
...but seriously, what I'd like to see 4D do is an *entire release* that consists of *nothing* but fixing bugs - as many as they can find, as many as we can find and longstanding annoyances. No fancy new features. Just cleaning up crashes, usability bugs (I see lingering 2004 or V11 usability bugs

RE: Undroppable Fantom Users in 4D v16.2 Server Mac

2017-10-03 Thread Dennis, Neil via 4D_Tech
> I’m getting users logged in twice to 4D Server 16.2 Mac. One of the duplicate > is stuck for days. > A manual “Drop User” doesn’t do anything. The only choice is to quit and > restart 4D Server. Try running legacy network if you are not doing that already. We saw this problem when running wi

RE: Undroppable Fantom Users in 4D v16.2 Server Mac

2017-10-03 Thread Timothy Penner via 4D_Tech
Have you tried a build above 216021 ? http://bugs.4d.fr/fixedbugslist?branch=16 21602126/09/2017ACI0097341Ghost connection left on server after canceling from User Identification (login dialog) window. -Tim ** 4D Internet Use

Re: 4D v16.2 false record locks

2017-10-03 Thread John DeSoi via 4D_Tech
Hi Tim, I have not opened a tech support case for this issue. But I have opened my share of them. The only way to get something fixed is to provide a reproducible example or perhaps a log with some detail that can help 4D fix it. Even with these details provided, many problems remain unsolved.

Re: 4D v16.2 false record locks

2017-10-03 Thread David Adams via 4D_Tech
Tim, I'm with John on this one. The payoff for sending in bug reports and feature requests is incredibly low. Zero feedback and results are rare. *No matter what hoops are jumped.* 4D the company gives the _very_ clear impression that they just don't want to know. If they do want to know, they're

RE: 4D v16.2 false record locks

2017-10-03 Thread Dennis, Neil via 4D_Tech
> I'm with John on this one. The payoff for sending in bug reports and feature > requests is incredibly low. Zero feedback and results are rare. > *No matter what hoops are jumped.* I have a different experience, I have reported a few bugs. The ones that I have submitted that are reproducible I i

Re: 4D v16.2 false record locks

2017-10-03 Thread Tim Nevels via 4D_Tech
On Oct 3, 2017, at 3:49 PM, David Adams wrote: >> That’s not his job. It is the job of every 4D developer to report bugs to >> 4D by opening a tech support case. >> And to refuse to close that tech support case, or allow it to auto close, >> until the bug is fixed. > > Sigh. Brining a fresh new

Re: 4D v16.2 false record locks

2017-10-03 Thread Tim Nevels via 4D_Tech
On Oct 3, 2017, at 3:49 PM, David Adams wrote: > I'm with John on this one. The payoff for sending in bug reports and > feature requests is incredibly low. Zero feedback and results are rare. *No > matter what hoops are jumped.* > > 4D the company gives the _very_ clear impression that they just

Number format

2017-10-03 Thread stardata.info via 4D_Tech
Hi All, I'm using 4D v15 on windows. In one listbox, i need to display a number format so if the value is zero not display anything. I try to insert the format ###.##0,##0 but not work properly. Someone know how i can do. Thanks Ferdinando *

Re: Number format

2017-10-03 Thread Jeremy French via 4D_Tech
The pattern to control the display of a zero value has 3-parts, separated by a semicolon. Note the 2-semicolons: positive_format;negative_format;zero_format To display nothing for a zero value, put nothing after the second semi-colon. So this display filter will show positive and negative numbe

Re: 4D v16.2 false record locks

2017-10-03 Thread John DeSoi via 4D_Tech
> On Oct 3, 2017, at 3:56 PM, Dennis, Neil via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > The ones that I have submitted that are reproducible I include a small > database demonstrating them. The bug is filed, I get email notifications as > it is updated and accepted, then I get an email tell

Re: 4D v16.2 false record locks

2017-10-03 Thread Bernd Fröhlich via 4D_Tech
David Adams: > ..but seriously, what I'd like to see 4D do is an *entire release* that > consists of *nothing* but fixing bugs - as many as they can find, as many > as we can find and longstanding annoyances. No fancy new features. Just > cleaning up crashes, usability bugs (I see lingering 2004 o