Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adir() for Search Results
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881210
Message ID:
00881262
Views:
21
Here is the code for this sugestion:
set the OLEDropMode property to 1 - Enabled
This is in the OLDDragDrop method:
lparameters oDataObject, nEffect, nButton, nShift, nXCoord, nYCoord
local lnFileCount, aFiles[1]
if oDataObject.GetFormat(15) && Files and Folders
  oDataOject.GetData(15,@aFiles)
  * You now have an array of those files.
endif 
>Not that I know of. Even copying the results to a single folder will not work if you have duplicate file names.
>
>You can drag all the result files to a form that has code in the oledragdrop event. It takes less code than you may think and will even support files being dragged in from applications like work or excell.
>
>Troy
>
>>Thanks!
>>
>>But is there a way to navigate to the "Search Results?" Then do
>>adir()???
>>I'm using filer instead though.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform