Re: Styled Text and QPDF Plugin

2018-06-18 Thread Kirk Brooks via 4D_Tech
Hi Canon, I've been working with QPDF a lot recently. I took a look at that and it seemed pretty daunting. Have you asked Rob about it? There may be some subsection of DynaPDF (the package it's built on) to do such transforms. It certainly seems possible to take the raw text, with the markup, and

Re: Time Machine error -8003 when restoring 4D structures

2018-06-18 Thread Chuck Miller via 4D_Tech
It does. How about using 4d backup and then backing that up.You could run it every hour on your structure only. Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617)

Re: Time Machine error -8003 when restoring 4D structures

2018-06-18 Thread Peter Jakobsson via 4D_Tech
Ah ! Good idea. That’s the kind of thing I’d think of for my clients but never myself ;) Thanks for the tip Charles. Regards Peter > On 18 Jun 2018, at 23:01, Chuck Miller via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > It does. How about using 4d backup and then backing that up.You could

Re: Delay process bug

2018-06-18 Thread Chuck Miller via 4D_Tech
i use delay process for years with no issues, however, I do not think I ever delay for more than 15 minutes. Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064

Re: Delay process bug

2018-06-18 Thread Jeffrey Kain via 4D_Tech
This is a new bug in version 16. Lots of experience it but nobody can reproduce it. > On Jun 18, 2018, at 5:02 PM, Chuck Miller via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > i use delay process for years with no issues, however, I do not think I ever > delay for more than 15 minutes.

Re: Delay process bug

2018-06-18 Thread Jeffrey Kain via 4D_Tech
Our development server stopped updating its user interface today. Same symptoms as the DELAY PROCESS bug - the admin graphs like CPU usage stop, the list of connected users goes out of date, uptime calculations reflect the time the internal clock stopped. Normally we start getting alerts on

Re: MySql login problem

2018-06-18 Thread Douglas Cryer via 4D_Tech
Pat, Where is the MySQL database hosted? If the clients IP has not changed it is possible that the IP is restricted by a time rule rather than an IP rule. We have had this issue more often with FTP than databases but I have seen it. Regards, Dougie

Re: Adding dates (sync) from 4D to Google Calendar

2018-06-18 Thread Chip Scheide via 4D_Tech
On Mon, 18 Jun 2018 16:30:23 +, Keisuke Miyako via 4D_Tech wrote: > you need to > > 1. create a Google account > 2. study the Google Calendar API > 3. use HTTP request to send and receive JSON > 4. and pay Google for using their API. > > the hardest part is 2. Disagree : ) hoarsest part :

Re: Adding dates (sync) from 4D to Google Calendar

2018-06-18 Thread Keisuke Miyako via 4D_Tech
you need to 1. create a Google account 2. study the Google Calendar API 3. use HTTP request to send and receive JSON 4. and pay Google for using their API. the hardest part is 2. coding may be a couple hours, reading can take days. > 2018/06/19 0:55、setar accnt via 4D_Tech

Re: Delay process bug

2018-06-18 Thread Cannon Smith via 4D_Tech
I can’t answer this for Justin, but we have both kinds hitting this bug. Some are rather complicated methods that potentially do lots of things. But several are very simple—just a few lines of code to check whatever it needs to check and then go back to sleep. -- Cannon.Smith Synergy Farm

Adding dates (sync) from 4D to Google Calendar

2018-06-18 Thread setar accnt via 4D_Tech
Hi, Nice week for all. A prospectus client, has requested a database, but they want to have dates from the 4D database, after adding an appointment, reflected on their google calendar. windows X, 4d v15 is the environment. Can anyone give some pointers if they exists. Greetings ernie

Re: MySql login problem

2018-06-18 Thread Pat Bensky via 4D_Tech
Thanks Dougie. I gave them a different MySql connection to try (on our test server) and of course that works OK, so I think I have finally convinced them that the problem lies in their web server and NOT our software! Cheers Pat On Mon, 18 Jun 2018 at 17:01, Douglas Cryer via 4D_Tech <

Re: v16 Time picker - bound variable changed

2018-06-18 Thread Jody Bevan via 4D_Tech
Keisuke Miyako: As usual, fantastic clear response. That explains it very well. Thanks Jody > On Jun 18, 2018, at 12:19 AM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Hello, > >> how to tell when a non-R version will have the features of an R-version. > > short answer

Re: Delay process bug

2018-06-18 Thread Kirk Brooks via 4D_Tech
Justin, Yeah, after I responded to you I read Miyako's comment - and your reply. It's an incredibly frustrating place to be when you do everything right and the wrong thing still happens. Unlucky. I bet the bug is actually someplace else and is manifesting in this DELAY PROCESS bit. Which doesn't

Re: Styled Text and QPDF Plugin

2018-06-18 Thread Cannon Smith via 4D_Tech
Hi Kirk, Yes, I did talk to Rob. He was the one that directed me to the QPDF Draw Text command and the embedded possibilities. I was thinking the same as you—that it should be possible, but a lot of code. That’s why I was asking if anyone had already tackled it. I’d be willing to trade some

Re: Delay process bug

2018-06-18 Thread Jeffrey Kain via 4D_Tech
It seems like a big clue is that the 4D Server user interface stops updating when this happens. Like the internal clock/heartbeat/metronome of 4D Server just stops, and DELAY PROCESS comes along for the ride. -- Jeffrey Kain jeffrey.k...@gmail.com > On Jun 18, 2018, at 8:36 PM, Justin Carr via

Re: Adding dates (sync) from 4D to Google Calendar

2018-06-18 Thread ernie hilgers via 4D_Tech
Hi All, (sorry, made a mistake with the subject). Thanks for pointing the way and the warnings (lol). Was unsuspected humor, me like.. > From: Keisuke Miyako > > you need to > > 1. create a Google account > 2. study the Google Calendar API > 3. use HTTP request to send and receive JSON

Re: Delay process bug

2018-06-18 Thread Justin Carr via 4D_Tech
On 18 Jun 2018, at 4:39 pm, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Justin, > I do use DELAY PROCESS but as I said it's only for a minute or two. > And like I said maybe I've simply been lucky. As my business mentor used to > say, "sometimes it's better to be lucky than smart."

Re: v16 Time picker - bound variable changed

2018-06-18 Thread Keisuke Miyako via 4D_Tech
Hello, > how to tell when a non-R version will have the features of an R-version. short answer is, when the version number changes and the "R" goes way. 16Rn and 16.x are different numbering systems, so it doesn't matter if n > R. 16.3 has the exact same features as 16.0 - nothing will be added

Re: Delay process bug

2018-06-18 Thread Bernd Fröhlich via 4D_Tech
Keisuke Miyako: > it's not that the DELAY P. has a problem resuming, > the problem manifests itself when the codes pauses a process that is already > in "delay" status. > a double resume is required to cancel a delay-double combo. That would be another bug then. Over here it was a simple loop

Re: Delay process bug

2018-06-18 Thread Kirk Brooks via 4D_Tech
Justin, I do use DELAY PROCESS but as I said it's only for a minute or two. And like I said maybe I've simply been lucky. As my business mentor used to say, "sometimes it's better to be lucky than smart." On Sun, Jun 17, 2018 at 7:45 PM Justin Carr via 4D_Tech < 4d_tech@lists.4d.com> wrote: > On

Re: MySql login problem

2018-06-18 Thread Koen Van Hooreweghe via 4D_Tech
Hi Pat, Could there be an access hosts filtering setup up on the MySql database? Maybe a change in the customers WAN ip address causes the access denial? Just a thought. Kind regards, Koen > Op 15 jun. 2018, om 20:57 heeft Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > het volgende