[CLOSED] transaction aborted

  1. #1

    [CLOSED] transaction aborted

    Hi,

    I created the GridPanel for to show the aggregate data, but if there are too much
    records I see the error like the image attached below.
    Click image for larger version. 

Name:	error.JPG 
Views:	73 
Size:	21.0 KB 
ID:	5182

    Can you suggest me when this error it shown?

    Thank you so much.
    Last edited by Daniil; Nov 27, 2012 at 3:16 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You can set the .Timeout property of the DirectEvent to a higher value. I believe the default is 30 seconds (30000). Setting to 60000 or higher will get you more time.

    That said, you might want to look into server-side paging|sorting|filtering if you're getting timeouts.
    Geoffrey McGill
    Founder
  3. #3
    Hi,

    I set the timeout property as you suggest

    btnSearch.DirectEvents.Click.Timeout = 60000;
    but I receive same error.

    Thanks.
  4. #4
    Sorry,

    I set the timeout property for another button, now it works.

    Thank you so much.

Similar Threads

  1. Transaction Aborted & Timeouts
    By healingnations in forum 1.x Help
    Replies: 2
    Last Post: Sep 02, 2013, 8:44 AM
  2. [CLOSED] Transaction Aborted
    By majunior in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 21, 2011, 12:42 PM
  3. [CLOSED] Transaction Aborted
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 23, 2011, 8:32 AM
  4. Transaction aborted
    By norphos in forum 1.x Help
    Replies: 0
    Last Post: Jul 11, 2011, 11:47 AM
  5. [CLOSED] Transaction aborted
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 05, 2010, 10:11 AM

Posting Permissions