RE: DELAY PROCESS bug

2018-01-07 Thread Bernd Fröhlich via 4D_Tech
Drew Waddell:

> That's not really a solution though, we'd have to write like a process 
> watching that would have to make a call that process needed to be revived.

Just make sure the watching process does not depend on using Delay Process for 
itself.

Since Delay Process sometimes just behaves like Pause Process, I decided to use 
Pause Process instead and wake it from another process that uses a window with 
a timer to do a Resume Process.

Works fine so far.

Greetings from Germany,
Bernd Fröhlich
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Data from 4D to a webpage

2018-01-07 Thread Tom DeMeo via 4D_Tech
Hi Carl,


Based on what you said you wanted, I think what you need is to use the 4D HTTP 
client commands to post an HTTP Request to your web server from your standalone 
4D app. It would be the equivalent of having 4D fill out a form in a browser 
and submit it to your web server. No 4D tags would be involved. To your web 
server, it can be processed just like a submitted form.

Look in the 4D Language reference of the version you are using, and look under 
the HTTP Client theme. You’ll probably use the HTTP Request command


Regards,


Tom DeMeo




> On Jan 7, 2018, at 3:00 PM, 4d_tech-requ...@lists.4d.com wrote:
> 
> Message: 3
> Date: Sun, 7 Jan 2018 13:21:39 +0100
> From: "Carl Aage Wangel" mailto:wan...@online.no>>
> To: <4d_tech@lists.4D.com >
> Subject: Re: Data from 4D to a webpage
> Message-ID: <000c01d387b2$13cc2230$3b646690$@online.no 
> >
> Content-Type: text/plain; charset="us-ascii"
> 
> Thanks Janet,
> 
> I am selling/giving away  a few (very few) stand-alone solution created in
> 4D. My dream was to make the costumer connect to my webpage from the 4D
> solution and provide needed information on an automatic level, using 4D
> TAGS. My webpage is HTML5 embedded in PHP with a mySQL connection. 
> 
> Carl

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Data from 4D to a webpage

2018-01-07 Thread Carl Aage Wangel via 4D_Tech
Thanks Janet,

I am selling/giving away  a few (very few) stand-alone solution created in
4D. My dream was to make the costumer connect to my webpage from the 4D
solution and provide needed information on an automatic level, using 4D
TAGS. My webpage is HTML5 embedded in PHP with a mySQL connection. 

Carl

> used On Web Connection to call the correct methods, load the pages, etc. I
can then edit the html >in Text Wrangler, paste it back into the field,
archive page changes, etc. You don't need it all to >reside in the web
folder.

> 

>JJ

 

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**