Kbase 15791: Using pass-through links with user-defined link types
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/27/1998 |
|
Using pass-through links with user-defined link types
If you want a new link type to be a pass-through link, it has to be
added to a list maintained by the Broker called
adm-pass-through-links. Your link can be added by defining:
&SCOP user-pass-through-links YOUR-LINK
in broker.p before brokattr.i is included. This preprocessor value
will automatically be appended to adm-pass-through-links. The broker
must then be recompiled. Alternatively, you can write code to add
this link to the value of the variable adm-pass-through-links
at runtime.
Then your link will be considered by the add-link method as a
pass-through candidate (we didn't want to assume that any new
user-defined link should be used for pass-through, since this isn't
always wanted.)
There's more information on this in section 13.8 of the UIB Guide.
Progress Software Technical Support Note # 15791