Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE Drag and Drop problem
Message
From
10/10/2002 14:03:21
Terrence Spencer
Municipal Advisory Council of Texas
Austin, Texas, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
OLE Drag and Drop problem
Miscellaneous
Thread ID:
00709989
Message ID:
00709989
Views:
55
I am trying to drag files from an FTP site in Internet Explorer.

The data type is:
oDataObject.GetFormat("UniformResourceLocator")

I can't seem to get the array of files being dropped by using:

DIMENSION aValues[1]
oDataObject.GetData("OLE Variant", @aValues )

or

DIMENSION aValues[1]
oDataObject.GetData(15, @aValues )

Any Idea how to get a handle on the list of files dropped from an FTP site?

Thanks,

Terrence Spencer
Next
Reply
Map
View

Click here to load this message in the networking platform