Re: Web Areas On Form Page >1

2017-05-29 Thread Ingo Wolf via 4D_Tech
I did run into this issue, too. At the end of the "On load" form event i set a flag and run Set timer. In the "on timer" event i check if the flag is still set and if i'm on the page with the web area. If yes, i do WA OPEN URL and clear the flag. My understanding of this is that the web area isn

Re: Web Areas On Form Page >1

2017-05-29 Thread Ingo Wolf via 4D_Tech
This is needed and works on both Mac and Windows. __ ViELMAC Ingo Wolf Rheinhessenring 53A D 55597 Wöllstein Tel. +49 (0)6703 3070320 Fax +49 (0)6703 3070321 e-Mail i...@vielmac.de > Hi Ingo, > > This is basically the workaround I’m using right now. Do you know if this is > necessary on both M

Re: Best solution for printing Enterable PDF docs from 4D v15 or

2017-06-14 Thread Ingo Wolf via 4D_Tech
Hello, we do exactly what you describe via xdp-files. That are pdf forms encapsulated in some xml. The forms are created with Adobe Acrobat and enhanced with Livecycle Designer. The pdf is then converted to Base64 and embedded in a xdp, wich is xml following some specs from adobe. From 4D we se

Re: Best solution for printing Enterable PDF docs from 4D v15

2017-06-21 Thread Ingo Wolf via 4D_Tech
Chuck, we create the PDFs with Adobe Acrobat, not from within 4D. Here's an example of an xdp file: Firmenakte $PrimaryKey$ $Kundenname$ $Strasse$ $Ort$ $PLZ$

Re: 4D Write Pro interface plug in or component?

2017-07-11 Thread Ingo Wolf via 4D_Tech
Hi, have a look at HTH Ingo Wolf >Hello, > >I have just started looking at the 4D Write Pro interface. > >Currently I have an "old" (current) 4D Write area embedded into a fairly >complex form (25 tabs, lots of fields and listboxes, etc.). The progra

RE: Encrypted Data at Rest

2017-08-03 Thread Ingo Wolf via 4D_Tech
>I believe it will have to be hardware based with some sort of special key >management I once did this with an Ingrian DataSecure hardware appliance, which is in fact a specially protected 19" rack computer. From 4D I generate an xml containing the data to be encrypted, this xml is then sent ov

Re: 4D_Tech Digest, Vol 123, Issue 23

2017-08-14 Thread Ingo Wolf via 4D_Tech
>Like to hear what other alternatives any of you have implemented to make sure >4DRemote as Web server is always operational. I had once a 24/7 online payment system running for a customer. We had three 4D Server (all windows), each one (potentially) serving directly the web, with attached 4D C

Re: How to show / hide all on Property List in v16?

2017-08-16 Thread Ingo Wolf via 4D_Tech
I use 4D 16.1 on MacOS 10.11.6 and collectively open/close all panes of the the property list of the form editor works when I press while clicking on the triangle. HTH Ingo Wolf >Um - does this mean no one else is seeing this behavior? > >Any thoughts about why it is happening on my machines?

Re: Image Grid Widget

2017-10-28 Thread Ingo Wolf via 4D_Tech
Hello John, try "image/svg+xml" as media type, e.g. $dataURI:="data:image/svg+xml;base64,"+... HTH Ingo Wolf 4d_tech-requ...@lists.4d.com schrieb am Fri, 27 Oct 2017 12:00:01 -0700: >Message: 3 >Date: Fri, 27 Oct 2017 11:49:38 -0700 >From: truegold >To: 4d_tech@lists.4d.com >Subject: Image Gri

Re: Query Editor Date format not available...+

2018-01-11 Thread Ingo Wolf via 4D_Tech
The bug with the numeric format (1) is fixed in a recent v16. In regard to 2) there is a workaround: in the upper left corner of the query editor there's a menu. One of the menu entries is ~ "Reset". Clicking this entry resets the query editor, so one can continue to query without closing the p

Re: text2picture

2018-02-14 Thread Ingo Wolf via 4D_Tech
Back then JPR had pure 4D code to build a PICT picture containing the desired text. Now, as PICT is obsolete, stick to SVG. It‘s pretty easy. HTH Ingo Wolf __ ViELMAC Ingo Wolf Rheinhessenring 53A D 55597 Wöllstein Tel. +49 (0)6703 3070320 Fax +49 (0)6703 3070321 e-Mail i...@vielmac.de > Am 14

Re: Help?

2018-09-11 Thread Ingo Wolf via 4D_Tech
One of the first code lines in the "On Startup" of every project is the method "TRACE_": //PM: TRACE_ //Erstellt am 09.03.2000 um 16:10:44 Uhr von IngoWolf If (Not(Is compiled mode)) If ((Shift down) & (Macintosh control down | Windows Ctrl down)) TRACE End i

Re: v13 - how to manage not enough stack space error

2018-11-15 Thread Ingo Wolf via 4D_Tech
In such cases I use a longint parameter "level" to the recursive method. On first run this parameter is set to 1 and is incremented with every level of recursion. I then test for an arbitrary "level" (e.g. 1000) and abort the further recursion. HTH Ingo Wolf 4d_tech-requ...@lists.4d.com schri

Re: Creating Word docs in 4D

2019-04-05 Thread Ingo Wolf via 4D_Tech
Hello David, I do something similar, generically for .docx, .xlsx and so on: -Unzip the file, which creates a number of folders and files -Replace the embedded variables with data (freely configured in a report template: which document (docx, .xlsx), which variabes with which contents in which

Re: PHP and 64 bit readyness

2019-09-14 Thread Ingo Wolf via 4D_Tech
For conversion from/to hex you don't need PHP: hth Ingo Wolf >I do use 2 php libraries >hexdec, and dechex for converting to/from hex -- ViELMAC Ingo Wolf Rheinhessenring 53A D 55597 Wöllstein Tel. +49 (0)6703 3070320 Fax +49 (0)6703 3070321 e-mail i

Re: New Mail Command 17r6

2020-04-04 Thread Ingo Wolf via 4D_Tech
"%!PS-Adobe-3.0" ist the header of a postscript file. The regular header of a PDF begins with "%PDF-", e.g. "%PDF-1.3". HTH Ingo Wolf >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

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: Capturing Full Path Names with Picture Imports

2020-05-27 Thread Ingo Wolf via 4D_Tech
Have a look at the process var named "Document". HTH Ingo Wolf 4d_tech-requ...@lists.4d.com schrieb am Tue, 26 May 2020 11:58:32 -0700: >Good afternoon all. > >I hope everyone in the community is holding up under the challenges of the >pandemic. My best wishes go out to everyone. > >I am tryin