Re: 4D Client/Remote as Web Server

2017-08-13 Thread Arnaud de Montard via 4D_Tech
> I have 4D Client running as a web server on windows. I have the client write > a text file every 45 seconds or so to disk. I then have a batch script that > runs every minute and looks for that file and deletes it. If the file is not > found it kills the 4D task and restarts 4D Client.

Re: Listbox Printing

2017-08-13 Thread Arnaud de Montard via 4D_Tech
> Le 12 août 2017 à 22:46, Keith Culotta via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > All code and the form are in the component.[...] Hi Keith, I remember I tried to use a component form as a template for 'Print object': failed :-( From here:

Re: 4D Client/Remote as Web Server

2017-08-13 Thread Pierre Coulombe via 4D_Tech
You could do a similar process using AppleScript. > On 13 Aug 2017, at 10:49 AM, Arnaud de Montard via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > >> I have 4D Client running as a web server on windows. I have the client >> write a text file every 45 seconds or so to disk. I then have a

Re: Listbox Printing

2017-08-13 Thread Keisuke Miyako via 4D_Tech
have you tried using the object name instead ? > 2017/08/13 5:46、Keith Culotta via 4D_Tech <4d_tech@lists.4d.com> のメール: > $obj:=(->Box_Sum) ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive:

Get Info from a 4D Client - aka Interclient communication

2017-08-13 Thread Randy Engle via 4D_Tech
Hey smart guys! Maybe I'm just being a dope, but I'm not coming up with an easy solution: I need to get some info from a specific 4D Client instance In this particular case, I've got the web server running on the client, and I want to know if the web server is in fact running. The best I've

Re: Get Info from a 4D Client - aka Interclient communication

2017-08-13 Thread John DeSoi via 4D_Tech
Maybe just SET PROCESS VARIABLE(-1;<>webServerInfoObject) to put the information on the server. Then a process on the server can monitor it or you can use a different client to read it using GET PROCESS VARIABLE. John DeSoi, Ph.D. > On Aug 13, 2017, at 8:18 PM, Randy Engle via 4D_Tech

RE: Get Info from a 4D Client - aka Interclient communication

2017-08-13 Thread Randy Engle via 4D_Tech
John, Thanks for the tip. Will consider! Randy Engle, Director XC2 Software LLC – XC2LIVE! Maybe just SET PROCESS VARIABLE(-1;<>webServerInfoObject) to put the information on the server. Then a process on the server can monitor it or you can use a different client to read it using GET