Re: Printing Structure Diagram

2019-03-30 Thread Douglas von Roeder via 4D_Tech
Per other responses, the XML file provides a lot of data about the schema as well as its graphic representation. SVG is an option or using the Adobe PDF page description language if you want to write your own software. One avenue to explore for an off the shelf answer is Excel Software

Re: Printing Structure Diagram

2019-03-30 Thread Keisuke Miyako via 4D_Tech
alternatively, you create a form with one picture object, sized to fit your paper size. you use TRANSFORM PICTURE with the Translate option which allows you to "trim" the SVG at any location without bitmap resampling (which is what happens when you convert to PNG or combine pictures). you print

Re: Printing Structure Diagram

2019-03-30 Thread Keisuke Miyako via 4D_Tech
you should note that native XSLT is removed in 64-bit so you need to either use a 32-bit or an alternative solution such as https://github.com/miyako/console-xsltproc or https://github.com/miyako/4d-plugin-xslt > 2019/03/31 8:29、Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com>のメール: > Check this

Re: Printing Structure Diagram

2019-03-30 Thread Tim Nevels via 4D_Tech
On Mar 30, 2019, at 2:00 PM, roofto...@mac.com wrote: > We are in the midst of analyzing a very old 4D application. We’d like to > print/plot/PDF a structure diagram, in all it’s glory, to hang on the wall. > It must represent all structure elements such as Tables, Fields, Relations, >

Re: Printing Structure Diagram

2019-03-30 Thread Kirk Brooks via 4D_Tech
Hi Kirk, Check this out https://github.com/miyako/4d-utility-structure-to-svg-converter On Sat, Mar 30, 2019 at 1:06 PM rooftop99--- via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > Thank you Chip, > > I am aware of the xml and html exports. I have used the xml export for > several purposes. My

Re: Printing Structure Diagram

2019-03-30 Thread rooftop99--- via 4D_Tech
Thank you Chip, I am aware of the xml and html exports. I have used the xml export for several purposes. My question is, how do I get the printed visual structure digram I need using either of these. Surely there are database schema [structure] diagram printing applications out there

Re: Printing Structure Diagram

2019-03-30 Thread Chip Scheide via 4D_Tech
I too can not print the structure any more However, there are 2 options I easily found. with the structure window open, select the 'File' menu. - Export -> Structure to xml and - Export -> Structure to HTML that should get you started. Chip > Hi All, > > We are in the midst of analyzing

Printing Structure Diagram

2019-03-30 Thread rooftop99--- via 4D_Tech
Hi All, We are in the midst of analyzing a very old 4D application. We’d like to print/plot/PDF a structure diagram, in all it’s glory, to hang on the wall. It must represent all structure elements such as Tables, Fields, Relations, Indexes, etc…. I have seen these diagrams for other

Setting background colour for ListBox header buttons

2019-03-30 Thread Pat Bensky via 4D_Tech
Using v17: I want to set the background colours of listbox headers according to what type of data is in the column. So if it's the key field, for example, I want black text on a green background. Otherwise, I want yellow text on a red background. Here's my code: *Case of* *:* ($isKey)

Securing sensitive data in a 4D data file

2019-03-30 Thread Chip Scheide via 4D_Tech
I have just finished(?) a project which will contain sensitive information. I have been trying to make sure that the sensitive data is protected. When running the disk the data is on will be encrypted, and I will turn on encrypted data communication between 4D client and server. Data encryption