Re: MILLISECONDS

2020-11-09 Thread Arnaud init5 imap via 4D_Tech
> Le 8 nov. 2020 à 18:34, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com > > a écrit : > > Ferdinando, >> Yes i've need of millesconds these logs is for check the instruments > communication. > > Try this: > > $ms:=Milliseconds > // communicate with

Re: Object notation replacement for use of Self in a script

2020-05-02 Thread Arnaud init5 imap via 4D_Tech
> Le 2 mai 2020 à 07:10, Aparajita Fishman via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > >> This could be 4D’s chance to be a trendsetter! > > I don’t think it's worth it. Iterating in reverse is not a common operation. I don't think i've used reversed loops except to remove items from

Re: v18 - 4D Internet commands

2020-01-20 Thread Arnaud init5 imap via 4D_Tech
> Le 20 janv. 2020 à 10:53, Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > G'day All, > > I'm curious, has there any work been done to that PlugIn especially the > FTP-part? > > Or was there only a compiler run to bring it up to v18? Hi Jörg, From the v18 "what's new"

Re: Reading and writing large arrays to disk

2020-01-06 Thread Arnaud init5 imap via 4D_Tech
> Le 6 janv. 2020 à 05:48, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Miyako, > Nice explanation. > > More or less - where do you think the inflection point is where simple text > concatenation becomes less efficient than adding the text to a BLOB? Hi Kirk, something

Re: Reading and writing large arrays to disk

2020-01-06 Thread Arnaud init5 imap via 4D_Tech
> Le 6 janv. 2020 à 05:09, Mitchell Shiller via 4D_Tech <4d_tech@lists.4d.com> > a écrit : > > Hi, > > I have large string arrays (about 200 k elements). > I need to write and read them to disk. > Speed is the most important criteria. > > Options > 1) Create a text variable (loop with CR

Re: Trapping the 'return' key in list forms

2019-12-02 Thread Arnaud init5 imap via 4D_Tech
> Le 30 nov. 2019 à 22:58, Peter Jakobsson via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Thanks for that input Chip. > > However I don’t see how this can work. How can the invisible button script > know which field the cursor was in last ? (Or which object last had the focus > prior to

Re: Create SQL DB ERD from 4D Export Structure XML File?

2019-11-25 Thread Arnaud init5 imap via 4D_Tech
> Le 24 nov. 2019 à 18:54, Tom Benedict via 4D_Tech <4d_tech@lists.4d.com > > a écrit : > > [...] > To that end, I’m investigating whether there is a way to use the XML file > that 4D creates via the EXPORT STRUCTURE command in a non-4D tool (like SQL > Server

Re: Removing progress window while printing to PDF a 4D write documents.

2019-11-23 Thread Arnaud init5 imap via 4D_Tech
> Le 21 nov. 2019 à 21:42, Koen Van Hooreweghe via 4D_Tech > <4d_tech@lists.4d.com> a écrit : > > Hi Luc, > > In my code I have: > SET PRINT OPTION(Hide printing progress option;1) > > Strangely enough, I can't find this option any more in the v17R6 language > reference. But I think it is

Re: Command(s) with column and C-number

2019-11-21 Thread Arnaud init5 imap via 4D_Tech
> Le 21 nov. 2019 à 07:56, Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Thanks Patrick. Hi Jörg, beside code sharing, it's important to tokenise your own formulas if they embed commands or constants "as text". For example, a calculated column in a listbox using hardcoded

Re: case-sensitive

2019-11-18 Thread Arnaud init5 imap via 4D_Tech
> Le 15 nov. 2019 à 18:12, stardata.info via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Hi All, > > Can i use the command FIND IN ARRAY and IF command in case-sensitive mode? No, you must run your own. -- Arnaud de Montard

Re: V17R5 Folder

2019-07-28 Thread Arnaud init5 imap via 4D_Tech
> Le 28 juil. 2019 à 12:07, Jeremy Roussak via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > In a component, can Folder(fk resources folder) be used to make a reference > to the host's resources folder, not the component's resources folder? It seems the unavoidable * is here as usual: