Method Madness?

2017-03-03 Thread Mehboob Alam via 4D_Tech
Anyone have access to the original? I have a serial number, but not the software itself.. thanks in advance - Mehboob Alam ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive:

Re: Emailing from 4d issues

2017-03-03 Thread Peter Adam via 4D_Tech
The key differences are in the x-Authentication-Results: header The 4D generated email has the following section in this header: spf=fail (st11p00mm-spfmilter008.mac.com : domain of di...@print...au does not designate

Re: Bug or feature?

2017-03-03 Thread David Adams via 4D_Tech
On Sat, Mar 4, 2017 at 11:41 AM, John DeSoi via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > Most programming environments have a way to deal with runtime errors. Many > good ones have constructs like try/catch/throw. 4D really needs something > like this. > +100

Re: Bug or feature?

2017-03-03 Thread David Adams via 4D_Tech
> I still hold the view that ON ERROR CALL should not apply to runtime errors, > as there are no logical ways to recover from them, but would a "feature" that > allows the customisation of the runtime error dialog make sense? one that > includes such options as "send information (e.g. Info

Re: Bug or feature?

2017-03-03 Thread John DeSoi via 4D_Tech
There is no way to recover, but the 4D dialog can capture the exact error and line number and give the user two options, Abort and Continue? I would be fine with 4D aborting the process and writing the error information to the event log. Showing the dialog on the on the server or web server

Re: Email Component

2017-03-03 Thread Keisuke Miyako via 4D_Tech
from what you describe, it sounds like a problem in Internet Commands v16, not the component that presumably generates the HTML. F.Y.I. you can use v15 Internet Commands with v16, just install it in the Plugins folder inside the database folder, and it will take precedence over the one inside the

Re: Way to get chosen ID field name?

2017-03-03 Thread Doug Hall via 4D_Tech
I actually may use your method. However, does this still work if the 4D SQL server isn't running? I'm kind of new to the SQL part of 4D. On Thu, Mar 2, 2017 at 11:18 AM, Tai Bui via 4D_Tech <4d_tech@lists.4d.com> wrote: > Hi, > > Sorry I spoke too soon, I thought you wanted to find the primary

Re: Bug or feature?

2017-03-03 Thread Kirk Brooks via 4D_Tech
Jeff, I vote for bug. Though it could be it's 2 different errors as far as 4D is concerned with a compiler error tripping first which doesn't show up interpreted. I've noticed -1 being returned as an error code for a really wide range of errors. Or, it's a case like this where the compiler trips

Re: Bug or feature?

2017-03-03 Thread John DeSoi via 4D_Tech
Bug in my opinion that 4D shows any error dialog while the error handler is active. This is a huge problem for execution on 4D Server or a web server. And if it happens in front of a user they can just hit abort and you have no way to know about the problem unless they complain about it. John

Re: Bug or feature?

2017-03-03 Thread Chip Scheide via 4D_Tech
came across this minutes before your post... not related but I could not help myself :) https://i.redd.it/njhwg6drc2jy.jpg On Fri, 3 Mar 2017 10:06:18 -0500, Jeffrey Kain via 4D_Tech wrote: > The following behaves differently in interpreted vs. compiled: > > C_OBJECT($oResponse) >

Bug or feature?

2017-03-03 Thread Jeffrey Kain via 4D_Tech
The following behaves differently in interpreted vs. compiled: C_OBJECT($oResponse) C_TEXT($tResponse) ON ERR CALL("ErrHandler") $tResponse:="False" $oResponse:=JSON Parse($tResponse) ON ERR CALL("") In interpreted mode, the error handler catches an Error value of 54, and

DebugLogReader Update 1.01

2017-03-03 Thread Herr Alexander Heintz via 4D_Tech
Sorry folks, had a little bug in hierarchical view, please download fixed version 1.01: Download DebugLogReader V 1.01 Have fun Alex ** 4D Internet Users Group (4D iNUG) FAQ: