[FMFTP.EventDestID] & [FMFTP.EventSourceID] not populated

Questions about our File Management and Internet FTP plug-in
Locked
User avatar
shx
Posts: 167
Joined: Sun Apr 03, 2005 5:49 am

[FMFTP.EventDestID] & [FMFTP.EventSourceID] not populated

Post by shx »

[FMFTP.EventDestID] and [FMFTP.EventSourceID] are not populated when doing a drag and drop.

I put a debugbreakpoint in FMFTP_ProgressStart, FMFTP_ProgressUpdate, FMFTP_ProgressEnd and these variables are not populated when dragging a file from one filelistbrowser to a second one.

Is this a bug or am I missing something obvious.
- Steven
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: [FMFTP.EventDestID] & [FMFTP.EventSourceID] not populat

Post by Neosoft Support »

Those variables only work with the FMFTP_DropFile, FMFTP_ConfirmOverwrite and FMFTP_CopyConflict subroutines. The Special Subroutines section in the FM/FTP help file describe which variables work with which subroutines.
NeoSoft Support
User avatar
shx
Posts: 167
Joined: Sun Apr 03, 2005 5:49 am

Re: [FMFTP.EventDestID] & [FMFTP.EventSourceID] not populat

Post by shx »

Thank you
- Steven
Locked