If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Recordset finished point?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-17-04, 07:39
Td04 Td04 is offline
Registered User
 
Join Date: Mar 2004
Posts: 52
Question Recordset finished point?

Hi
I have a ASP page which use response buffer = True so one does not really se anything happening when the select option list wait for all the records to pop in there.
So I have a javascript show("data_loads"); which turns on a GIF "data loads.gif" which I start with the submit.
I also have a javascript that hides the gif again hide("data_loads");
How do I find the point when the recordset is just finished to run the second script hide("data_loads");
It should be sth with EOF but the EOF never becomes true so what could I use here?
or is there some built in function in ASP I can use here I´ve missed out on?
Thanks//Martin
__________________
"Never underestimate a large number of morons"
Reply With Quote
  #2 (permalink)  
Old 12-17-04, 09:10
White Knight White Knight is offline
Registered User
 
Join Date: Dec 2004
Location: York, PA
Posts: 95
where does a recordset end? when you LOOP finishes running
__________________
Sorry to be terse
some say it's a curse
I know it's worse
I'm just diverse
Reply With Quote
  #3 (permalink)  
Old 12-17-04, 09:20
Td04 Td04 is offline
Registered User
 
Join Date: Mar 2004
Posts: 52
yes you could say sth like that.
eg. all the data (recordset) is transported from the server to the users client webbrowser.
__________________
"Never underestimate a large number of morons"
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On