divotking Posted August 3, 2007 Report 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
Cory Posted August 8, 2007 Report 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
divotking Posted August 9, 2007 Author Report 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
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.