New Gmail interface does not render carriage returns as Line breaks in 4D plain text Emails

2018-08-02 Thread Dave Nasralla via 4D_Tech
Hey all, This may be a bit obscure for most. Our system (for decades) has sent plain text emails (mostly alerts and short notices). It's never been an issue until the new Gmail interface. The new interface does not render line breaks sent as a carriage return. Everything just runs together. Line

Re: V17 client crash on open

2018-08-02 Thread James Brown via 4D_Tech
Yeah, that has to be it - thanks Tim. Early 2008 iMacs were the first to have the SSE 4.1 instruction set. Wish I had thought of this before! Have spent ages trying to figure it out. Just assumed that it was a permissions thing or corrupt file somewhere. Never thought it was a CPU limitation.

Re: is it possible to rename the data file?

2018-08-02 Thread webmaster namethatplant.net via 4D_Tech
Thank you, Chip and Chuck! I was afraid that if I fiddled with the names it might somehow corrupt the "strong link" between v12's structure and data files. For the archives, I changed the names of the .DD, .INDX, and .MATCH files, also the backup files .BK AND .BL. Why v12? Well, it's closer

Re: Query by Formula bug Client/Server with Automatic Relations

2018-08-02 Thread Keisuke Miyako via 4D_Tech
thank you for the correction and clarification! incidentally, is the query executed from a UI (i.e. running the query on a table form)? what is the status of the "execute formula on server" compatibility setting? 2018/08/03 2:47、Richard Wright via 4D_Tech

Re: v13+ Unicode characters 1-7

2018-08-02 Thread Keisuke Miyako via 4D_Tech
as indicated in the wikipedia post, setting xml version to "1.1" could be a solution. > 2018/08/03 7:54、Timothy Penner via 4D_Tech <4d_tech@lists.4d.com>のメール: > I think this may be a limitation of XML... > https://en.wikipedia.org/wiki/Valid_characters_in_XML

RE: v13+ Unicode characters 1-7

2018-08-02 Thread Timothy Penner via 4D_Tech
> I had a problem getting that character (Char(12)) to work as a Konstant... > Which is also why char(12) and not char(11) I could not get the Konstant xml > parser to accept Char(11). I think this may be a limitation of XML... https://en.wikipedia.org/wiki/Valid_characters_in_XML -Tim

Re: Off - Apple OS Server

2018-08-02 Thread Ronald Rosell via 4D_Tech
Regarding the web server, if you’re just serving static content, then having your ISP host is usually fine. If you have a website front end that integrates with 4D then you can continue to use MacOS to serve your site. All that Apple is doing is unbundling some third-party applications,

RE: V17 client crash on open

2018-08-02 Thread Timothy Penner via 4D_Tech
Oops, looks like I missed this detail: > The client machine is a 2007 iMac running 10.11.6. Based on that, I would assume the CPU in this machine may be missing the SSE4,1 instruction set, which exists in most cpu's starting in 2008, and is required if using 64 bit versions of 4D. Here is a

RE: V17 client crash on open

2018-08-02 Thread Timothy Penner via 4D_Tech
Hi James, Delayed response here - not sure if you are still seeing the issue or not, but the paths listed in the crash report seems like you may be running 4D from either the DMG itself or from a translocated (read-only) folder. The path listed at the top of your crash report is:

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
Hi All, The mystery opening the listbox demo database is solved. Apparently, the database I downloaded was set to open compiled by default, or my 4D installation must have a preference setting to that effect. The solution was to first open the 4D software, then navigate to the .db file, and

Re: is it possible to rename the data file?

2018-08-02 Thread Charles Miller via 4D_Tech
A. why are you going to v12. B yes you can change name but the server or standalone can not be running when you do it. I do not remember in v12 what naming conventions were re 4D, so it may not be just the data file you need to rename Regards Chuck On Thu, Aug 2, 2018 at 3:42 PM, webmaster

Re: is it possible to rename the data file?

2018-08-02 Thread Chip Scheide via 4D_Tech
at the desktop (OS) level rename the data file. on start up the database will ask you where the data file is. point it to the newly renamed data file. On Thu, 2 Aug 2018 15:42:48 -0400 (EDT), webmaster namethatplant.net via 4D_Tech wrote: > Is it possible to rename the data file in v12? > >

is it possible to rename the data file?

2018-08-02 Thread webmaster namethatplant.net via 4D_Tech
Is it possible to rename the data file in v12? After converting a v2004 database to v12, but before I'd finished making the necessary changes to the code, I converted datafile updates more than once. Unfortunately, I forgot to change the name of the datafile on the last conversion, so it has

autocomplete/ typeahead for a web application?

2018-08-02 Thread webmaster namethatplant.net via 4D_Tech
I would like to add an autocomplete/ typeahead function to a web application, and I'd be interested to know what y'all recommend that can work with 4D's built-in web server (v12.6). Is anyone using Awesomplete? Does it work with mobile browsers? I read that Twitter's Typeahead does not work

Re: Query by Formula bug Client/Server with Automatic Relations

2018-08-02 Thread Richard Wright via 4D_Tech
The selection of One records is not changed based on the Many records, the selection is lost. Further in the documentation it states: > Some of the commands listed in the previous table (such as the query > commands) load a current record after the task is completed. In this case, > the

Re: Changes to variable initialization in v16?

2018-08-02 Thread Noah via 4D_Tech
So we saw this error pop up elsewhere in our beta test of v16 under the same circumstances: Error:"A variable was expected" the line of code is: SET QUERY DESTINATION(Into variable;$LQueryResult) Looking at the Unique Values project method in the example on this page:

Re: Off - Apple OS Server

2018-08-02 Thread UKVetDerm via 4D_Tech
Re: VPN - I’m thinking of purchasing a device I would heartly recommend a hardware device for VPN, the reliability and throughput, as well as added security features (e.g. web filtering) are a definitive improvement over server. With a UPS for supply backup they just sit there backup once

RE: Off - Apple OS Server

2018-08-02 Thread David Ringsmuth via 4D_Tech
I recommend against using godaddy for email, compared with AWS SES. David Ringsmuth From: npdennis via 4D_Tech Sent: Thursday, August 2, 2018 9:48 AM To: Chip Scheide via 4D_Tech Cc: npdennis Subject: Off - Apple OS Server With Apple removing many applications from future OS Servers I’m looking

RE: Off - Apple OS Server

2018-08-02 Thread David Ringsmuth via 4D_Tech
I recommend using AWS SES for email. It costs a very little bit, but it’s fast and effective. Best I’ve found. David Ringsmuth From: npdennis via 4D_Tech Sent: Thursday, August 2, 2018 9:48 AM To: Chip Scheide via 4D_Tech Cc: npdennis Subject: Off - Apple OS Server With Apple removing many

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread John DeSoi via 4D_Tech
Try bringing up the "User Interrupt" menu and select the Go to Design Mode option. On the Mac it is control-option-click. Not sure about Windows. John DeSoi, Ph.D. > On Aug 2, 2018, at 10:55 AM, mferguson--- via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Puzzling. That doesn’t work on my

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
Kirk, Puzzling. That doesn’t work on my Windows machine. It’s not a licensing issue because I am developing in v16. :( Michael > On Aug 2, 2018, at 8:25 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Michael, > No idea what that's about. Here's what I did when I downloaded

Re: Query by Formula bug Client/Server with Automatic Relations

2018-08-02 Thread Chip Scheide via 4D_Tech
I missed that part... On Thu, 02 Aug 2018 10:14:33 -0500, Tim Nevels via 4D_Tech wrote: > > So would you expect it to work the same in single-user and client/server? --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing

Re: Off - Apple OS Server

2018-08-02 Thread Chip Scheide via 4D_Tech
you can run : Email through godaddy to. This email (& domain) are with them. On Thu, 2 Aug 2018 08:48:20 -0600, npdennis via 4D_Tech wrote: > With Apple removing many applications from future OS Servers I’m > looking for some ideas for good replacements for the following: > > Email. Web, VPN,

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread Kirk Brooks via 4D_Tech
Michael, No idea what that's about. Here's what I did when I downloaded and ran it. 1) opens to the demo dialog 2) closed the dialog and I'm in design. If you hit the Mode/Design menu command first just close the dialog. On Thu, Aug 2, 2018 at 7:52 AM mferguson--- via 4D_Tech <

Re: Query by Formula bug Client/Server with Automatic Relations

2018-08-02 Thread Tim Nevels via 4D_Tech
On Aug 2, 2018, at 9:12 AM, Chip Scheide wrote: > with the auto many to one > I would *expect* the selection in the one table to be changed, after > running a query on the many table. I would also expect that the one > table record would be the one (in the one to many) of the first record >

Re: Query by Formula bug Client/Server with Automatic Relations

2018-08-02 Thread Tim Nevels via 4D_Tech
On Aug 2, 2018, at 9:12 AM, Richard Wright wrote: > I just ran into a problem where running a Query By Formula bug in > Client/Server that has apparently been around for a long time: > > Client/Server > Two related tables and automatic many-to-one is turned on > > 1. Select a record in the

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
Hi Kirk, Uh, when I do that on my machine it gets into the pretend design environment. All the menu items are grayed out. : ) Michael > On Aug 2, 2018, at 7:34 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hey Michael, > You don't need the source code. Just download the

Off - Apple OS Server

2018-08-02 Thread npdennis via 4D_Tech
With Apple removing many applications from future OS Servers I’m looking for some ideas for good replacements for the following: Email. Web, VPN, DNS Email - I’m thinking of using gmail but I don’t know if there is something better Web - I’m thinking of using my ISP DNS - I have my domain

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread Kirk Brooks via 4D_Tech
Hey Michael, You don't need the source code. Just download the database zip. You have to close the demo dialog to get into design mode (because the dialog is opened with the On startup database method). On Thu, Aug 2, 2018 at 6:25 AM mferguson--- via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi

Re: Changes to variable initialization in v16?

2018-08-02 Thread Chip Scheide via 4D_Tech
> In addition to consistency & clarity in showing variable type, do you from my 'Conventions' (all comment) method //Variables //all process or interprocess vars are preceded by a type designator //I do not hold these conventions for local variables //this is in the form of : //

Re: v13+ Unicode characters 1-7

2018-08-02 Thread Chip Scheide via 4D_Tech
simplicity :) I figured out what I need(ed). The big problem I ran into was not the character itself, after selecting one. I had a problem getting that character (Char(12)) to work as a Konstant... Which is also why char(12) and not char(11) I could not get the Konstant xml parser to accept

Re: Query by Formula bug Client/Server with Automatic Relations

2018-08-02 Thread Chip Scheide via 4D_Tech
with the auto many to one I would *expect* the selection in the one table to be changed, after running a query on the many table. I would also expect that the one table record would be the one (in the one to many) of the first record in the many. I am not sure as I do not use Query by formula

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
Hi Miyako, The example looks promising, except the source code download only had a text file in it. Can’t get into the design mode. Thanks Michael > On Aug 1, 2018, at 9:20 PM, Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hello, > > this is 16R6 structure. > > nothing