Re: Multi-Table Query Into JSON?

2018-03-24 Thread Keisuke Miyako via 4D_Tech
Hello,

"Movable form dialog box" is not the same as "Movable dialog box", even if the 
constant values are both 5.
Open window and Open form window do not simply differ in the parameter list,
the former is based on an old API which is why it is recommend to not use it 
anymore.

"Movable form dialog box" has close and maximise buttons,
unlike "Movable dialog box" or ALERT.

2018/03/24 3:13、Keith Culotta via 4D_Tech 
<4d_tech@lists.4d.com> のメール:
The "Movable form dialog box" type became available for "Open form window" at 
some point.  It is also constant 5.
A "Plain form window" with Cancel in the Deactivate event is user friendly, but 
will probably appear behind a floating window.



**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Temp files in 4D package

2018-03-24 Thread Robert Livingston via 4D_Tech
Mac 10.13.3
4D 15.2

I have a local 4D database. I run it perhaps once every two days. I am running 
the non-compiled version of the database. I am exiting 4D conventionally when 
done with any particular time of use.

When I choose "Show Package" to look at things like the data file and 
Components I can see many temp files. (example below)

These accumulate relatively rapidly. I can erase them all and then within a 
week or two of use of this program, I end up with about 80 of these temp files.

What do these files represent and what does it mean that they keep getting 
created?

Thanks for any help.


…
418E222D5B644C63A042E2B132810CC2.temp
01166C6133B9446C93C5C9CBC3064616.temp
1308D95DF7CC4386A02A0E6D70BCDFCB.temp
1430B7B6F2794A4A9A33C27414CF99C0.temp
1699FC2926224E32BD314D698ABCEF4A.temp
5209C005F0A84A57BBB1B4E76FEF9E07.temp
19179BA34E2F460DA8423F357D06C6B2.temp
24799C4AFFB5457CA1ACCDA16E1D4023.temp
A9D76378B70B4EF5B99E6E78958DB780.temp
A86AF45622124ADB832619C8B3864BC9.temp
B2ED1EE75955429089E34FF6FF260843.temp
BBE9B1F039684A18B655BDBF8629FB8B.temp
C7C50919F91C42EEA0C0924014BCA3D2.temp
C9DF8A44382A454990F9D32CA1AF756B.temp
CF1915B474B5406B95CCB23F3B7F1B62.temp
…
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Write Pro setting print options

2018-03-24 Thread Pat Bensky via 4D_Tech
OK so for anybody's who's interested ...
It currently isn't possible to set these options in this way (i.e., when
creating a document entirely in code). A workaround would be to do
something like open a window containing a layout that contains a WritePro
area, apply the modifications to that area, and use that. Or manually
create a template that has the desired options.
I'm hoping that the required functionality will be added in an upcoming
release of Write Pro ...

Pat

On 23 March 2018 at 15:01, Pat Bensky  wrote:

> Hi Jeremy,
> Yes, WP USE PAGE SETUP is called after INVOKE ACTION.
>
> //Also remember that the 4D Write Pro area must have the focus when
> INVOKE ACTION is called.
> Therein may lie the problem. The document is being created in memory - it
> isn't on a form. So I guess it does not have the focus.
> So ... how do I apply settings to the document?
>
> PB
>
> On 22 March 2018 at 20:23, Jeremy French via 4D_Tech <4d_tech@lists.4d.com
> > wrote:
>
>> Hi Pat,
>>
>> Have you tried calling the command WP USE PAGE SETUP *after* INVOKE
>> ACTION?
>>
>> That is, the following call sequence works:
>>
>> INVOKE ACTION
>> WP USE PAGE SETUP
>> WP PRINT
>>
>> Also remember that the 4D Write Pro area must have the focus when INVOKE
>> ACTION is called.
>>
>> Best regards,
>> Jeremy
>>
>> > On Mar 22, 2018, at 8:25 AM, Pat Bensky via 4D_Tech <
>> 4d_tech@lists.4d.com> wrote:
>> >
>> > *INVOKE ACTION*("pageOrientation?value=landscape")
>> >
>> > *INVOKE ACTION*("pageMode?value=page";ak current form)
>> >
>> > and they don't have any effect.
>> >
>>
>> **
>> 4D Internet Users Group (4D iNUG)
>> FAQ:  http://lists.4d.com/faqnug.html
>> Archive:  http://lists.4d.com/archives.html
>> Options: https://lists.4d.com/mailman/options/4d_tech
>> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
>> **
>>
>
>
>
> --
> *
> CatBase - Top Dog in Data Publishing
> tel: +44 (0) 207 118 7889 <+44%2020%207118%207889>
> w: http://www.catbase.com
> skype: pat.bensky
> *
>



-- 
*
CatBase - Top Dog in Data Publishing
tel: +44 (0) 207 118 7889
w: http://www.catbase.com
skype: pat.bensky
*
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**