Cfinclude processing

2005-10-17 Thread CHANCE, JENNIFER M. (JSC-BJ) (BAS)
Is there any way to make a page completely process a cfinclude before continuing? I have data that is sometimes updating in the cfinclude and that data is displayed. The cfinclude page runs and the database is updated, but not quick enough to display the new data on the page that is calling the

RE: Cfinclude processing

2005-10-17 Thread Andy Matthews
:34 PM To: CF-Talk Subject: Cfinclude processing Is there any way to make a page completely process a cfinclude before continuing? I have data that is sometimes updating in the cfinclude and that data is displayed. The cfinclude page runs and the database is updated, but not quick enough to display

RE: Cfinclude processing

2005-10-17 Thread Munson, Jacob
:34 PM To: CF-Talk Subject: Cfinclude processing Is there any way to make a page completely process a cfinclude before continuing? I have data that is sometimes updating in the cfinclude and that data is displayed. The cfinclude page runs and the database is updated, but not quick

RE: Cfinclude processing

2005-10-17 Thread CHANCE, JENNIFER M. (JSC-BJ) (BAS)
The main page looks at the database before the code that updates the database in the cfinclude has had a chance to finish -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 2:53 PM To: CF-Talk Subject: RE: Cfinclude processing I guess I'm

Re: Cfinclude processing

2005-10-17 Thread Larry Lyons
The main page looks at the database before the code that updates the database in the cfinclude has had a chance to finish -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 2:53 PM To: CF-Talk Subject: RE: Cfinclude processing I guess I'm

RE: Cfinclude processing

2005-10-17 Thread CHANCE, JENNIFER M. (JSC-BJ) (BAS)
:01 PM To: CF-Talk Subject: Re: Cfinclude processing The main page looks at the database before the code that updates the database in the cfinclude has had a chance to finish -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 2:53 PM To: CF-Talk

RE: Cfinclude processing

2005-10-17 Thread Munson, Jacob
finished. -Original Message- From: CHANCE, JENNIFER M. (JSC-BJ) (BAS) [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 2:05 PM To: CF-Talk Subject: RE: Cfinclude processing Ah..I just went ahead and created another query in the cfinclude page to pull the data out

RE: Cfinclude processing

2005-10-17 Thread Justin D. Scott
with, but that's what it sounds like you're doing). -Justin Scott -Original Message- From: CHANCE, JENNIFER M. (JSC-BJ) (BAS) [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 3:34 PM To: CF-Talk Subject: Cfinclude processing Is there any way to make a page completely process

RE: Cfinclude processing

2005-10-17 Thread Justin D. Scott
Ah..I just went ahead and created another query in the cfinclude page to pull the data out and will just use that query to populate instead. It works and that's all that matters :) thanks! So you were pulling data out, then running an update query, and expecting that update query to