Re: How to collapse/expand all panes in Property List (v16)

2017-03-27 Thread Wayne Stewart via 4D_Tech
Hi, At a guess 64 bits is behaving differently than 32 bits. My guess is Kirk is using 64bit. Might be a good feature request. I'm only on my phone so can't check but I reckon that's it. Cheers? Wayne On Mon, 27 Mar 2017 at 12:42, Jeremy French via 4D_Tech < 4d_tech@lists.4d.com> wrote: >

Re: OPEN PRINTING FORM

2017-03-27 Thread Sujit Shah via 4D_Tech
Many thanks On Tue, 28 Mar 2017 at 12:23 pm, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > FORM LOAD > > the command was so useful, it can now be used outside of a printing > context. > > > 2017/03/28 10:04、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > I see this command

Re: OPEN PRINTING FORM

2017-03-27 Thread Keisuke Miyako via 4D_Tech
FORM LOAD the command was so useful, it can now be used outside of a printing context. > 2017/03/28 10:04、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > I see this command is not available in v15. > What is the replacement? *

OPEN PRINTING FORM

2017-03-27 Thread Sujit Shah via 4D_Tech
I see this command is not available in v15. What is the replacement? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. " ** 4D Internet Users Group (4D iNUG) FAQ:

Re: 4D email client from Dave Batton, where to get the old sample 4DB ?

2017-03-27 Thread Tom Dillon via 4D_Tech
Armin, I think this might be what you're looking for, if it's the email code. I'm not sure if it works or if it contains any webarea stuff, but I pulled some email code from it awhile back. --

Re: HTTP Patch request

2017-03-27 Thread Tom Swenson via 4D_Tech
It worked! $statusCode:=HTTP Request("PATCH";$URL;$jsontoSend;$response;$headernames;$headervalues) BTW, the dest is salesforce. Tom Swenson On 3/27/17, 11:58 AM, "4D_Tech on behalf of Keisuke Miyako via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: ju

Re: HTTP Patch request

2017-03-27 Thread Tom Swenson via 4D_Tech
Thanks! I’ll give it a try Tom Swenson On 3/27/17, 11:58 AM, "4D_Tech on behalf of Keisuke Miyako via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: just pass "PATCH" as text literal to HTTP Request. standard constants (GET, POST, etc) are string

Re: HTTP Patch request

2017-03-27 Thread Keisuke Miyako via 4D_Tech
just pass "PATCH" as text literal to HTTP Request. standard constants (GET, POST, etc) are string constants too. 2017/03/28 0:09、Tom Swenson via 4D_Tech <4d_tech@lists.4d.com> のメール: However, there doesn’t seem to be a Constant for a HTTP patch method Any ideas? Sugg

HTTP Patch request

2017-03-27 Thread Tom Swenson via 4D_Tech
Greetings, I’m trying to update portions of a record on an external REST server (not 4D). The docs for it tell me to use a PATCH request for partial updates. I was hoping to use 4D’s HTTP Request command to send along the JSON required to make the particular modifications. However, there does

Re: v13 anyone printing 'raw' listboxes? (Resolved)

2017-03-27 Thread Chip Scheide via 4D_Tech
Thanks to Keith Culotta With a few modifications it fits my needs perfectly! On Fri, 24 Mar 2017 12:29:09 -0700, Douglas von Roeder via 4D_Tech wrote: > Chip: > > Check out the home page - http://4dtoday.com > > -- > Douglas von Roeder > 949-336-2902 > > On Fri, Mar 24, 2017 at 12:22 PM, Chip

Re: Read Only 4D Server

2017-03-27 Thread Chuck Miller via 4D_Tech
How about setting app to allow opening of read only version and first open developer version why I locks it or better yet open first with built single user Regards Chuck Sent from my iPhone > On Mar 25, 2017, at 5:34 PM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Write a t

RE: Read Only 4D Server

2017-03-27 Thread Justin Will via 4D_Tech
Good idea. On the trigger. I'll give that a try. Thanks Justin -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jeffrey Kain via 4D_Tech Sent: Saturday, March 25, 2017 4:35 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Jeffrey Kain Subject: Re:

Re: [4DTidbits Blog] Epoch & Unix Timestamp Conversion

2017-03-27 Thread Arnaud de Montard via 4D_Tech
> Le 26 mars 2017 à 22:14, Bruno LEGAY via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > >> [...] >> >> $0:=($1-Date("01/01/1970"))*(60*60*24)+($2*1)+$vl_Unix_Timestamp_Offset > > Avoid using Date() to convert a string to a date because this will rely on > the date being formatted according to