Re: Microsoft Azure & 4D

2019-07-19 Thread Kirk Brooks via 4D_Tech
John, I have been using Bruno's AWS component for a few years myself. I'm going to be moving away from using the component soon. Not because of a problem with it but because I'm changing the way files are put into AWS. I'm looking at a service for managing file transfers called Transloadit

PHP Error solved (I think)

2019-07-19 Thread David Ringsmuth via 4D_Tech
Windows 10 current SurfacePro 4GB RAM 4D v17.1 64bit I believe my PHP error has been fixed by removing from memory other un-necessary things that were running, along with the 4D 64bit application that was calling a PHP Execute. So the problem appears to have been low memory. HTH! David Ringsm

Re: How to Catch Paste Action

2019-07-19 Thread Chip Scheide via 4D_Tech
Thanks! I need the timer to trigger the lookup - ex: Criteria -> Fred execute lookup on 'Fred' want to do the same with pasted data > Chip, > > Try using On After Edit event in your enterable object. That should > work without involving On Timer event. However, you will need to use > Ge

Microsoft Azure & 4D

2019-07-19 Thread JOHN BAUGHMAN via 4D_Tech
I have a deployed database that is currently using AWS. We have 200gb of PDFs stored on the same machine as 4D server. A Xojo Web App displays the available PDFs, when the end user requests one of the PDFs Xojo sends the request to 4D and 4D returns the PDF. At the present time we are using AWS

Re: Windows Server 2012 & 4D Server v17.2

2019-07-19 Thread Jody Bevan via 4D_Tech
Tim: Thanks Jody > On Jul 19, 2019, at 1:09 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > On Jul 19, 2019, at 2:00 PM, Jody Bevan wrote: > >> I do not have access to the Windows Server Administration window (only to 4D >> Server Window). 4D Server has been working fine there

Re: How to Catch Paste Action

2019-07-19 Thread Add Komoncharoensiri via 4D_Tech
Chip, Try using On After Edit event in your enterable object. That should work without involving On Timer event. However, you will need to use Get edited text command to get the data. HTH, Add  On 7/19/19, 2:59 PM, "4D_Tech on behalf of Chip Scheide via 4D_Tech" <4d_tech-boun...@lists.4d.c

How to Catch Paste Action

2019-07-19 Thread Chip Scheide via 4D_Tech
I have a variable in which the user enters search criteria. They can paste from elsewhere also (as it is just text). everything works as I want when typing, but nothing happens when the user pastes, until they tab or click outside of the entry area. I would like to catch the paste action, and se

Re: Windows Server 2012 & 4D Server v17.2

2019-07-19 Thread Tim Nevels via 4D_Tech
On Jul 19, 2019, at 2:00 PM, Jody Bevan wrote: > I do not have access to the Windows Server Administration window (only to 4D > Server Window). 4D Server has been working fine there. A restart of the 4D > Server to put up an application update, (that works on a server in our shop) > and now th

Re: Windows Server 2012 & 4D Server v17.2

2019-07-19 Thread Ed Glassgow via 4D_Tech
You need to be sure that the firewall is configured correctly.. I run both and have no issues but needed to open all the appropriate ports. Ed Glassgow glass...@pcisys.net On 7/19/19, 10:45 AM, "4D_Tech on behalf of JOHN BAUGHMAN via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech

Re: Windows Server 2012 & 4D Server v17.2

2019-07-19 Thread JOHN BAUGHMAN via 4D_Tech
Have the clients tried connecting using a Custom address… 192.16..1.150:19813 for example? I have found that for some of my windows installations This was necessary to make a connection, after which the recent connection created can be used. John John Baughman Kailua, Hawaii (808) 262-0328 j

Windows Server 2012 & 4D Server v17.2

2019-07-19 Thread Jody Bevan via 4D_Tech
I do not have access to the Windows Server Administration window (only to 4D Server Window). 4D Server has been working fine there. A restart of the 4D Server to put up an application update, (that works on a server in our shop) and now the clients cannot see 4D Server broadcasting. I have gon