Using Drag and Drop PeopleCode

The PeopleCode used to handle drag and drop functionality needs to be component-level PeopleCode and to be added to the PT_WORK.PT_BUTTON_DND field. With drag and drop, you drag data from a field, row, or rowset in a source group box and drop it onto a field, row, or rowset in a target group box.

See GetDNDField.

See GetDNDRow.

See GetDNDRowset.

See GetDNDTargetField.

See GetDNDTargetRow.

See GetDNDTargetRowset.

See Draggable.

See Droppable.