Update one window from another window (AREV Specific)
At 04 JUN 2002 05:01:54PM Jenna Pederson wrote:
Is it possible to update one window from another window?
I have one window (called by a main window) for the user to view and save a record. This saved info also gets saved to another record, being displayed by the main window. I would like the main window to "refresh" and show the new info without the user having to exit and reenter the record.
Any ideas? I've tried setting a bunch of different wc_common% variables in different pre/post processes, but have had no luck.
Thanks!
At 04 JUN 2002 05:13PM Jonathan Bird wrote:
How does you "one window" get called from the main window. Is it post-save or on a softkey, or what?
J
At 04 JUN 2002 05:24PM Jenna Pederson wrote:
The second window is called by a softkey from the main window. The record in the second window is saved with a pre-save process. This saves data to the record in the second window as well as the record in the main.
At 05 JUN 2002 12:07AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
You are going to have to read in the item from disk and update @RECORD in your code.
At 06 JUN 2002 04:22AM Curt Putnam wrote:
Or carry the updated values in common and then update @Record