Re: 4D Write PRO how to ...

2017-08-22 Thread Two Way Communications via 4D_Tech
Hi Keith, Thanks… looks like we will have to wait a bit longer to resolve expressions in the headers… Regards, Rudy Mortier Two Way Communications bvba - > On 22 Aug 2017, at 15:31, Keith Culotta via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > Maybe not super useful, bu

Re: 4D Write PRO how to ...

2017-08-22 Thread Two Way Communications via 4D_Tech
Thx Koen, I had a look myself at the 4DWRPRO object in the debugger and like you say, not much there that could be useful… Regards, Rudy Mortier Two Way Communications bvba - > On 22 Aug 2017, at 15:22, Koen Van Hooreweghe via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Ru

Re: 4D Write PRO how to ...

2017-08-22 Thread Keith Culotta via 4D_Tech
Maybe not super useful, but this: WP EXPORT VARIABLE(waAreaPtr->;$destination;wk web page html 4D;wk html debug) SET TEXT TO PASTEBOARD($destination) gives this result: http://www.w3.org/1999/xhtml"; xmlns:d4="http://www.4D.com";> 4D Write Pro New Document

Re: 4D Write PRO how to ...

2017-08-22 Thread Koen Van Hooreweghe via 4D_Tech
Rudi, Probably not for the faint-hearted! But I think it is not possible to access a 4D Write Pro object’s contents and you’re limited to the ST and WP commands. I did a quick test: C_OBJECT($wpObject) C_TEXT($jsonText) $wpObject:=WP New ST SET TEXT($wpObject;"Hello World!") TRACE $jsonText:=JS

Re: 4D Write PRO how to ...

2017-08-22 Thread Two Way Communications via 4D_Tech
Damn it ;-) Would we be able to check the actual 4D Write PRO object and manipulate it? After all, it is a C_Object… Regards, Rudy Mortier Two Way Communications bvba - > On 22 Aug 2017, at 12:13, Koen Van Hooreweghe via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Hi Rudi,

Re: 4D Write PRO how to ...

2017-08-22 Thread Koen Van Hooreweghe via 4D_Tech
Hi Rudi, Same issue, which makes 4D Write Pro for me a no go (yet). Koen > Op 21 aug. 2017, om 13:55 heeft Two Way Communications via 4D_Tech > <4d_tech@lists.4d.com> het volgende geschreven: > > Using the old 4D Write, I loop through all the frames (frames 1-> 7), using > ‘WR SET FRAME’ . Th

Re: 4D Write PRO how to ...

2017-08-22 Thread Two Way Communications via 4D_Tech
Thanks Justin, I was afraid I would get this answer… Rudy Mortier Two Way Communications bvba - > On 22 Aug 2017, at 04:03, Justin Carr via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > On 21 Aug 2017, at 9:55 pm, Two Way Communications via 4D_Tech > <4d_tech@lists.4d.com> w

Re: 4D Write PRO how to ...

2017-08-21 Thread Justin Carr via 4D_Tech
On 21 Aug 2017, at 9:55 pm, Two Way Communications via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Using the old 4D Write, I loop through all the frames (frames 1-> 7), using > ‘WR SET FRAME’ . Then I resolve the expressions. > This way, all the references in the headers, text frames and footers a

4D Write PRO how to ...

2017-08-21 Thread Two Way Communications via 4D_Tech
Using the old 4D Write, I loop through all the frames (frames 1-> 7), using ‘WR SET FRAME’ . Then I resolve the expressions. This way, all the references in the headers, text frames and footers are resolved before printing. I have opened an 4D Write document in 4D Write PRO, and everything is th

4D Write Pro (How to print page number?)

2017-01-25 Thread Jeremy French
In v16, how do we print page numbers, when printing 4D Write Pro documents directly? That is, printing is initiated by either: 1) Invoking the WR PRINT command programmatically; or 2) User choosing “Document -> Print…" from Write Pro’s contextual menu. *

4D Write Pro (How to get a negative "first ident"?)

2016-09-27 Thread Jeremy French
Can I specify a negative first indent with 4D Write Pro? In the legacy 4D Write I am able to specify a negative first indent relative to the left margin. This allows text in a paragraph to begin before the left margin. In other words, the first line of a paragraph can print before the left marg