List form for reporting

2018-05-02 Thread Noah via 4D_Tech
Good afternoon! I need to develop a print report that I was hoping would be a as simple as PRINT SELECTION, however what needs to be printed is not in a single table (there are at least two tables to get the information from). The tables are called [Projects] and [Approvals] One project can have

Re: New network layer update

2018-05-02 Thread Jeffrey Kain via 4D_Tech
We plan to upgrade to 64-bit this summer. Not sure which version yet... probably stick with 16.3 HF2 through the end of the year since it's so solid. Is anyone out there running ALP v10 on 64-bit Mac clients using the old API? If so, how was the transition? -- Jeffrey Kain

Re: New network layer update

2018-05-02 Thread Jody Bevan via 4D_Tech
Jeff: I gather that if this continues for a few weeks, that you will switch to 64bit clients? Jody > On May 2, 2018, at 3:16 PM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > We flipped the switch on our production server at midnight this morning and > ran all day. We peaked

RE: New network layer update

2018-05-02 Thread Stephen J. Orth via 4D_Tech
Jeff, Great news...please keep us posted! Congrats! Steve * Stephen J. Orth The Aquila Group, Inc. Office: (608) 834-9213 P.O. Box 690 Mobile: (608) 347-6447

New network layer update

2018-05-02 Thread Jeffrey Kain via 4D_Tech
We flipped the switch on our production server at midnight this morning and ran all day. We peaked at 614 simultaneous users and probably between 4000 and 4500 processes. We had no performance alarms trigger and had no complaints from end users about speed. Early indications are that the

Re: Compiler_ Methods

2018-05-02 Thread Jody Bevan via 4D_Tech
Ferdinando: These are the standard for the method where the compiler will look to declare the variables the way you want them. If you do not do this, then the compiler will declare the variables as it comes across them. I do not remember which version this became the rule, but it has been for

Compiler_ Methods

2018-05-02 Thread stardata.info via 4D_Tech
Hi All, I convert one application to V16. I notice that there are some new methods named compiler_... I declare already all my variables, and now because 4D has created these new methods? Are for to optimize the compiled code? Thanks Ferdinando