I'm trying to make a record selector. The UI is simple: A grid on the left with available records (gdAvailableContacts), a grid on the right with selected record (gdSelectedContacts). Four buttons in the middle, to select a record, to unselect a record, to select all, and to unselect all.
The left grid is populated with a bizobj (no problems). How should I populate the left grid? I tried an empty dDataSet, but it's not possible to add records to it. I'm not looking to remove records from the left grid, just to add or remove records from the right grid. How is this accomplished? Txs for the help, Miguel _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
