Re: Denver Area Developers

2019-02-25 Thread Steven via 4D_Tech
Hey, Tom. I am down here in SF, with a couple of other 4D or ex-4D developers. Disappointed that 4D canceled the Denver stop on the World Tour this year. That was great fun last time. And I heard from 4D that it was well attended and well received on both sides. Perhaps if enough folks

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi Koen, So looking at the "Licenses & Certificate” tab I would have to answer no. Ahhh… So I updated them and then clicked on the Build and I got an error “Unknown error”. Very descriptive! So thank you Koen I am closer. Now to figure out the next level of challenges. Might this error have

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi Steve, I don’t think so? Running 4D Server or 4D Pro or 4D Standalone require different licenses. I just updated recently and the 4D Pro seems to work fine. John... > Is it that you have two separate licences - should you not just have the > partner licence for both or the developer

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi All, Yea further success! Turns out the error was due to a form that had a dot as part of it’s name. “thisFrom.d” Changed the for to and underscore and passed that part and now on to learning/understanding the code signature process. Error: “Code Signature Failed” I know this was

Current Time(*) timezone

2019-02-25 Thread Jim Crate via 4D_Tech
After messing around with timezone offset detection/conversion recently in 4D I’m curious if you use the * parameter to get the current time from the server, is that time converted to the user’s timezone or will that be the time in the server’s timezone? Jim Crate

Re: Current Time(*) timezone

2019-02-25 Thread Keisuke Miyako via 4D_Tech
Current time(*) and Current date(*) are returned the server's timezone. if daylight saving ended on the server side, but not on the client side, nothing is done to convert the value across timezones. the advantage of using Timestamp (UTC) is that it is agnostic to timezones. 2019/02/26 6:21、Jim

Re: 4D JSON Date Bug

2019-02-25 Thread Keisuke Miyako via 4D_Tech
Note: variable names are not supported to start with a number ($4dDate) the line OB SET($obj;"apiDate";"2019-02-24") does not set a date value. it sets a string that looks like a date to some people. try something like $obj:=New object OB SET($obj;"d1";Current date) OB

exe file that can launch 4D client as well as Chrome?

2019-02-25 Thread Keith Goebel via 4D_Tech
Hi all. We have a scenario where we want to use an exe file to start both 4D Client (v17.0 HF3 Win) and Chrome browser. The browser has to login to a given url with a user name and password. Also, the 4D Client has to be in front when they have finished startup. Is all that possible? If so, can

Re: "Attempting to retype using a pointer"

2019-02-25 Thread Jeremy Roussak via 4D_Tech
Kirk, My apologies. I mistyped the offending lines! The lines causing the error dereference the pointers. So they are $to.toDate->:=$from.toDate-> $to.toAge->:=$from.toAge-> etc. The curious things are that (a) the dereferenced pointers do definitely point at variables of the same type; (b)

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread Koen Van Hooreweghe via 4D_Tech
Hi John, Did you add/update your new licenses in the "Licenses & Certificate" tab of the Build Application dialog? HTH Koen > Op 25 feb. 2019, om 17:07 heeft John J Foster via 4D_Tech > <4d_tech@lists.4d.com> het volgende geschreven: > > I am using my 4D v17 Partner licenses which have been

Re: "Attempting to retype using a pointer"

2019-02-25 Thread Kirk Brooks via 4D_Tech
Jeremy, Since you are writing the data to an object what's the value of using the pointer? Why not just write the data? In fact, since TCMGetRow looks like it is simply holding the data for the transfer you could make it a loop: For($i;1;number of objects) $o["_"+string($i)]:=Object get

"Attempting to retype using a pointer"

2019-02-25 Thread Jeremy Roussak via 4D_Tech
I have a form which shows a variable number of rows of numbers and text. The rows are created using OBJECT DUPLICATE on each of the half-dozen items in the row (yes, using a collection listbox might be a better way do to it, but I wrote this code a while ago). If a row is deleted, I need to

Re: 4D JSON Date Bug

2019-02-25 Thread Bart Davis via 4D_Tech
Thanks Jeremy, I turned on the compatibility setting for "Use date type instead of ISO date format in objects" and restarted 4D, but still get the same results from the code below. Even if the setting did result in the correct answer, I think that 4D made a bad decision to make the default

Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi All, I know this has been discussed but I couldn’t anything but really old nug posts. I am using my 4D v17 Partner licenses which have been updated this February. So I am current! The License Manage reflects both: 4D Developer Professional v17 R4 —> February 2020 4D Unlimited Desktop 4D

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread UKVetDerm via 4D_Tech
Is it that you have two separate licences - should you not just have the partner licence for both or the developer licence for both? Having said that my licence was incorrectly updated at maintenance renewal recently and fixed very quickly by 4D in France. Steve On 25/02/2019, 16:07,