divotking Posted August 3, 2007 Report Share Posted August 3, 2007 What I am trying to do is take information from one source, like an internet database, copy it and then paste it into to a JAVA based program to run a query. This query would use that information to pull up the desired information. For example an account number copied from the internet database, then pasted in the program to run the query on that account number. I have been able to get this to work with other programs to look up different information, but this program does not allow copy and paste functions to be used if the information was not found within the program. It is a JAVA based program, so that may have something to do with it. Any help on this one would be really great. Is there a way to take that information and import it in in some way? A way around the copy and paste function not working with the clipboard in that one program? Quote Link to comment Share on other sites More sharing options...
Cory Posted August 8, 2007 Report Share Posted August 8, 2007 Copy the clipboard text to a variable and use the Type Text command without the clipboard paste option. For instance Text Type "%T1%". Quote Link to comment Share on other sites More sharing options...
divotking Posted August 9, 2007 Author Report Share Posted August 9, 2007 Copy the clipboard text to a variable and use the Type Text command without the clipboard paste option. For instance Text Type "%T1%". Thank you! I figured it out. Thanks a lot, that fixed the problem. Thanks Cory! Quote Link to comment Share on other sites More sharing options...
Cory Posted August 9, 2007 Report Share Posted August 9, 2007 Anytime! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.