dmaxj Posted June 9, 2006 Posted June 9, 2006 Is it possible to copy the contents of the clipboard to a script variable? I need to copy a record from one table into another table. However, I need to retain the contents of the clipboard prior to copying a record onto the clipboard. Any clues ? Thanks
Ted S Posted June 9, 2006 Posted June 9, 2006 I can't think of any way to copy directly from the clipboad into a variable but you probably could paste the contents into a global field and from there populate your variable. As far as copying records from one table to another have you considered importing them? The not so obvious part is that you don't have to export anything. The found set in your source table can act as the import source.
dmaxj Posted June 9, 2006 Author Posted June 9, 2006 Thanks- I mananged to go the global field route. Importing and exporting not needed- scripting only.
Recommended Posts
This topic is 6744 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now