Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Drill Down Capabilities

edited January 2004 in General
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?

Comments

  • edited January 2004
    Hi Keith,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    I think that will work really well... Thank you.

    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)?

  • edited January 2004
    Hi Keith,

    Try calling Report.Reset...

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.