Re: Drag & Drop challenge - developer wanted

2017-08-31 Thread Lee Hinde via 4D_Tech
Thanks! On Wed, Aug 30, 2017 at 11:58 PM, Daniel N. Solenthaler via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Lee, > > Credits to Ortwin Zillgen (http://.mettre.de/wp/ < > http://.mettre.de/wp/>), who did some fancy Apple Script and VB > programming for us. > > He is currently working o

Re: Drag & Drop challenge - developer wanted

2017-08-30 Thread Daniel N. Solenthaler via 4D_Tech
Hi Lee, Credits to Ortwin Zillgen (http://.mettre.de/wp/ ), who did some fancy Apple Script and VB programming for us. He is currently working on an update of the Apple Script for Sierra, since Apple changed something in the way attachments are loaded. Cheers, D

Re: Drag & Drop challenge - developer wanted

2017-08-30 Thread Chip Scheide via 4D_Tech
Talk to Bob Miller... I think he has something. On Wed, 30 Aug 2017 13:17:57 -0700, Lee Hinde via 4D_Tech wrote: > I can get the database 'on drop' method to fire. You get the path to > the email file. > > I can’t get a form to respond in any case. My target is a subform, > which doesn’t have a

Re: Drag & Drop challenge - developer wanted

2017-08-30 Thread Lee Hinde via 4D_Tech
I can get the database 'on drop' method to fire. You get the path to the email file. I can’t get a form to respond in any case. My target is a subform, which doesn’t have an on drop event, so I tried with a button and the form itself and neither give me the green +. The customer’s request is t

Re: Drag & Drop challenge - developer wanted

2017-08-30 Thread Chip Scheide via 4D_Tech
THAT is a good challenge. I am working with a form with Drag n drop enabled. I put this code in the from method: If (Form event=On Drag Over) TRACE End if it does not fire when dragging mail from either my email client, don't worry you don't use it :), nor from Apple Mail.app The Green + does ap

Re: Drag & Drop challenge - developer wanted

2017-08-30 Thread Lee Hinde via 4D_Tech
Daniel. How did you solve this problem? On Tue, Jan 6, 2015 at 8:47 AM, Daniel N. Solenthaler < dan...@solenthaler.com> wrote: > Hi all, > > I am looking for a developer who is able to provide a solution for one or > all of the following requirements: > > a) Direct Drag & Drop (not via Desktop)