Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to clip
Message
From
16/11/2020 03:34:44
 
 
To
16/11/2020 03:14:35
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01677156
Message ID:
01677171
Views:
74
>>Are you wanting to copy the file contents to the clipboard? Or a file, so it can paste into something like Windows Explorer?
>
>Yes Sir, I want copy the file contents to the clipboard.
>
>Hi Mehmood
>
>You can use function "FILETOSTR()" to copy the contents of a file to clipboard
>
>_cliptext = FILETOSTR("filename")
>
>Thanks

His problem is that he doesn't want to copy the file's content as such, but an image of the file as it is presented in a PDF viewer. IOW, the PDF will have to be converted into an image, and then that image must be copied to the clipboard.

>>
>>>Dear Sir,
>>>I want to copy file to _clipboard, so I found this link
>>>https://www.berezniker.com/content/pages/visual-foxpro/copy-files-clipboard
>>>the link has a function like this
>>>
>>>FUNCTION CopyFiles2Clipboard(taFileList)
>>>
>>>
>>>I think it copies list of files, but I want to pass a single file in function parameter like this
>>>
>>>
>>>cFile=getfile()
>>>
>>>
>>>How is it possible, please help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform