Re: Difference between OB Copy and :=

2018-06-13 Thread Keisuke Miyako via 4D_Tech
off the top of *my* head I understand the fix is not limited to object notation. it was an optimisation made for wakanda server that somehow got lost on its way to 4D object fields. so it's a fix at the database level. > 2018/06/14 11:54、Cannon Smith via 4D_Tech <4d_tech@lists.4d.com> のメール: >

Re: Difference between OB Copy and :=

2018-06-13 Thread Cannon Smith via 4D_Tech
Hi Tim, I haven’t had time to try this myself today, but do you know off the top of your head if this is only fixed when using dot notation? Or is it fixed when for the old style of code as well (when we had to traverse the object tree to the children, getting a reference to the child and then

Re: Delay process bug

2018-06-13 Thread Chuck Miller via 4D_Tech
What does that mean? If you have a cron job process running on server that wakes every 5 minutes to check and launch other processes. Is that what you consider short term scheduling? Regards Chuck

Re: 4d v14 web area & High Sierra & pdf

2018-06-13 Thread Tomas via 4D_Tech
Halloo Jeffrey, I have the same trouble with PDF display under 4Dv15 and High Sierra. I'm interested in your solution using Mozilla Javascript PDF viewer, may you help me ? Best regards Tomas Kadlec 4D Tech mailing list wrote > We've modified the open source Mozilla Javascript PDF viewer (the

Re: Delay process bug

2018-06-13 Thread Bryan Green via 4D_Tech
That happened to me once in an earlier version of 4D. Long story short, DELAY PROCESS is meant for short-term scheduling, not long-term process management. Even so, it’s good to know in advance. -- bag Sent from my mobile On Jun 12, 2018, at 13:57, Dennis, Neil via 4D_Tech

RE: Difference between OB Copy and :=

2018-06-13 Thread Timothy Penner via 4D_Tech
> However, be aware of a bug in 4D. If you modify a child object in an object > type field and then save the record, the object will not be saved. It is only > saved if you modify a top level key in the object. The workaround, until 4D > fixes this, is to assign the object field to itself

Re: Build with code signing

2018-06-13 Thread Jeff Grann via 4D_Tech
Cannon, This helped a lot. I figured out how to renew the certificate but was missing the xattr step. Thanks!! -- Jeff Grann SuccessWare, Inc. > On Jun 11, 2018, at 1:45 PM, Cannon Smith via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi Jeff, > > I can’t give you a step by step

Re: v16 Time picker - bound variable changed

2018-06-13 Thread David Samson via 4D_Tech
Thank you Miyako. That was it. David Samson > it is a bug that was fixed in 16.3 Hotfix 1 (latest is Hotfix 4) > > ACI0097700 > > 2018/06/12 0:40、David Samson via 4D_Tech <4d_tech@lists.4d.com 4d_tech@lists.4d.com>> のメール: > Should I be defaulting the time on the on-load of the holding form

Re: Delay process bug

2018-06-13 Thread Koen Van Hooreweghe via 4D_Tech
Hi Jim, Is there somehow PAUSE PROCESS/RESUME PROCESS involved? I don't know if this has something to do with our issue, but I'd like to share a change in behavior (bug?) between v15 (and older) and v16 (and later). Also struggling with a process not waking up after the delay time, I found

Re: Difference between OB Copy and :=

2018-06-13 Thread Peter Bozek via 4D_Tech
On Wed, Jun 13, 2018 at 3:26 AM, johnbdhPop via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Thanks Cannon, > > So maybe I want to use OB Copy when I load the record in an input > form. That way I can make changes to the object without changing the object > in the field. That way if the user

Re: Delay process bug

2018-06-13 Thread Bernd Fröhlich via 4D_Tech
Cannon Smith: > We just released a new version of our software a week and a half ago. In this > version I added a palette window on the server which runs On Timer. I also > added code to most every background process which updates some information > every time it wakes up from a Delay Process

Re: Difference between OB Copy and :=

2018-06-13 Thread 4dialog via 4D_Tech
There is a good article in knowledgebase that describes this: http://kb.4d.com/assetid=78011 - Hilsen -- Helge Antonsen www.4dialog.no -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html

RE: Write Pro: programmatically manipulate text expertise needed

2018-06-13 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi Pat, Thanks for your answer. Sometimes the solution is quite obvious but you just don't see it Gr, Piotr > -Oorspronkelijk bericht- > Van: Pat Bensky > Verzonden: dinsdag 12 juni 2018 13:40 > Aan: 4D iNug Technical <4d_tech@lists.4d.com> > Onderwerp: Re: Write Pro: