Re: New Mail Command 17r6

2020-04-03 Thread UKVetDerm via 4D_Tech
Hi Keisuke The docs are incorrect or incomplete somewhere - probably in v18 or v18r2 - I will see if I can find this. I have been using this on the Mac for years, but I am not a big windows user and looked this up at the time. The LiveDoc reference logged in has 18r2, 18, 17, 16 and not the last

Re: New Mail Command 17r6

2020-04-03 Thread Keisuke Miyako via 4D_Tech
what if you login to livedoc? https://livedoc.4d.com/ do you still not see extra tabs? > 2020/04/04 6:45、UKVetDerm via 4D_Tech <4d_tech@lists.4d.com>のメール: > v17v6 docs are not available on line. ** 4D Internet Users Group (4D

Re: New Mail Command 17r6

2020-04-03 Thread Keisuke Miyako via 4D_Tech
this is one of those situations where the code is absolutely platform specific. $file:=$1 //target pdf If (Is Windows) SET CURRENT PRINTER(Generic PDF driver) SET PRINT OPTION(Destination option;2;$file.platformPath) Else SET PRINT OPTION(Destination option;3;$file.plat

Re: New Mail Command 17r6

2020-04-03 Thread UKVetDerm via 4D_Tech
I hope this helps someone. I have solved my problem - a couple of hours taken however! The following command will create PDFs on both platforms (as shown by the most recent language reference) These are readable and printable SET PRINT OPTION(Destination option;2;$longDocName) However I only g

Re: Image Export Issues

2020-04-03 Thread Douglas von Roeder via 4D_Tech
Robert: Agreed. My condolences, Robert. -- Douglas von Roeder 949-910-4084 On Fri, Apr 3, 2020 at 6:29 AM Cannon Smith via 4D_Tech < 4d_tech@lists.4d.com> wrote: > So sorry to hear about your wife, Robert. I can’t imagine how tough that > is for you. > > -- > Cannon Smith > > > On Apr 2, 2020,

Re: New Mail Command 17r6

2020-04-03 Thread UKVetDerm via 4D_Tech
The files won't open on Mac OS or Windows and the applications tried include Preview, PDF Expert and Adobe Acrobat The header information looks good to me %!PS-Adobe-3.0 %APL_DSC_Encoding: UTF8 %APLProducer: (Version 10.14.6 (Build 18G4032) Quartz PS Context) Thanks Steve On 03/04/2020, 18:1

FW: New Mail Command 17r6

2020-04-03 Thread UKVetDerm via 4D_Tech
Thanks Tim this is the situation. Very little has changed Original Environment: - Program creating the PDF: 4D OS creating the PDF: macOS Printer driver used: macOS built in ( we can still produce PDFs using the code t

Re: New Mail Command 17r6

2020-04-03 Thread UKVetDerm via 4D_Tech
Original Environment: - Program creating the PDF: 4D OS creating the PDF: macOS Printer driver used: macOS built in ( we can still produce PDFs using the code to put the PDF into the temporary folder for sending) OS 4D is running on that s

Re: New Mail Command 17r6

2020-04-03 Thread JBellos via 4D_Tech
More along the lines of Tim - we had a problem recently where there was some 'stuff' being inserted into the header of the PDF. Mac Preview seems to do a great job at ignoring this, but most Windows based PDF readers don't (including Acrobat), probably for security reasons. If you save the received

Bootstrap page links from Active4D

2020-04-03 Thread Doug Hall via 4D_Tech
Active4D's Batch.makeFuseboxLinks is a little limiting, if you're trying to create pagination links that are embedded within an tag, like the kind Bootstrap recommends. < https://getbootstrap.com/docs/3.3/components/#pagination>. Has anyone else here that uses Active4D run across this, and already

Re: New Mail Command 17r6

2020-04-03 Thread Tim Nevels via 4D_Tech
On Apr 3, 2020, at 11:49 AM, Steve wrote: > The following code has been working really well, much faster than the old IC > methods, but from today the PDFs are arriving corrupted if sent from a MAC > client, but not from a PC client. We have not used PC clients before, but > because of bandwidt

Re: entitySelection.add and USE ENTITY SELECTION

2020-04-03 Thread Matt Bollwitt via 4D_Tech
Sorry – in my effort to “simplify the code” for posting to a public list, I put in ALERT vs. REQUEST and I cut out other/unnecessary code. The actual code is a bit more extensive on what it is requesting and comparing. I’m currently working on upgrading our setup to v17.4 since this is a known b

Re: New Mail Command 17r6

2020-04-03 Thread Keisuke Miyako via 4D_Tech
probably not related, but...shouldn't attachments be a collection? https://doc.4d.com/4Dv18/4D/18/SMTP-transportersend.305-4505974.en.html 2020/04/03 20:32、UKVetDerm via 4D_Tech <4d_tech@lists.4d.com>のメール: $email.attachments:=MAIL New attachment($Fullpath;$Name;"";"

Re: New Mail Command 17r6

2020-04-03 Thread UKVetDerm via 4D_Tech
Thanks, that looks like a good reason to upgrade, but it was working! I will need to update hm_Cal before going on so not a quick process, but there are definitely a few other improvements worth having Steve On 03/04/2020, 14:16, "4D_Tech on behalf of John DeSoi via 4D_Tech" <4d_tech-boun...@

Re: Image Export Issues

2020-04-03 Thread Cannon Smith via 4D_Tech
So sorry to hear about your wife, Robert. I can’t imagine how tough that is for you. -- Cannon Smith > On Apr 2, 2020, at 10:56 PM, Robert McKeever via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > So, to all, thank you. I needed a success - my wife of almost 39 years passed > away from a long

Re: New Mail Command 17r6

2020-04-03 Thread John DeSoi via 4D_Tech
It looks like several attachment related bugs have been fixed after 17r6. https://bugs.4d.fr/fixedbugslist?branch=18_R2 John DeSoi, Ph.D. > On Apr 3, 2020, at 6:32 AM, UKVetDerm via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > The following code has been working really well, much faster than t

Re: Mac LAUNCH EXTERNAL PROCESS permissions issue

2020-04-03 Thread John DeSoi via 4D_Tech
Same error. Thanks for the idea. John DeSoi, Ph.D. > On Apr 2, 2020, at 11:55 PM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > just guessing, but what if you add /usr/bin/tmutil to full disk access? ** 4D In

Re: Image Export Issues

2020-04-03 Thread Chip Scheide via 4D_Tech
to better mange the files you should (have)created a bunch of folders. alphabetically, or every 1000 images, or whatever criteria make(ed) sense. > OK. I applied this technique, along with WRITE PICTURE FILE. A single > pass for all images took about 3 hours (about 1/3 the time it took > before

Re: Multiple instances of 4D Client

2020-04-03 Thread Ken Geiger Gmail via 4D_Tech
Hial, Thank you all!! I went with duplicating the 4D folder. Be safe and healthy!! Ken Geiger Sent from my iPhone > On Apr 3, 2020, at 3:01 AM, Paul Dennis via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Unfortunately the client local folder option no longer works with version > 17R6 onw

New Mail Command 17r6

2020-04-03 Thread UKVetDerm via 4D_Tech
Hi 4D experts The following code has been working really well, much faster than the old IC methods, but from today the PDFs are arriving corrupted if sent from a MAC client, but not from a PC client. We have not used PC clients before, but because of bandwidth issues I have just set one up as a

Re: Multiple instances of 4D Client

2020-04-03 Thread Paul Dennis via 4D_Tech
Unfortunately the client local folder option no longer works with version 17R6 onwards there are some posts from me on the 4D forums about this. 4D client now automatically creates a folder within the users profile utilising the IP address and then ID. Is a real nuisance if you're doing web d