Passing a key via code and command (AREV Specific)
At 27 JUL 2007 12:54:59PM Daniel Rebich wrote:
I'm trying to pass a key into a new window that is being displayed via a softkey selection from a main window. However, I am unable to figure out a way to pass the key into the new window, so that, the existing record can be available immediately when the window is displayed. Any ideas out there would be greatly appreciated.
I'm using 'W' as the code and the window name in the command field. Just one other piece of information, if I hard code a key after the window name it works, but I am unable to make the key variable by using a symbolic, @ID, etc
Thanks for your help
Daniel Rebich
At 06 AUG 2007 03:55PM Roy Drummond wrote:
I have been off the AREV planet for about 4 years, but try this. Instead if a window call, use a subroutine call, and execute something like this: '
At 06 AUG 2007 03:59PM Roy Drummond wrote:
I have been off the AREV planet for about 4 years, but this may work.
Instead of a window code, use a subroutine call and execute something like this: 'PERFORM WINDOW NEW_WINDOW :@ID'. I'm sure there are 10 slicker ways to do it but I am a bit rusty right now.
Roy