R
Rene
Hello group,
Here's my scenario:
- using AccessXP
- Frontend/Backend setup
- Frontend is 'disconnected', meaning that forms/controls are not bound
'live' to tables or recordsets on the back-end
- All back-end data access is implemented via a DataClass written in VB and
using DAO;
- FrontEnd obtains data for display primarily from 'Snapshot' recordsets.
Question:
Where can I find a suitable control to display Text AND CheckBox columns?
I don't insist on the control being 'data-aware'; I can fill it through code
if need be.
I want this control to allow editing/updating any given cell and to raise an
event after a cell update has completed; from that event I will invoke the
relevant DataClass method.
I've looked at the MSFlexGrid - it doesn't offer CheckBoxes;
Thanx!
Here's my scenario:
- using AccessXP
- Frontend/Backend setup
- Frontend is 'disconnected', meaning that forms/controls are not bound
'live' to tables or recordsets on the back-end
- All back-end data access is implemented via a DataClass written in VB and
using DAO;
- FrontEnd obtains data for display primarily from 'Snapshot' recordsets.
Question:
Where can I find a suitable control to display Text AND CheckBox columns?
I don't insist on the control being 'data-aware'; I can fill it through code
if need be.
I want this control to allow editing/updating any given cell and to raise an
event after a cell update has completed; from that event I will invoke the
relevant DataClass method.
I've looked at the MSFlexGrid - it doesn't offer CheckBoxes;
Thanx!