Kbase 21812: How do you make a multi select dynamic browser?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/02/2002 |
|
SUMMARY:
Selecting multiple rows in a dynamic browser in Dynamics 1.1A
EXPLANATION:
While multiple selection can be set for a dynamic browse in Dynamics
1.1A via the attribute MULTIPLE, programmers will note that
beyond allowing the selection of multiple rows, the ADM2 does
not provide additional functionality to support this feature.
For instance, if the user selects several rows in a MULTIPLE = TRUE
browse and then hits "delete," the ADM2 will not automatically delete
the rows.
Adding functionality to the ADM2 that supports multiple selection
in the Dynamics 1.1A dynamic browse is the responsibility of the
programmer. Progress Software recommends that any programmer
undertaking such an implementation have an advanced knowledge
of the ADM2 and Dynamics. Alternatively, a member of the POSSE
community may also log an enhancement with possenet.org requesting
that the community implement this functionality.
Progress Technical Support will not be able to assist customers
with writing their own implementations of multiple-selection
functionality in dynamic browses, since such assistance is outside
the scope of technical support services. For such assistance, customers should contact their regional manager of Progress Professional Services.
Note that the MULTIPLE attribute can not be changed after the browse
widget is realized. Thus for Dynamics, you could try setting it in the
rendering program (however, that would set it for all browsers).
SOLUTION:
References to Written Documentation: