December 9, 200322 yr I have a file called A. In it is a field called Target. I also have a file called B. In it is a field called Source. I make a script in file A: Copy [select,"B::Source"] Paste ["Target"] It asks me to create a relationship between A and B, for which I created some random field in both files. I must have not understood something, because it doesn't copy data from B::Source to A::Target. It copies nothing (and because of that of course pastes nothing). The clipboard never gets to get filled with the contents of field B::Source. If I create a Source field in A, it will copy and paste just fine. I ended up calling a script called Copy in file B from the script in file A, that simply does the Copy part. After that, it pastes OK. Is the window from which I want to copy not active or something? Anyone have an idea?
Create an account or sign in to comment