Skip to main content
Question

Empty DetailsView Times Out

  • May 29, 2024
  • 0 replies
  • 26 views

I have a details view defined as:

public SelectFrom<EmpPriceComparisonBase>.Where<EmpPriceComparisonBase.userId.IsEqual<AccessInfo.userID.FromCurrent>>.View.ReadOnly DetailsView;

If the view returns rows, everything is fine.

If, however, the view would return no rows, the screen locks as if it were running a long query, which eventually times out with...

“Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.”

Any ideas?