Re: [Resolved - I think :) ] Help please - Compiling

2018-08-17 Thread Chip Scheide via 4D_Tech
one final note: The solution I used was tom John Poteat He got the code to compile by simply removing extra parentheses -- who would have thought REMOVING parens would make some thing work :) so - in the one line of code that would not compile: Original SORT

Re: 4d Write fonts missing

2018-08-17 Thread Jeremy French via 4D_Tech
“Times" is present but its spelling is different. Take a look at the list of fonts included with High Sierra: https://support.apple.com/en-us/HT206872\ > On Aug 17, 2018, at 11:32 AM, JOHN BAUGHMAN via 4D_Tech > <4d_tech@lists.4d.com> wrote: > >

Re: 4d Write fonts missing

2018-08-17 Thread Chip Scheide via 4D_Tech
Time new roman existing font size -1 ? :) On Fri, 17 Aug 2018 08:10:46 -1000, JOHN BAUGHMAN via 4D_Tech wrote: > HI Chip. Yes in my research I found it well documented that Times is > gone in favor of Times New Roman. Problem is that Times New Roman is > a bit larger than times and they have

Re: 4d Write fonts missing

2018-08-17 Thread JOHN BAUGHMAN via 4D_Tech
HI Chip. Yes in my research I found it well documented that Times is gone in favor of Times New Roman. Problem is that Times New Roman is a bit larger than times and they have many letters created from templates that are in the processing stages that when viewed on new machines with Times New

Re: 4d Write fonts missing

2018-08-17 Thread Chip Scheide via 4D_Tech
one other thing you could try: I do not know how to do this in 4D write (I do not use it) but I'll expect that while 'Times' is gone, there is a 'Times New Roman' these fonts are nearly identical, and I suspect that 'Times' is gone forever as a standard font on Mac OS. If you can switch the font

Re: 4d Write fonts missing

2018-08-17 Thread Axel Kohlepp via 4D_Tech
I hope this helps. https://www.dummies.com/computers/macs/mac-operating-systems/install-fonts-manually-macos-sierra/ AxelKohlepp®2015 Best regards Axel Kohlepp JOHN BAUGHMAN via 4D_Tech schrieb: One of my client’s office is composed of a mixed bag of Mac operating systems. Those computers

Re: 4d Write fonts missing

2018-08-17 Thread Axel Kohlepp via 4D_Tech
Get the font from an older System. Axel Kohlepp AxelKohlepp®2015 JOHN BAUGHMAN via 4D_Tech schrieb: One of my client’s office is composed of a mixed bag of Mac operating systems. Those computers running HIgh Sierra lost the Times font. This creates a problem when one user creates a 4D Write

Help please - Compiling

2018-08-17 Thread Steven via 4D_Tech
Chip, Don’t know if it is a typo, but if you copied and pasted the declaration of the local is missing its ‘i’! Declared “$sze”, referenced “$size” HTH Steven Prins Santa Fe, NM > On Aug 17, 2018, at 9:55 AM, 4d_tech-requ...@lists.4d.com wrote: > > Message: 4 > Date: Fri, 17 Aug 2018

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Kirk Brooks via 4D_Tech
Yeah, it is a really difficult issue. Here in California you have the same sorts of distinctions. In our industry (construction) there are also distinctions with how the item is sold: if it's included in a lumpsum contract (we will install this widget for this price) there is no sales tax but the

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Dan Ivy via 4D_Tech
Thank you for this tip! Dan Ivy ivyleaf systems I talked to this service via 4D. Best API I’ve dealt with aside from maybe Stripe. https://www.taxjar.com/ > On Aug 16, 2018, at 9:28 AM, Dan Ivy via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I'm looking for

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Dan Ivy via 4D_Tech
Thank you for that lead on the sales tax service! I will check this out. -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html

RE: Help please - Compiling

2018-08-17 Thread lists via 4D_Tech
Hi Chip, You declare the longint var as "$sze", then use "$Size" which is undeclared. As far as the error on the sort array, the ascending operator is optional and is the default value anyway, omitting it does compile without an issue. However, if you need the sort to be Descending, this

Re: Help please - Compiling

2018-08-17 Thread Dave Nasralla via 4D_Tech
Hi Chip, I"m using v17HF1 and it does not compile on the last sort. This does: C_POINTER($1;$Handle) C_TEXT($formula) C_LONGINT($i;$2;$Sort_Column;$3;$Direction;$Sze) $Handle:=$1 $Direction:=$2 $Sort_Column:=$3 `errutl_Start $Sze:=Size of array($Handle->) C_Pointer($a;$b;$c) If

4d Write fonts missing

2018-08-17 Thread JOHN BAUGHMAN via 4D_Tech
One of my client’s office is composed of a mixed bag of Mac operating systems. Those computers running HIgh Sierra lost the Times font. This creates a problem when one user creates a 4D Write document using Times and another user who no longer has times in 4D Write tries to edit the document.

Re: Help please - Compiling

2018-08-17 Thread Koen Van Hooreweghe via 4D_Tech
Hi Chip, Typo? $Sze:=Size of array($Handle->) If ($Size<=12) $Sze is defined, $Size not. HTH Koen > Op 17 aug. 2018, om 17:18 heeft Chip Scheide via 4D_Tech > <4d_tech@lists.4d.com> het volgende geschreven: > > $Sze:=Size of array($Handle->) > > If ($Size<=12)

Help please - Compiling

2018-08-17 Thread Chip Scheide via 4D_Tech
Can some one (everyone?) try to compile the following code if it compiles, please let me know, or let me know what you did to get it to compile. I have tried everything I can think of to get this to compile - and it will not. the following is a portion of a much larger case statement which

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Chip Scheide via 4D_Tech
Just wondering... I know that there are a **stupid** number of sales tax zones, and exceptions in each zone i.e in Pa - where I live - clothing, (most) groceries, and necessities are sales tax exempt; however (and there is always at least one) some clothing (sports specific are NOT exempt),

Re: Why Does one throw an error and not the other?

2018-08-17 Thread Chip Scheide via 4D_Tech
v13 On Thu, 16 Aug 2018 22:17:42 +0100, Pat Bensky via 4D_Tech wrote: > Chip, > What version? I have seen some very bizarre compiler errors with v17r2. > PB > > On Thu, 16 Aug 2018 at 21:54, Chip Scheide via 4D_Tech > <4d_tech@lists.4d.com> > wrote: > >> : ($Size=6) >> SORT >>

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Jeffrey Kain via 4D_Tech
Not compared to filing sales tax in every tax jurisdiction in every state (eventually) every month ourselves... > On Aug 17, 2018, at 1:00 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > So kinda pricey? ** 4D

Re: v17 Find in Design Client Server

2018-08-17 Thread Jeffrey Kain via 4D_Tech
Not seeing this here. > On Aug 17, 2018, at 3:35 AM, Douglas Cryer via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > So imagine my horror when I am seeing searches which would take several > seconds to complete in v15 taking several minutes to complete in v17. This > will mean more cups of

Re: Creating Windows Taskbar Icons with 4D Version Numbers

2018-08-17 Thread Koen Van Hooreweghe via 4D_Tech
Hi all, FWIW, on macOS I'm using a slightly different approach. Instead of renaming the application I change the icon. Copy/paste in Finder File Info window I use the actual 4D icons, but add the version and build number and also a small indicator for 64bit.

v17 Find in Design Client Server

2018-08-17 Thread Douglas Cryer via 4D_Tech
Hi Folks, More than 80% of my development effort is spent using client server. The main system I work on these days had 10 years development before I got involved so although I have been working on the code for nearly as long I still have to use Find in Design daily. Lets face it we all need