Re: The writing is on the wall

2018-01-25 Thread Keisuke Miyako via 4D_Tech
blog: https://blog.4d.com/easily-create-cross-tables-reports-with-the-quick-report-editor/ doc: http://doc.4d.com/4Dv16R5/4D/16-R5/Overview.300-3509185.en.html --- thinking aloud: the HTML template feature http://doc.4d.com/4Dv16R5/4D/16-R5/QR-SET-HTML-TEMPLATE.301-3481576.en.html which is

Re: The writing is on the wall

2018-01-25 Thread Chuck Miller via 4D_Tech
Unless something has changed, it is not just plug ins quick report on 64 does not support cross tab reports Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617)

Re: The writing is on the wall

2018-01-25 Thread Wayne Stewart via 4D_Tech
Hi, 4D View & 4D Write are not going 64 bit, that's what the pro versions are. As far as 32 bit support, my guess is 10.14 will have grudging support and 10.15 will just say No! Regards, Wayne [image: --] Wayne Stewart [image: http://]about.me/waynestewart

Re: Keystroke handling

2018-01-25 Thread Keisuke Miyako via 4D_Tech
perhaps you could use OBJECT SET EVENTS http://doc.4d.com/4Dv16/4D/16.3/OBJECT-SET-EVENTS.301-3651506.en.html to disallow the default button's click event during text edit. (its more subtle than disabling them) > 2018/01/26 0:35、Jim Crate via 4D_Tech <4d_tech@lists.4d.com> のメール:T > I’m not

Re: The writing is on the wall

2018-01-25 Thread Julio Carneiro via 4D_Tech
On Jan 25, 2018, at 9:21 PM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> wrote: > > We all need to be testing the new network layer and getting our feedback to > 4D... > > https://arstechnica.com/gadgets/2018/01/apple-prepares-macos-users-for-discontinuation-of-32-bit-app-support/ > Well,

Screen capture code snippet found on the NUG that I am not able to make work. plse help

2018-01-25 Thread ernie hilgers via 4D_Tech
Hi Tim Nevels, I was trying to make the code work on my mac 10.6 / 10.8 but somehow I am not getting the snapshot on the desktop. (where I want them, for now) I changed some of your code (see below) but I am not sure if I understand if that makes it work. I am not interested in a windows

Document capture

2018-01-25 Thread Kenneth Geiger via 4D_Tech
Hi all, I’m beginning to work on a new project (4D v16 on Windows) for a client that handles a LOT of physical documents for their clients. They’ve got a huge storage issue and when they need to refer to a document, they spend huge amounts of time searching the physical files. I’ve not

Re: Document capture

2018-01-25 Thread Charles Miller via 4D_Tech
I have built a few document management systems. One thing you need to be careful of is how many files are in a particular folder. What I did at oine client is create a structure for folders as follows: Client ID was a long int. Client id 101123 for example would have the following structure. I

RE: Issues with new network layer

2018-01-25 Thread Timothy Penner via 4D_Tech
> Since we started rolling out this new configuration, we get lots of support > calls of users that can’t log into their databases, since there are not > enough licenses free. > A closer look reveals that users are two, three or more times logged into the > 4D Server. Sometimes the status is

Re: Document capture

2018-01-25 Thread Peter Bozek via 4D_Tech
On Thu, Jan 25, 2018 at 6:39 PM, Kenneth Geiger via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > If any of you have done something similar, I would really appreciate any > feedback on my approach and would welcome any suggestions, pseudo-code, or > code that you would be willing to share. > We did

RE: Document capture

2018-01-25 Thread Justin Will via 4D_Tech
Kenneth, I have a system that tracks signatures and we get thousands of signatures every day. We started storing these several years ago and we were originally storing all images in one place. Our first attempt we stored the .png files as Image fields with the store outside the datafile

Re: Document capture

2018-01-25 Thread Julio Carneiro via 4D_Tech
Hi Kenneth, I’ve also implemented something similar to what others have done. But in my case, instead of having a folder for each client, I have one folder per clientID\1000 (client ID mod 1000), so a maximum of 1000 folders. Then I have a second folder level for document classes/categories.

Re: ​Document capture

2018-01-25 Thread steve simpson via 4D_Tech
​ K ​​ enneth, sounds to me like you are on the right path. Much of it depends on the sheer volume of documents. As some pointed out, a vast number of documents in a single folder can bog down OS storage systems, although that is way less a problem now than it was several years ago. Much also

The writing is on the wall

2018-01-25 Thread Jeffrey Kain via 4D_Tech
We all need to be testing the new network layer and getting our feedback to 4D... https://arstechnica.com/gadgets/2018/01/apple-prepares-macos-users-for-discontinuation-of-32-bit-app-support/ ** 4D Internet Users Group (4D

RE: Issues with new network layer

2018-01-25 Thread Dennis, Neil via 4D_Tech
> Has anyone come across this problem? I can confirm... we cannot use the new network layer as it will leave users logged in. We see this especially in development (client/server) if we lose network connection with the server. Neil -- Privacy Disclaimer: This message contains

Re: Keystroke handling

2018-01-25 Thread Jim Crate via 4D_Tech
I’m not trying to filter user input. I’m trying to trap certain navigation-related keystrokes. I am trying to implement a relatively simple generic auto-complete that allows me to customize the query used to generate the autocomplete list. I’m displaying a listbox under the field the user types

Re: Keystroke handling

2018-01-25 Thread Arnaud de Montard via 4D_Tech
> Le 25 janv. 2018 à 16:35, Jim Crate via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > I’m not trying to filter user input. I’m trying to trap certain > navigation-related keystrokes. I am trying to implement a relatively simple > generic auto-complete that allows me to customize the query

Issues with new network layer

2018-01-25 Thread Daniel N. Solenthaler via 4D_Tech
Hi everyone, we are using 4D Server 16.3 64bit on macOS and therefore using the new network layer. Client-Server Timeout slider in the database settings is set to 5 Minutes. Since we started rolling out this new configuration, we get lots of support calls of users that can’t log into their

Re: POP3 Email Processing

2018-01-25 Thread David Weinberg via 4D_Tech
Hi Alex, I am adding a function to a legacy system that still need to support v12 customers. We are reading incoming emails via POP3 and IMAP and your code and Keisuke Miyako's plug in sound very helpful. Am I able to take up the offer you made to Dougie and obtain your starter code as parsing