Re: How to set the file name of a QR Report to disk file.

2017-12-29 Thread bernard--- via 4D_Tech
I use QR reports with a custom form and an adaptation of tech notes 05-13 to 15 QR Editor Source. This allows me to have a save button using QR REPORT TO BLOB : I can give the path... HTH Bernard Escaich > Le 28 déc. 2017 à 01:43, John Baughman via 4D_Tech <4d_tech@lists.4d.com> a > écrit :

Re: Listbox column width and pointers

2017-09-16 Thread bernard--- via 4D_Tech
Thanks Jeremy, > Le 16 sept. 2017 à 03:32, Jeremy French via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > It's better to use an object name in place of a pointer. That's because a > pointer could reference more than one object on the form. Object names are > unique and so reference only a si

Listbox column width and pointers

2017-09-15 Thread bernard--- via 4D_Tech
Hi all, I have a form with two listboxes. I wrote some code to manage automatic column width (OBJECT GET BEST SIZE, LISTBOX SET COLUMN WIDTH). I build listbox1 with records from Table1 (fill by SQL) ; code for automatic width is executed for LB1. When I click on a row of LB1, I fill listbox2 wi

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

2017-08-16 Thread bernard--- via 4D_Tech
I did not know that snippet. It works for me with V16R3 on my MacBook Pro on macOS Sierra. > Le 11 août 2017 à 00:34, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > In prior versions when working with a form and the Property List is > displayed I could show/hide all panes on the

Re: Rotate Picture in 4D

2017-06-27 Thread bernard--- via 4D_Tech
> Le 27 juin 2017 à 08:53, Bernd Fröhlich via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Peter Mew: > >> I am trying to use Miyako's rotate picture component in v13. >> I dont know if its not compatible but It wont run. > > Hi Peter, > I had some problems also (not sure what exactly), so I

Re: Diff 4D Write Documents

2017-04-26 Thread bernard--- via 4D_Tech
Doug, It would be better to migrate to Write Pro before creating a diff for Write documents. As Chuck pointed, you could compare plain text. If written in 4D, you could adjust your features ; not too difficult (I have written one for comparing methods). Bernard Escaich > Le 25 avr. 2017 à 19:

Re: 4D Write Pro using expressions with XML merge file (or JSON)

2017-04-02 Thread bernard--- via 4D_Tech
Koen, 4D does not handle dot notation (not quite true : see http://doc.4d.com/4Dv16/4D/16/QUERY-BY-ATTRIBUTE.301-3036512.en.html ) ; I have written a component published on jan 12 This component emulates 4D standard commands

Re: Creating a Word document from 4D

2017-03-30 Thread bernard--- via 4D_Tech
I tried exporting a document to HTML format and it's rather nice. Then importing in Word, it's also nice. So you could try that way, but I missed something for print page setup (I don't actually need that). Cordialement, Bernard Escaich > Le 30 mars 2017 à 17:07, David Rose via 4D_Tech <4d_te

Re: Insert a picture in Write Pro

2017-03-22 Thread bernard--- via 4D_Tech
OK, I understood what happens : WP create a copy of the picture in a folder with same name as HTML document. This is not what I need, because I may have to insert images used elsewhere and duplication does not interest me. I organize my pictures in folders and then create my pages. I will ask the

Insert a picture in Write Pro

2017-03-22 Thread bernard--- via 4D_Tech
Hi all, I use Write Pro to generate HTML pages and it does the job pretty well. But I have a difficulty : I use drag and drop to place pictures in the text ; the picture is displayed, but when I export WP area in HTML code, path is not the one expected. I have a relative path, i.e. MyFolder/My