Re: PHP EXECUTE in a loop

2017-03-12 Thread Keisuke Miyako via 4D_Tech
PHP Execute restarts after a set number of calls. PHP max requests http://doc.4d.com/4Dv15/4D/15.4/SET-DATABASE-PARAMETER.301-3274410.en.html if you always call PHP from the same process, and you can keep track of the number of calls, perhaps you could restart it every now and then:

PHP EXECUTE in a loop

2017-03-12 Thread John Baughman via 4D_Tech
I am running the following PHP EXECUTE in a loop... $ok:=PHP Execute("";"urldecode";$unescapedText;$escaptedText) //unescape the text Getting the following error... -- FastCGI client error in context "{context}". Environment info: UseExternalServer = {use_ext}, ip = {ip}, port = {port},

List Box Hidden rows array

2017-03-12 Thread Jim Dorrance via 4D_Tech
I would to use a dynamic form array as a ListBox hidden rows array. Is there a way I can set this with code. Thanks, Jim -- Jim Dorrance jim.dorra...@gmail.com 4...@dorrance.eu www.4d.dorrance.eu PS: If you know of anyone that needs an experienced 4D programmer to add energy and experience to

Re: Anyone successfully running Sierra on their development machine

2017-03-12 Thread Kirk Brooks via 4D_Tech
Robert, I think it's still hardware dependent. I can say for certain you can't run v13 on a new (OLED bar) MacbookPro period. But some folks upgrading older machines had better luck. And don't encourage Tom with respect to any kind of comment involving the word 'lube'. Just don't. On Sun, Mar

Re: Force the execution of an object method

2017-03-12 Thread David Adams via 4D_Tech
A couple of things. * First off, CALL FORM has _nothing_ to do with On Outside Call. The CALL FORM mechanism doesn't generate an event. (Actually, I have to double-check that...) * As John DeSoi summarized elsewhere, CALL FORM/CALL WORKER is just a way to execute a chunk of code in another

Re: Anyone successfully running Sierra on their development machine

2017-03-12 Thread Robert ListMail via 4D_Tech
I’m performing a clean install of OS X on my primary development machine, is it safe to use Sierra at this point? I do have one project in v12 that’s being upgraded to v15/v16…. any real trouble spots? I was going to install El Capitan but there are some benefits to Sierra from the Apple

Re: Force the execution of an object method

2017-03-12 Thread Chip Scheide via 4D_Tech
write a project method My_Code_For_Object_xxx (needed_Parameters; including_Form_Event; and_or_Object_pointer) Then you can access the code from anywhere. If you are looking for an object reference in your method you can get a pointer to the form object, and you can pass in whatever form event

[MEETING] Montreal 4D Club Meeting

2017-03-12 Thread Thierry Daigneault via 4D_Tech
The next meeting of the Montreal 4D Club will be held Wednesday March 15th at 7 PM. The schedule for the next meeting is as follows: News Questions Presentations - Yves Barrette will show how he used the Google CSE API to reconstruct names that have missing accented characters. End of the

Re: Force the execution of an object method

2017-03-12 Thread Jim Dorrance via 4D_Tech
Why in the object and not in the object method called from the form? The form method has access to all the dynamic form variables, including the form object initiating the call. On Sun, Mar 12, 2017 at 5:46 PM, Foucauld Perotin via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi, > > I am doing

Force the execution of an object method

2017-03-12 Thread Foucauld Perotin via 4D_Tech
Hi, I am doing things by using CALL WORKER, and then reply by CALL FORM. Last june, you alreadu discussed here the possibility to have the form method being used then by using CALL PROCESS (Current Process). I wanted to do something like that, BUT I would like to do the end of the job in an

Re: [ANN]: v2.0 of 4D v14/v15 Code Analysis Component Released

2017-03-12 Thread Lee Hinde via 4D_Tech
Thanks very much for this tool. On Tue, Mar 7, 2017 at 8:14 PM, Dani Beaubien via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I have released v2.0 of the CodeAnalysis component. Please take a look at > the release notes below for more detail. > > MY COMMITMENT - ALWAYS WILL BE FREE >