Re: Can't start a Transaction

2017-11-14 Thread Charles Miller via 4D_Tech
Perhaps the object does not have an on clicked event. In any case how do you know it has not started. Have you put trace there to see if the event fires Regards Chuck On Tue, Nov 14, 2017 at 4:53 PM, John Baughman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I have button on an input form I am

Can't start a Transaction

2017-11-14 Thread John Baughman via 4D_Tech
I have button on an input form I am using for testing purposes that runs… Case of : (Form event=On Clicked) & (Not(In transaction)) START TRANSACTION End case But the transaction never starts. What’s up with that? Thanks, John John Baughman Kailua, Hawaii (808)

Re: Can't start a Transaction

2017-11-14 Thread John Baughman via 4D_Tech
Forgot to see this is v16 R4 on OS-10 High Sierra > On Nov 14, 2017, at 11:53 AM, John Baughman wrote: > > I have button on an input form I am using for testing purposes that runs… > > > Case of > : (Form event=On Clicked) & (Not(In transaction)) >

Re: Can't start a Transaction - never mind

2017-11-14 Thread John Baughman via 4D_Tech
Never mind. I had a brain fart. I left a call to cancel transaction in the form method. Duh! John > On Nov 14, 2017, at 12:01 PM, Charles Miller via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Perhaps the object does not have an on clicked event. In any case how do > you know it has not

Re: Connection is broken, cannot receive request reply

2017-11-14 Thread Alan Chan via 4D_Tech
Just curious, 4 seconds for idle connections timeout? Alan Chan 4D iNug Technical <4d_tech@lists.4d.com> writes: >SET DATABASE PARAMETER(54;4)// Idle connections timeout ** 4D Internet Users Group (4D iNUG) FAQ:

Re: Can't start a Transaction

2017-11-14 Thread John Baughman via 4D_Tech
Yes. I put a break point before the case statement. I can step it to the START TRANSACTION call and see "In Transaction” In the Expressions/Information window turn to True. If I click the button again. Expressions/Information window/In Transaction is back to false and it will drop into the

[BLOG] Something new in my Blog : Exporting Listboxes the easy and powerful way

2017-11-14 Thread Herr Alexander Heintz via 4D_Tech
Hi there everybody, been away on a longer trip to some warm place so it’s been a bit quiet in here. But the wait is over and so here is my latest contribution: http://blog.heintz.net/i-can-grab-your-listbox-believe-me It is a

Re: Debug window messed up

2017-11-14 Thread Vincent de Lachaux via 4D_Tech
This trick is available for all 4D windows (debugger, explorer, toolbar, …) Yes it is a hard reset. v i n c e n td el a c h a u x Bee green - keep it on the screen On 13 Nov 2017, at 18:24, Kirk Brooks via 4D_Tech

Re: Debug window messed up

2017-11-14 Thread Koen Van Hooreweghe via 4D_Tech
Hi John, That’s weird. Which 4D, which platform? I tested Vincents trick on Mac in 4D v15.5. My own method color settings persisted. Koen > Op 14 nov. 2017, om 10:42 heeft John Baughman via 4D_Tech > <4d_tech@lists.4d.com> het volgende geschreven: > > If you do it with a method with a break

Re: Debug window messed up

2017-11-14 Thread John Baughman via 4D_Tech
If you do it with a method with a break point or TRACE, the method window preferences are reset as well. When I tried this method I lost all of my color settings for Method windows. Pain in the butt resetting them back. Not good. John > On Nov 13, 2017, at 10:37 PM, Vincent de Lachaux via

Re: 4D Backup causes 4D Remote to hang (15.4)

2017-11-14 Thread Charles Miller via 4D_Tech
I would quit 4D server, delete preferences and recreate using menu commands re backup. Perhaps that us trhe problem. Also check where the backup is going to if a HD try a different location Regards and hiope this helps Chuck On Tue, Nov 14, 2017 at 10:25 AM, Jim Crate via 4D_Tech <

Re: FootRunner

2017-11-14 Thread Brian Laurencelle via 4D_Tech
Thank you! On Mon, Nov 13, 2017 at 2:37 PM, Dennis, Neil via 4D_Tech < 4d_tech@lists.4d.com> wrote: > >Can anyone provide me with a download link to the current (and > >apparently > >last) version of Footrunner? > > Try this link... there is a free download link on this page > >

Re: 4D v6.8

2017-11-14 Thread Jody Bevan via 4D_Tech
Thanks everyone. I will read up on the vll upgrade manual. That is helpful and give the official word on how to do it. I will look to see what version of the OS my old (1st version of MacBook Air has on it) That just might do the trick. I will contact 4D sales about getting the necessary

Re: 4D v6.8

2017-11-14 Thread Chuck Miller via 4D_Tech
I think that machine is much too new I used to keep a really old machine around just for that but gave up Regards Chuck Sent from my iPhone > On Nov 14, 2017, at 11:16 AM, Jody Bevan via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > my old (1st version of MacBook Air has on it) That just

Re: 4D Backup causes 4D Remote to hang (15.4)

2017-11-14 Thread John DeSoi via 4D_Tech
Are there database requests coming in via the web server at the time of the backup? Have you tried turning off the web server during backup? Or at least return an error response if access to the database is needed when backup is running. John DeSoi, Ph.D. > On Nov 14, 2017, at 8:40 AM,

4D Backup causes 4D Remote to hang (15.4)

2017-11-14 Thread Perkins, Bradley D via 4D_Tech
Changing the thread title of "4D Remote hanging at 3am after upgrading to Hi Sierra. Need logging advice." 4D 15.4 Mac OS High Sierra Client Windows 2008r2 Server As noted in previous posts I now suspect that a 5am (formerly 3am) scheduled 4D Backup is causing 4D to 'hang'. I checked my phone

Re: 4D Backup causes 4D Remote to hang (15.4)

2017-11-14 Thread Jim Crate via 4D_Tech
On Nov 14, 2017, at 9:40 AM, Perkins, Bradley D via 4D_Tech <4d_tech@lists.4d.com> wrote: > What should I try next? Start with a new backup? Reinstall 4D? Personally, I would take the easy way out and change the script that is supposed to quit/restart 4D to something like: killall -9 4D

[Off] Xcode 9

2017-11-14 Thread npdennis via 4D_Tech
With Xcode 8 when debugging with a break point, I was able to move the instruction pointer with a little arrow on the left of the window in the gutter. The gutter also contained line numbers and break points and a shaded line to show code nesting (the deeper the nested code the darker the

RE: Connection is broken, cannot receive request reply

2017-11-14 Thread Timothy Penner via 4D_Tech
> On our client network we do have a managed switch, but on our test network we > don’t. > The same error happens on both networks. Have you found a network where the error does NOT occur? If you have reproducible sample that causes the issue on multiple networks then then it sounds like the

RE: Connection is broken, cannot receive request reply

2017-11-14 Thread David Ringsmuth via 4D_Tech
Tim, Our current test for the error still going at 3h+, and there is no error. It was the SET DATABASE PAREMETER(14;1) that kept it going without an error. I think the problem is solved! THANKS! David Ringsmuth From: Timothy Penner via 4D_Tech Sent: Tuesday, November 14, 2017 11:18 AM To: 4D

Re: 4D Backup causes 4D Remote to hang (15.4) (John DeSoi)

2017-11-14 Thread Perkins, Bradley D via 4D_Tech
John, Possibly, but under normal circumstances there might be one request. This is a small database and backup runs quick. There is a remote monitoring system that sends a web request every 3 minutes. The page simply responds with the current time although it might get that time from the