Kbase P25740: ADM: Can a Smart Panel be used to used to update two Smart Browsers, depending which Smart Browser i
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/11/2010 |
|
Status: Verified
GOAL:
ADM: Can a Smart Panel be used to used to update two Smart Browsers, depending which Smart Browser is being used at the time?
GOAL:
How to link two SmartDataBrowsers to the same SmartPanel
FACT(s) (Environment):
Windows
Progress 8.3E
Progress 9.x
OpenEdge 10.x
OpenEdge Language Category: ADM
FIX:
Yes this is possible, however you must control the links manually.
An example to unlink from one SmartBrowser and relink to another would be:
Manual unlink and relink the Smart Panel to the relevant Smart Browser:
RUN remove-link IN adm-broker-hdl (h_p-updsav , 'TableIO':U , h_b-salesrep ).
RUN add-link IN adm-broker-hdl ( h_p-updsav , 'TableIO':U , h_b-cust ).
You would need to remove and add links for each link type required.