RE: user-agent html formatting on android outlook

2019-02-26 Thread David Ringsmuth via 4D_Tech
Keisuke, Prior to my post I read that the tags may have been removed by the device/user-agent. I was looking for either support for my suspicion or a possible fix. You are providing support! If I can’t fix it, then your support helps me make that case. Thanks! David Ringsmuth From: Keisuke

Re: Comparing two structures...

2019-02-26 Thread Wayne Stewart via 4D_Tech
Here's routine which I've had for the last quarter century. I just tweaked it today to get rid of dependencies. // // Project Method: Structure Description {(Include Relations)} // Creates a text description of the structure // by

Re: Comparing two structures...

2019-02-26 Thread Tom Benedict via 4D_Tech
Hi Robert, Do you just need to compare the schema (the tables and fields) or do you also need to compare the methods and forms? If it’s the former, then Miyako’s recommendation to use 4D’s Export to XML feature will suffice. If you need to compare methods/forms you’ll need to export them then

Re: user-agent html formatting on android outlook

2019-02-26 Thread Keisuke Miyako via 4D_Tech
are you sure this is actually an issue specific to Active4D? it is not uncommon for mail servers or even clients to automatically create plain text versions of an HTML message. it sounds like your tags have been removed that way. you might want to widen your scope of investigation to search

Re: Comparing two structures...

2019-02-26 Thread Keisuke Miyako via 4D_Tech
I suppose you could export the structure in XML format (no command yet in v13 but you can always do it from the menu) and compare. https://doc.4d.com/4Dv17/4D/17.1/Exporting-and-importing-structure-definitions.300-4201101.en.html 2019/02/27 11:42、Robert ListMail via 4D_Tech

Comparing two structures...

2019-02-26 Thread Robert ListMail via 4D_Tech
I’ve inherited a v13-based 4D database and I have a need to determine the differences amongst two. So, what are my structure comparison options? Thanks, Robert ** 4D Internet Users Group (4D iNUG) Archive:

Re: "Attempting to retype using a pointer"

2019-02-26 Thread Kirk Brooks via 4D_Tech
Jeremy, You know objects are not intended as a way to manage transferring pointers around. The docs actually refer to a more limited use of pointers in objects: https://doc.4d.com/4Dv17R4/4D/17-R4/Data-Types.300-4054923.en.html A property value can be of the following type: ... pointer (stored as

Re: "Attempting to retype using a pointer"

2019-02-26 Thread Jeremy Roussak via 4D_Tech
Chip, I think you’re probably right. I’ve worked round the problem by cutting out the objects, and all is now OK even compiled. Jeremy > > On 26 Feb 2019, at 14:47, Chip Scheide <4d_o...@pghrepository.org> wrote: > > Jeremy, > as I am sure you know pointers in 4D have some 'quirks'. > I

user-agent html formatting on android outlook

2019-02-26 Thread David Ringsmuth via 4D_Tech
My 4Dv17/Active4D application has a web form with some minimal attribute. Bold, Sized text with at the line endings. The text displays correctly on most user-agents. On the android using the outlook application as a web user-agent. the text is displayed with no formatting, a large single

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

2019-02-26 Thread cjmiller--- via 4D_Tech
Interesting I am having trouble logging into and mounting an external drive using 4D 16.4. I know the code used to work. It is a built client server app and will be happening on server but is being tested on client. I am using it to copy journal to mirror machine Regards Chuck Sent from my

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

2019-02-26 Thread John DeSoi via 4D_Tech
Maybe. I never worried about it before for custom and personal applications, but each version of macOS is getting more restrictive. With 10.14 certain commands called by 4D with LAUNCH EXTERNAL PROCESS stopped working. The error said you had to give access to the app in security and privacy

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

2019-02-26 Thread Tai Bui via 4D_Tech
Hi, Another command within 4D that can be used is the OPEN URL command: https://doc.4d.com/4Dv17R3/4D/17-R3/OPEN-URL.301-3906494.en.html ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

Re: 4D Developer Available

2019-02-26 Thread rooftop99--- via 4D_Tech
Having worked with Tom at Free & Clear and Optum for nearly six years I want to add my support. He is an exceptionally talented 4D Dev (plus much more). Anyone needing 4D development could not go wrong hiring this man… Best of luck in your search, Tom. Kirk Call Director of Software

Re: 4D Developer Available

2019-02-26 Thread Peter Jakobsson via 4D_Tech
That is a stellar curriculum I must say. Good luck with your new phase ! Peter > On 26 Feb 2019, at 17:52, Tom Benedict via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I have recently left my long time employer and begun free-lance 4D > development work. > > I have 24+ years of experience

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

2019-02-26 Thread John J Foster via 4D_Tech
Hey All, If I have no intention of placing my standalone (w/engine) app in the Apple store do I need to concern myself with an app certificate? Do I need to worry about an app certificate on the windows side as well? John... > > Hi Koen, > > So looking at the "Licenses & Certificate” tab I

4D Developer Available

2019-02-26 Thread Tom Benedict via 4D_Tech
I have recently left my long time employer and begun free-lance 4D development work. I have 24+ years of experience scaling a 4D solution from a departmental application into a full enterprise system. During that time I have worn many hats, some simultaneously, including Business Analyst,

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

2019-02-26 Thread Julio Carneiro via 4D_Tech
One idea would be to start 4D Client (preferably a built server/client, so you have a specific .exe to use), and upon start up, use LEP to start Chrome. You can start Chrome using a specific URI in the format: "http://user:p...@yoursite.com/xxx ” (assuming

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

2019-02-26 Thread Chip Scheide via 4D_Tech
I would expect that a batch file would do this. While I have not tried anything like this on windows... I believe that the launch of an application can take a parameter (Chrome + url) and you should also be able to launch 4D by referencing a link file. Alternatively you could launch 4D, and use

Re: "Attempting to retype using a pointer"

2019-02-26 Thread Chip Scheide via 4D_Tech
Jeremy, as I am sure you know pointers in 4D have some 'quirks'. I suspect that you have found another. Chip On Tue, 26 Feb 2019 07:18:36 +, Jeremy Roussak via 4D_Tech wrote: > Kirk, > > My apologies. I mistyped the offending lines! > > The lines causing the error dereference the pointers.