On Friday 08 May 2009 09:26:37 am johnf wrote: It might be helpful to explain what the form is doing.
In general the form is displaying history information for sessions (like courses have session - English 1A might have session 1,2,3,4 at a college). However, the sessions are not based on courses but something they call 'topic'. In the last ten years they created less than 10,000 sessions. And the requirement is that all sessions (based on topic) be available for review. In this case the topic selected is returning 1586 records. The records are displayed in a grid. There is a performance hit of approx. 1.5 seconds after making the selection. I noticed an issue while building the form. I accidentally changed a value (that will be prevented in the future) and when I went to close the form it took over 40 seconds to close even thought I had select "No" to the save question. I then realized that all primary bizobjs for other forms were based on a single record. Debugging revealed that is was processing all 1500 records. I guessed that it was processing each record and the related children. I still I might be right. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
