Re: ORDA and 4D selections

2019-04-10 Thread Arnaud de Montard via 4D_Tech
> Le 10 avr. 2019 à 02:46, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Chuck, > There is no reason to use ORDA if you need a regular selection. Just use > the classic 4D query commands. It depends, for example you have a nice modern orda based interface and want to print

Re: v17 Print Settings in a form's Property List

2019-04-10 Thread Tim Nevels via 4D_Tech
On Apr 10, 2019, at 1:20 PM, David Rose wrote: > So in a 64-bit environment, how do you save paper size, orientation etc. with > a form, so that PAGE SETUP ([MyTable];"MyForm") will load those settings? You might consider abandoning PAGE SETUP and instead use the SET PRINT OPTION command. It

Re: ORDA and 4D selections

2019-04-10 Thread John DeSoi via 4D_Tech
Good points. The primary disadvantage in my opinion is the loss of table and field referencing because queries and other functions embed everything in strings. Understanding or modifying a large code base (especially if you did not write it) is going to be a lot harder with ORDA versus

Re: ORDA and 4D selections

2019-04-10 Thread Christian Sakowski via 4D_Tech
Chuck and Kirk, ORDA has many advantages compared to the classic 4D language: - no side effects, - no accidentally record locking - working with (named) relations -> much better readable and very powerful - much better support and handling of entitySelections (sets) - now a project method can

Re: v17 Print Settings in a form's Property List

2019-04-10 Thread Koen Van Hooreweghe via 4D_Tech
Hi David, Use 'Settings' from the property list. Then in the Print dialog use 'Preferences' button. You will be able to set orientation. Button 'Advanced...' will give you more options (like paper size) depending on the driver. A bit of a hassle, I agree (and that is why I'm working on mac

Re: ORDA and 4D selections

2019-04-10 Thread Chuck Miller via 4D_Tech
I think returns will be much faster. That is the only reason Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064

Re: MAXIMUM NUMBER REACHED

2019-04-10 Thread stardata.info via 4D_Tech
Hi, I have only one 4D server that run, 3 expansion pack with 5 connection plus one expansion pack with 1 connection. There are onòy 7 user connected with 4D server. Today i have delete the preference folders and restart 4D server. Thanks /Ferdinando/ Il 10/04/2019 17:01,

Re: ORDA Limiting number of records returned.

2019-04-10 Thread Christian Sakowski via 4D_Tech
> YES! > I have done this for all BLOB or OBJECT heavy tables. > Just created a table called DOC_BLOBS > And only get the records in demand. > A world of difference ) Useless, because internally 4D stores BLOBs and Pictures not in the record by default. -- Grüße/Regards, [heubach-media] |

Re: v17 Print Settings in a form's Property List

2019-04-10 Thread David Rose via 4D_Tech
So in a 64-bit environment, how do you save paper size, orientation etc. with a form, so that PAGE SETUP ([MyTable];"MyForm") will load those settings? Message: 1 Date: Wed, 10 Apr 2019 05:11:01 + From: Keisuke Miyako To: 4D iNug Technical <4d_tech@lists.4d.com> Subject: Re: v17 Print

Re: I really recommend the 4D World Tour

2019-04-10 Thread Kirk Brooks via 4D_Tech
Hey Pat Yeah it will be really helpful for the planning you need to do. Let me know what you think. On Wed, Apr 10, 2019 at 11:01 AM Pat Bensky via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Thanks for that Kirk. I found your ORDA comments interesting. > I'll be at the London event. > Pat > > On

Re: I really recommend the 4D World Tour

2019-04-10 Thread Kirk Brooks via 4D_Tech
Jody Thanks Be rested and any time you can put into prep will pay off On Wed, Apr 10, 2019 at 10:14 AM Jody Bevan via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Kirk: > > Thanks for taking the time to think through this and write it out. The > Summit last year was a good introduction, and my

Re: I really recommend the 4D World Tour

2019-04-10 Thread Pat Bensky via 4D_Tech
Thanks for that Kirk. I found your ORDA comments interesting. I'll be at the London event. Pat On Wed, 10 Apr 2019 at 15:00, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> wrote: > Heading home from the WT in Atlanta. For me this was the best WT so far and > I've been to them all. I think anyone

Re: ORDA Limiting number of records returned.

2019-04-10 Thread Eric Naujock via 4D_Tech
Well I guess I will be refactoring the tables. Originally the table was a monolithic table with hundreds of fields. I have been trying to pare it down by moving uncommon fields to other tables. > On Apr 10, 2019, at 10:13 AM, Herr Alexander Heintz via 4D_Tech > <4d_tech@lists.4d.com> wrote: >

Re: I really recommend the 4D World Tour

2019-04-10 Thread Jody Bevan via 4D_Tech
Kirk: Thanks for taking the time to think through this and write it out. The Summit last year was a good introduction, and my expectation is that the WT this year will be some serious work to be thought through. Plan on coming rested this time. Thanks again Jody > On Apr 10, 2019, at 8:00

Re: ORDA Limiting number of records returned.

2019-04-10 Thread Herr Alexander Heintz via 4D_Tech
Am 10.04.2019 um 16:09 schrieb Eric Naujock via 4D_Tech <4d_tech@lists.4d.com>: > > Related to the note about 4D Write Pro documents slowing things u. Would it > help to move all the 4D Write documents to a 4D Write table containing the > Write and Write Pro records? YES! I have done this for

Re: ORDA Limiting number of records returned.

2019-04-10 Thread Eric Naujock via 4D_Tech
Related to the note about 4D Write Pro documents slowing things u. Would it help to move all the 4D Write documents to a 4D Write table containing the Write and Write Pro records? The reason for this question is that if I start out with all the records I end up with a table that takes forever

Re: ORDA and 4D selections

2019-04-10 Thread Arnaud de Montard via 4D_Tech
> Le 9 avr. 2019 à 21:21, Douglas von Roeder via 4D_Tech <4d_tech@lists.4d.com> > a écrit : > > “There are simply too many notes.” :-) I'd naturally try in code editor something starting with "entity selection to..." or "selection from...". I dislike command naming starting with a verb

I really recommend the 4D World Tour

2019-04-10 Thread Kirk Brooks via 4D_Tech
Heading home from the WT in Atlanta. For me this was the best WT so far and I've been to them all. I think anyone using 4D benefits from attending. The first day is free. In previous WTs day one was more of a sales pitch and feature overview. Not so this time. There are 17 demo databases in day

Re: MAXIMUM NUMBER REACHED

2019-04-10 Thread Kirk Brooks via 4D_Tech
Ferdinando, How do you know it's the 8th connection? If you log into the server and observe the console window you can verify: 1) how many licenses (seats) you have available 2) how many are currently logged in I would check that you have all your expansion licenses installed. 7 users is the 2

Re: v17 Print Settings in a form's Property List

2019-04-10 Thread Koen Van Hooreweghe via 4D_Tech
Hi David, AFAIK this is OS behavior difference between 32bit and 64bit. Just try any other 32bit or 64bit windows app and print. As far as those apps don't roll out their own print dialogs (like Word...) HTH Koen > Op 10 apr. 2019, om 04:31 heeft David Rose via 4D_Tech <4d_tech@lists.4d.com>