Re: v17 conundrum in design

2019-02-10 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi All, > > I have an object method that shows no break points either in the method or > when I show break points, yet it continues to stop at a particular line of > code and it is annoying. Any ideas out there what it might be. > > Thanks and regards > Chuck Chuck

Re: v17 conundrum in design

2019-02-10 Thread Kirk Brooks via 4D_Tech
I worked on a project that did this too. In that case it turned out to be an error in some old ALP code. Something subtle like a mistyped variable. You may have a component or plugin that's generating the error silently. On Thu, Feb 7, 2019 at 12:52 PM Chuck Miller via 4D_Tech <

Re: Set Time question

2019-02-10 Thread Kirk Brooks via 4D_Tech
Just to add a little more to this. I suspect a number of readers already realized a really simple solution to this specific case is to simply test the read/write state in the On timer form event and NOT update if it's read write. This turns out to be a better solution in my case because it's a