I have a situation where I need to set a different window as the foreground window, but keep my J application running and reading from the clipboard. But when I do that, I get domain error on the line
wd 'clippaste' The line executes correctly if I type it into the session window, but then of course the session window is in the foreground. Is it not allowed to read the clipboard when you are not the boss window? Is this some strange Windows thing? If it is possible to read the clipboard at this time, and the problem is in wd, does anyone know the WinAPI calls to read the clipboard? Henry Rich ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
