Has anyone heard of, or had, a possible memory leak with this function? I have users that will hang for an indeterminate length of time when they repeatedly use this function. But, using the pop-up menu and 'opening' the ticket instead does not have this problem. grdTicketsDblClick Sub CallTicketDetailsView(blnExisting) If gBlnCanViewTicket Then OpenMainViewFromGridCrntID grdTickets, "TICKETID", "System:Ticket Details", 1, blnExisting 'DNL End If End Sub
|