System hangs when opening this window. Earlier post say this was fixed with version 18.00.0483.
This is not the case. Window opens after 10 or more minutes.
Results from SQL profiler
BEGIN DECLARE @stored_proc_name char(36) DECLARE @retstat int DECLARE @param9 int set nocount on SELECT @stored_proc_name = 'MPL.dbo.pmBuildTrxInquiryByDateRange' EXEC @retstat = @stored_proc_name '##0924356', 1, '1900.01.01', '1900.01.01', '', '', '', '', @param9 OUT SELECT @retstat, @param9 set nocount on END
*This post is locked for comments