Clipboard - CopyFromClipBoard


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Mike Saunders on May 07, 2007 at 13:13:38:

I probably should wait a while before posting this as most likely soon after I do, I will find my problem.....

However my PC running CometWS 2006 v.381 seems to have developed problems with the CopyFromClipBoard. Always get back a blank data.

I am pretty sure this program was working a while back.

CopyToClipBoard seems to work fine.

This is my code...
LENGTH 254 & LOCAL RESULT$
..
..
OPEN(1) "X00"
PRINT (1) (CopyFromClipboard)
INPUT (1) RESULT$
msgbox result$
CLOSE(1)

I know I have data in the clipboard, as after the MSGBOX RESULT$ is displayed, I do a paste into notepad, the paste work fine with the correct data from the clipboard.
But RESULT$ is empty.

I have tried the CLIPBRD.IBS from the DMW directory and it seems to be having challenges also.

Anybody have any thoughts...

Thanks.




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]