Re: 4D for iOS: anyone?

2018-09-11 Thread Tim Nevels via 4D_Tech
On Sep 11, 2018, at 10:03 AM, Vincent de Lachaux wrote: > in works, coming in a next R release (probably R4) I’m glad to see that Vincent is working on this project. He has a long history of making the 4D projects he works on much better and more useful. I believe he is the engineer that wrote

Re: 4D for iOS: anyone?

2018-09-11 Thread Vincent de Lachaux via 4D_Tech
in works, coming in a next R release (probably R4) > On 11 Sep 2018, at 13:34, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> wrote: > > On Sep 11, 2018, at 2:29 AM, Rudy Mortier wrote: > >> Thanks a lot for the feedback. >> >> I did go back and edit the templates and fields, so that might be t

RE: 4Dv15 applications as a Service in Windows Server 2012

2018-09-11 Thread Vance Villanueva via 4D_Tech
Hi Ronnie, Please take a look at this KB in regards to Windows Server 2012: http://kb.4d.com/assetid=77139 Regards, Vance Villanueva From: Ronnie Teo [mailto:ron...@tarawerkz.com] Sent: Tuesday, September 11, 2018 12:30 AM To: Vance Villanueva Cc: 4D iNug Technical Subject: Re: 4Dv15 applica

Re: Help?

2018-09-11 Thread Timothy Penner via 4D_Tech
You can skip the on startup code via a 4dlink file as described here: http://kb.4d.com/assetid=76553 -Tim Sent from my Verizon, Samsung Galaxy smartphone Original message From: Kenneth Geiger via 4D_Tech <4d_tech@lists.4d.com> Date: 9/10/18 4:55 PM (GMT-08:00) To: 4D iNug

Re: Help?

2018-09-11 Thread Jody Bevan via 4D_Tech
Ken: This is why with ALL our code, we have right near the very beginning of our code the following: If(Caps Lock Down) Trace End if Of course this does not work in compiled mode. Many many years ago I learned the lesson like you did. This is now standard code. Jody > On Sep 10, 2018, at 8:

Re: 4D for iOS: anyone?

2018-09-11 Thread John DeSoi via 4D_Tech
I think it refers to My Home > List of posts > R-release channel > Beta version Then in the first box there is a Forum "4D for iOS - Preview", where you can further filter or click on "Create a new topic". John DeSoi, Ph.D. > On Sep 11, 2018, at 3:20 AM, Two Way Communications via 4D_Tech >

Re: Help?

2018-09-11 Thread Ken Geiger Gmail via 4D_Tech
Hi Randy, Ingo, & Tim, Thanks for your suggestions. I’ve recovered from my faux pax and have added the “Trace” back-door to all of my projects. Again, thanks much!!! Ken Sent from my iPhone > On Sep 11, 2018, at 5:45 AM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> > wrote: > >> On Sep 11

RE: Help?

2018-09-11 Thread Tim Nevels via 4D_Tech
On Sep 11, 2018, at 2:29 AM, Randy Engle wrote: > Started my app, held down alt key. > Dialog: Open Data File > Click OK > "Immediately" held down Shift-ALT-Right Mouse > Selected "Application Process" to trace > > Hit trace in first line of code on ON STARTUP Method.This is the first 3 > line

Re: 4D for iOS: anyone?

2018-09-11 Thread Tim Nevels via 4D_Tech
On Sep 11, 2018, at 2:29 AM, Rudy Mortier wrote: > Thanks a lot for the feedback. > > I did go back and edit the templates and fields, so that might be the problem. > > About the selection of data that is downloaded: wouldn’t it be possible to > control that in the ‘On mobile authentication met

Re: 4D for iOS: anyone?

2018-09-11 Thread Two Way Communications via 4D_Tech
Thanks guys, I have been looking at the forum before but somehow I failed to find this topic. Rudy Mortier Two Way Communications bvba > On 11 Sep 2018, at 09:28, Vincent de Lachaux via 4D_Tech > <4d_tech@lists.4d.com> wrote: > >> > > > On 10 Sep 2018, at 20:18, Two Way Communications v

Re: Help?

2018-09-11 Thread Ingo Wolf via 4D_Tech
One of the first code lines in the "On Startup" of every project is the method "TRACE_": //PM: TRACE_ //Erstellt am 09.03.2000 um 16:10:44 Uhr von IngoWolf If (Not(Is compiled mode)) If ((Shift down) & (Macintosh control down | Windows Ctrl down)) TRACE End i

Re: 4D for iOS: anyone?

2018-09-11 Thread Vincent de Lachaux via 4D_Tech
> On 10 Sep 2018, at 20:18, Two Way Communications via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Is there any place we can get some help? Hi Rudy There is a dedicated forum here: http://forums.4d.com/List_Message/EN:0/1/1/1/1/1/14234613/0/0/25105655/-1/0/0/0/0/0/0/0/ Feel free to post we are

Re: 4Dv15 applications as a Service in Windows Server 2012

2018-09-11 Thread Ronnie Teo via 4D_Tech
Hi Vance, Yes, I have done that more than a few times. Regards, Ronnie Tarawerkz > On 11 Sep 2018, at 2:53 AM, Vance Villanueva wrote: > > Hi Ronnie, > > Have you tried unregistering the service and re-registering it? > > http://kb.4d.com/assetid=2 > >