click event

how to implement onclick a cell cause the special event in preview page?

Comments

  • edited 4:22AM
    The TFRReport component has an event called OnObjectClick(View:TFRView). The View parameter holds the object that fired the click event. By parsing this parameter You can do whatever You want in the event handler. I hope this is what You need.

    Regards:Alex

Leave a Comment