DROP on button

This forum is for eXpress++ general support.
Post Reply
Message
Author
skiman
Posts: 1199
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

DROP on button

#1 Post by skiman »

Hi,

I'm testing with the DROP clause of a button. It is working for files that I drag to it, but I don't succeed for other types of dragging.

1. Drag a file from Explorer and drop it on the button: OK
2. Drag a file which is an attachment of a mail and drop it: This would also be very handy, anyone who succeeded to do this?
3. Drag a complete mail from Outlook and drop it: This isn't working. I don't get an array as parameter, but a string which is the subject and date of the mail. Anyone who knows the trick to do this?
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DROP on button

#2 Post by rdonnay »

Chris -

I can modify the drop code in eXpress++ so it will automatically put the data dropped into an array if it is not already an array.
Would this help?

BTW - I have been making the egg crepe, Boursin, salmon appetizer regularly for my guests.
I am getting very good at this. :dance:

Roger
The eXpress train is coming - and it has more cars.

skiman
Posts: 1199
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: DROP on button

#3 Post by skiman »

Roger,

Any idea how that array would be filled?

If a mail is dropped, would that array have the different elements as subject, content, attachments...

Glad to hear you also learned something from me. :) Now I think on it, do you have the picture that Christine took from us? Could you send it to me?
Best regards,

Chris.
www.aboservice.be

Post Reply