Row Select

The single/multiple line select objects are non-visual class user objects that allows users to select rows. The objects are designed to work like Windows Program Manager. The user can click, Shift-Click or Ctrl-Click. The most important part is the multiple select object does not process the click till the mouse button comes up. "This allows multiple row drag and drop"
To use this object you need to write a lot of code! Yes? No... In the constructor event of the DataWindow add one line of code.
//Constructor Event
uf_Create( "Single" )
OR
//Constructor Event
uf_Create( "Multiple" )
OR
//Constructor Event
uf_Create( "Many" )
This service can easily be extended into the Powersoft Foundation Class (PFC).
