philippoommen1
Member
Hi,
One of our existing screen x.w is calling y.w. In x.w we are defining a New shared temp table and y.w will populate that temp table since it is a shared temp table in y.w . Once the user Save and close y.w , temp table updated records gets displayed in a browser of x.w.
Now we are in a situation where we cannot define a shared temp table or input-output param. With out these how I will get the value of the temp table in x.w once the user save and close the window y.w. All these because user can open multiple sessions of x.w and y.w at same time.
Publish/Subscribe method can accomplish this?
TIA
-Philip
One of our existing screen x.w is calling y.w. In x.w we are defining a New shared temp table and y.w will populate that temp table since it is a shared temp table in y.w . Once the user Save and close y.w , temp table updated records gets displayed in a browser of x.w.
Now we are in a situation where we cannot define a shared temp table or input-output param. With out these how I will get the value of the temp table in x.w once the user save and close the window y.w. All these because user can open multiple sessions of x.w and y.w at same time.
Publish/Subscribe method can accomplish this?
TIA
-Philip