Running a Procedure in a remote viewer

jjfree

New Member
I have a Progress V8.3b dialog box that holds 2 browsers and 2 viewers. When the user presses return in the top viewer, I need the application to add the record then run a procedure that's in the bottom viewer. Can anyone tell me how to run a procedure in a remote viewer?
 

thenboogie

New Member
well you need to know the handle of the remote viewer and then after adding the record
run other-procedure in remote-handle.
 
Top