v18r2 — File Object Folder?

2020-04-21 Thread Chris Belanger via 4D_Tech
Sorry about this post. I figured out what my problem was. The problem was from using 4D’s old ’Select folder’ to pick the folder, then Convert path system to POSIX( ). When I would try to create a FOLDER( ) from this, it said it didn’t .exist . It’s because it puts a bunch of %’s in it

v18r2 — File Object Folder?

2020-04-21 Thread Chris Belanger via 4D_Tech
Using the “File and Folder” theme of commands, I need to get a FOLDER OBJECT for a FILE OBJECT. I would have thought it would be file.parent (similar to folder.parent). But there seems no easy way to get the folder object. We have: $obj_File:= File( PathName ). The resulting $obj_File, however,

v18r2 — File Object Folder?

2020-04-21 Thread Chris Belanger via 4D_Tech
Using the “File and Folder” theme of commands, I need to get a FOLDER OBJECT for a FILE OBJECT. I would have thought it would be file.parent (similar to folder.parent). But there seems no easy way to get the folder object. We have: $obj_File:= File( PathName ). The resulting $obj_File, however,

4D v6 client for windows

2020-04-21 Thread JK200sx via 4D_Tech
Hi Can someone please help me with a 4D client for windows for 4D version 6. Actually the server is V6.0.6 Thank you. John K ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

On Server Open Connection Database Method - User Name

2020-04-21 Thread Jim Medlen via 4D_Tech
Is there a way to get the User Name in the On Server Open Connection Database Method On Server Open Connection Database Method $1 Longint [in]User ID number used internally by 4D Server to identify users GET USER LIST userNumbers Longint array

Re: Quick reports not printing to PDF and previewing on macOS with 4D 64-bit versions

2020-04-21 Thread Keisuke Miyako via 4D_Tech
I could be way off, but... 1. try using OPEN PRINTING JOB, CLOSE PRINTING JOB https://doc.4d.com/4Dv17/4D/17.4/OPEN-PRINTING-JOB.301-4883314.en.html or, 2. activate "Legacy printing layer option" https://doc.4d.com/4Dv17/4D/17.4/SET-PRINT-OPTION.301-4883296.en.html On Apr 21, 2020, at 22:11,

Re: New Notarization Issues

2020-04-21 Thread Keisuke Miyako via 4D_Tech
- check if software is signed codesign --verify --verbose {path} - check if software is notarised spctl --assess --verbose --type install {path} --- what you describe is normal behaviour for software that is not signed or notarised. https://support.apple.com/en-us/HT202491 > On Apr 22,

Re: With v18r2, can 4D display pdf documents?

2020-04-21 Thread Keisuke Miyako via 4D_Tech
4D v18 is 750 MB. just over half of that size is taken by the embedded CEF web area. So it would be a shame not to use it at all other than for the welcome dialog. my understanding is that the Chrome Embedded Framework is using the same PDF renderer as Chrome, that is, PDFium, a Google edition

Re: Administration window on Server

2020-04-21 Thread Mitchell Shiller via 4D_Tech
> > Call "OPEN ADMINISTRATION WINDOW" in "On Server Startup”. Thanks. Don’t know how I missed that…. Mitch ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

Re: With v18r2, can 4D display pdf documents?

2020-04-21 Thread Chris Belanger via 4D_Tech
SOLVED! Thanks Keith. I should have noticed your post before I replied… Yay! This works! Thank you so much. It is perfect! For testing (and FYI to anyone else who wants to know): Created a FORM: named pdf_Viewer. Form.pdfURL [to store the path as per file:/// …] Added: • web area: named

Re: With v18r2, can 4D display pdf documents?

2020-04-21 Thread Herr Alexander Heintz via 4D_Tech
Used it for ages. On Mac no magic required, works out of the box, on Windows you might need to install Adobe Reader. On newer windows systems (win 10) i thinks it works right out of the box, but would have to verify... > Am 21.04.2020 um 18:36 schrieb Chris Belanger via 4D_Tech >

Re: New Notarization Issues

2020-04-21 Thread Pat Bensky via 4D_Tech
Peeps, I ran into this problem also. I replaced the Internet Commands plugin with the v18 version and that more or less fixed it. I say "more or less" because after downloading the installer (a .dmg created with DropDMG) and installing the app, the user gets the message *“CatBase 8.app” can’t be

Re: With v18r2, can 4D display pdf documents?

2020-04-21 Thread Chris Belanger via 4D_Tech
That sounds like something I would really like to work. If the web area knew what pdf renderer to use, it sounds like theoretically that should do it. Anyone know of how to get it to work? — Chris > On Apr 21, 2020, at 9:36 AM, kculotta via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > No one

Re: With v18r2, can 4D display pdf documents?

2020-04-21 Thread kculotta via 4D_Tech
This worked after adding the third / WA OPEN URL(*;"wa";"file:///Test.pdf") > On Apr 21, 2020, at 10:36 AM, kculotta via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > No one mentioned WA OPEN URL and a web area, which I thought would have been > as easy as WA OPEN URL(*;"wa";"Test.pdf"), but

Re: With v18r2, can 4D display pdf documents?

2020-04-21 Thread kculotta via 4D_Tech
No one mentioned WA OPEN URL and a web area, which I thought would have been as easy as WA OPEN URL(*;"wa";"Test.pdf"), but that only resulted in a blank area. When I did get a pdf to open in the web area, all pages were available. Is that different than what you are asking? Keith - CDI > On

Quick reports not printing to PDF and previewing on macOS with 4D 64-bit versions

2020-04-21 Thread Alberto Bachler via 4D_Tech
Hello, The following code works with v17R4 32-bit. On v17R4 64-bit and v18 it does nothing C_LONGINT($l_refArea) C_TEXT($t_path) // loading the report $t_path:=System folder(Desktop)+“test.pdf” QUERY([Alumnos];[Alumnos]Apellido_paterno=“a@”)

Re: Longitude Index: B-Tree or Cluster

2020-04-21 Thread Peter Bozek via 4D_Tech
On Tue, Apr 14, 2020 at 11:12 PM Tim Nevels via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > traversed. That make a perfect sense for foreign key indexes - when > loading > > 1-record, you have immediately a selection of N-records available, and > you > > (almost) never do a search for range of

Re: Administration window on Server

2020-04-21 Thread Ingo Wolf via 4D_Tech
Call "OPEN ADMINISTRATION WINDOW" in "On Server Startup". HTH Ingo WOlf 4d_tech-requ...@lists.4d.com schrieb am Mon, 20 Apr 2020 12:00:01 -0700: >Subject: Administration window on Server >Message-ID: <56e7e277-b08a-4de2-8a2b-044cf7d3c...@sympatico.ca> >Content-Type: text/plain; charset=us-ascii

Re: With v18r2, can 4D display pdf documents?

2020-04-21 Thread UKVetDerm via 4D_Tech
http://www.pluggers.nl/product/pdf-viewer/ has served us well for a long time. Steve On 21/04/2020, 06:12, "4D_Tech on behalf of Chris Belanger via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: Is there a way in 4D to display PDF documents? Either