Re: Listbox cell - On Data Change - how to tell old and new values?

2016-10-26 Thread Wayne Stewart
Look at On Display Detail Regards, Wayne Wayne Stewart about.me/waynestewart On 15 October 2016 at 10:19, Keith Goebel wrote: > Kirk, thanks for your reply. > I would have thought so too, but it doesn’t (for me anyway). > The Old value, when tested by the On Data

Re: Windows 10 Notifications

2016-10-26 Thread Jeffrey Kain
http://doc.4d.com/4Dv15/4D/15.1/DISPLAY-NOTIFICATION.301-2685749.en.html > On Oct 26, 2016, at 10:19 PM, Sujit Shah wrote: > > The other day I saw some 4D compiler notifications appear in Windows >

Windows 10 Notifications

2016-10-26 Thread Sujit Shah
The other day I saw some 4D compiler notifications appear in Windows Notifications. How does this work? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. " ** 4D

Window Types on Windows 10

2016-10-26 Thread Sujit Shah
I am looking for a window type which is resizable, has grow box and a close box. I am using window type "8" but I am hoping to have a white background for the title. I can see the main 4D MDI window has a white title bar. Which window type is it? -- xxx "There must

Re: PHP random errors

2016-10-26 Thread Justin Carr
On 26 Oct 2016, at 6:51 pm, Paul Dennis wrote: > > I have one app on port 8002 and the other on 8010 but I get error if I try to > run php simultaneously on both. > > Error code: 500 > FastCGI client error in context "{context}". > Environment info: UseExternalServer

Re: v13 - getting list of method names

2016-10-26 Thread Douglas von Roeder
Chip: You're very welcome! -- Douglas von Roeder 949-336-2902 On Wed, Oct 26, 2016 at 5:01 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > THANKS! > > On Wed, 26 Oct 2016 16:36:17 -0400, Chip Scheide wrote: > > I know that there are now methods to get... um... method access in a > >

Re: v13 - getting list of method names

2016-10-26 Thread Chip Scheide
THANKS! On Wed, 26 Oct 2016 16:36:17 -0400, Chip Scheide wrote: > I know that there are now methods to get... um... method access in a > database. > I can not figure out what these are? > > Can some one please point me in the right direction. > All I need is a list of methods > > Thanks >

Re: v13 - getting list of method names

2016-10-26 Thread Douglas von Roeder
ARRAY TEXT($methodPath_AT;0) METHOD GET PATHS(Path Project method;$methodPath_AT) -- Douglas von Roeder 949-336-2902 On Wed, Oct 26, 2016 at 4:36 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > I know that there are now methods to get... um... method access in a > database. > I can not

Re: v13 - getting list of method names

2016-10-26 Thread Arnaud de Montard
> Le 26 oct. 2016 à 22:36, Chip Scheide <4d_o...@pghrepository.org> a écrit : > > I know that there are now methods to get... um... method access in a > database. > I can not figure out what these are? > > Can some one please point me in the right direction. > All I need is a list of methods

v13 - getting list of method names

2016-10-26 Thread Chip Scheide
I know that there are now methods to get... um... method access in a database. I can not figure out what these are? Can some one please point me in the right direction. All I need is a list of methods Thanks Chip ** 4D Internet

Re: Connecting to a 4D Server via ODBC

2016-10-26 Thread Jeffrey Kain
Yep - we do the same thing here with our FedEx shipping computers. We're probably going to replace the FedEx machines with our own code written in 4D (it can be done), but that's a significant project. -- Jeffrey Kain jeffrey.k...@gmail.com > On Oct 26, 2016, at 12:01 AM, Dave Nasralla

Re: Need help setting up oAuth with cURL

2016-10-26 Thread Spencer Hinsdale
Hi Miyako, I recently tried replacing OAuth.bundle (10/10/14) with cURL.bundle (9/30/16) and ran into a problem with Error 60: Peer certificate cannot be authenticated with known CA certificates. I found that I could work around the problem by setting CURLOPT_SSL_VERIFYPEER to zero, which

Re: Need help setting up oAuth with cURL

2016-10-26 Thread Keisuke Miyako
ah, you got me there, it's called "Get unixtime" in common-crypto. unix time is the time passed since 1 January 1970 https://en.wikipedia.org/wiki/Unix_time > 2016/10/27 1:08、Kirk Brooks のメール: > I notice there's one method that's been deleted: SYSTEM Get unixtime > Easy

Re: Need help setting up oAuth with cURL

2016-10-26 Thread Kirk Brooks
Miyako, Thanks for the reply. I found the presentation you did at the '12 Summit where you used cURL & oAuth2 to connect to google. I'm working through that since it details the steps. I removed the deprecated oAUTH plugin and installed the new cURL and common crypto. I notice there's one method

Re: Need help setting up oAuth with cURL

2016-10-26 Thread Keisuke Miyako
the command names are exactly the same, nothing has changed other than the name of the 2 plugins (the plugin has been split). code written for the old plugin will work "as is" with the "curl" and "common-crypto" plugins. > 2016/10/26 22:31、Kirk Brooks のメール: > oAuth plugin

RE: PHP random errors

2016-10-26 Thread Thomas Maul
> Where is the documentation for this syntax? I can't find it in the Language > reference. http://doc.4d.com/4Dv15R5/4D/15-R5/String.301-2936575.en.html From Example table: String(-1;"") "0x" String(-1;"&$") "$" String(0 ?+ 7;"") "0x0080" String(0 ?+ 7;"&$") "$80"

Re: PHP random errors

2016-10-26 Thread Pat Bensky
Thomas, The string(-1;"xxx") format does the trick. Where is the documentation for this syntax? I can't find it in the Language reference. On 26 October 2016 at 10:10, Thomas Maul wrote: > Mac/Win/version/modified setup? > > It might be more efficient to contact tech

RE: PHP random errors

2016-10-26 Thread Thomas Maul
Mac/Win/version/modified setup? It might be more efficient to contact tech support to dig in details. Maybe this helps: http://doc.4d.com/4Dv15R5/4D/15-R5/SET-DATABASE-PARAMETER.301-2936925.en.html Number of child processes to be created and maintained locally by the PHP interpreter of 4D

RE: PHP random errors

2016-10-26 Thread Paul Dennis
I have one app on port 8002 and the other on 8010 but I get error if I try to run php simultaneously on both. Error code: 500 FastCGI client error in context "{context}". Environment info: UseExternalServer = {use_ext}, ip = {ip}, port = {port}, ExecutablePath = {path}. component: 'FCGI' task -6,