Drill Down Capabilities
I'm using RBAddon for calendaring. It works well once you understand how to
use it...
I list detail records in days of the calendar. My client would like to be
able to click on a detail record and bring up a dialog window in which some
data entry will take place. Is there an easy way to capture the click and
respond by showing a dialog?
use it...
I list detail records in days of the calendar. My client would like to be
able to click on a detail record and bring up a dialog window in which some
data entry will take place. Is there an easy way to capture the click and
respond by showing a dialog?
This discussion has been closed.
Comments
You can use the OnDrawCommandClick event of any object on a report to
capture a click event in the Report Preview. From this event you could show
your separate dialog.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
One other question. The data entry in the dialog might change the day the
detail item belongs to... When the dialog closes how can I redraw the
calendar (need to requery the database)?
Try calling Report.Reset...
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com