Hello
There is a parameter DB wich contains a page ‘topPage’ with action hotspots and a button.
Other databases uses this page as a part of the top frame from inside those databases.
The actions of those hotspots are depended from information inside the ‘info’ frame.
I did try a test with a button at the topPage with the following code:
@prompt( “ParameterDB”; @replicaID) ; gives ParameterDB ID
@SetTargetFrame ( ‘info’ );
@updateFormulaContext;
@prompt( “ParameterDB”; @replicaID) ; gives again ParameterDB ID
Also with a test using the @dbname gives the ParameterDB name back
How can I get the context changed in a page?
What do I wrong?
Thanks
SC