Listbox horizontal jumpiness after editing a cell

2018-04-07 Thread Don Lapin via 4D_Tech
Does anyone have a solution for this? I've put up with it since I started using listboxes, but it seems there should be a way around it. - Selection-based listbox - Horizontally scroll to and then edit a cell that's off the visible "window" to the right. - Exit cell after update (clicking

JSON Validator in POP component, where is it?

2018-04-07 Thread John Baughman via 4D_Tech
My summit notes for the Dynamic Forms session indicates that there is a JASON validator in the POP component. If I heard hat correctly, what version of the ocmponent is it in and where can I find it? John John Baughman Kailua, Hawaii (808) 262-0328 john...@hawaii.rr.com

Re: Equivalent of FORM GOTO SUBFORM PAGE

2018-04-07 Thread Keisuke Miyako via 4D_Tech
you can call FORM GOTO PAGE with an asterisk option http://doc.4d.com/4Dv15/4D/15.5/FORM-GOTO-PAGE.301-3577151.en.html 2018/04/07 19:09、truegold via 4D_Tech <4d_tech@lists.4d.com> のメール: Seems like we need something like this to work.

Equivalent of FORM GOTO SUBFORM PAGE

2018-04-07 Thread truegold via 4D_Tech
Hi All, Might be a good time to revisit this issue I had some time back. well and actually I have a need for it to work once again. Scenario: I have a parent form which has a single subform container. This container is set via code to a subform where I do edits of various kinds. There are two

Re: v13 - Win 7 and LEP [solution/summary]

2018-04-07 Thread Chip Scheide via 4D_Tech
After talking with Keisuke at the summit it was found that: the code I was using was NOT correctly escaping the file or folder path. this was due to a failed copy/paste of some of Keisuke's code (LEP_Escape from one of his demos). Replacing the broken code with the correct code resolved the

Re: DENIAL OF SERVICE ALERT―The Mcafee Problem

2018-04-07 Thread Chip Scheide via 4D_Tech
put an empty password on the zip file > DENIAL OF SERVICE ALERT―The Mcafee Problem > This Mac-based v13 database sends zipped Excel and PDF reports via > email… yesterday, the Excel reports (1.3 MB Zipped) started to fail. > The email is sent to the Windows user as expected but the attachment

The Compiler is better in 16R

2018-04-07 Thread Kirk Brooks via 4D_Tech
So hot from the Summit I'm working with 16R and 17beta. I'm diving into collections in a big way and have to say this is really, really cool. But something I just noticed is how much better the compiler is in 16R. I converted a large project to 16R to see how it works. One of the first things I

Re: Bug or feature?

2018-04-07 Thread Bernd Fröhlich via 4D_Tech
David Adams: > If anyone can suggest why this might be happening, I'd love to hear about it. If I understood your description correctly, then the code only blows up if you process lots of data and not if you test every piece of data individually. If that is the case then I would guess there

Re: Are you a subform guru? Test your knowledge with a quiz. Also, a listing of all 4D documents on subforms

2018-04-07 Thread Keisuke Miyako via 4D_Tech
I am not a guru, just a follower :) > 3) When will the On Bound Variable Change event not happen when the Subform > Container variable changes? When the widget does not exist (i.e. it is not on the current form). > 4) When will OBJECT GET SUBFORM not return the form name set by OBJECT SET >

Re: Bug or feature?

2018-04-07 Thread Jeffrey Kain via 4D_Tech
This is what we do everywhere now. In our case, we're never gonna JSON Parse a longint, so we just wrapped it. -- Jeffrey Kain jeffrey.k...@gmail.com > On Apr 5, 2018, at 7:39 PM, David Adams via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > We have a ton of calls to *JSON Parse* that would >

Re: LAUNCH EXTERNAL PROCESS AND _4D_OPTION_STOP_TOKEN

2018-04-07 Thread Keisuke Miyako via 4D_Tech
Hello, you can pass any number of arbitrary environment variables to your external process, but of course it is the responsibility of the external application to read them and to actually use them. "_4D_OPTION_STOP_TOKEN" is not a built-in reserved by 4D, he was simply following the naming

LAUNCH EXTERNAL PROCESS AND _4D_OPTION_STOP_TOKEN

2018-04-07 Thread David Garrard via 4D_Tech
I am trying to get code that was posted in 2012 by Peter Lerch here: http://4d.1045681.n5.nabble.com/Playing-nice-with-Launch-External-Process-td 5715184.html to function on Windows 10 running 4D v16.3. From what I can tell using the " _4D_OPTION_STOP_TOKEN" as parameter one of SET