Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Going Goofy Over Error

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Carefree Posted - 18 January 2012 : 04:01:25
Here's some code I wrote for a small school's registrar. If I don't search for a name, it displays properly. If I do, it freezes and then displays rows of edit/trash icons, followed by blank image place holders and more edit/trash icons, etc. until it times out.

Fixed that bug. Taking another approach on the last one.
7   L A T E S T    R E P L I E S    (Newest First)
ruirib Posted - 03 February 2012 : 09:18:39
Not in the code that you posted...

Posting code like this, it's never the best option. I may not have copied it properly, but I have 913 lines, plus a few comments.
Carefree Posted - 03 February 2012 : 08:52:17
lines 873-881 - should have been 876 not 867


If MaxPages > 1 Then
	Response.Write	"<table border=""0"" align=""left"">" & vbNewLine & _
		"	<tr>" & vbNewLine
	Call Paging2(2)
	Response.Write	"	</tr>" & vbNewLine & _
		"</table><br />" & vbNewLine
Else
	Response.Write	" " & vbNewLine
End If
ruirib Posted - 03 February 2012 : 08:18:05
At 867 what you have is the definition of a subprocedure, not a call to one.
Carefree Posted - 03 February 2012 : 07:59:26
There's another call at about 867 using 2 (which works, except as noted above). There's nothing from topic.asp in it - I used the page change routine from members.asp but ran into a couple of odd results when searching for students (which is where the changed Access/Sql routine comes in).

Oh yes, forgot to specify. I'm testing on Access will be in MySql when implemented.
ruirib Posted - 03 February 2012 : 05:48:00
Regarding the first issue, I see one single call to Paging2 (line 778). If you have two dropdowns, shouldn't there be two? Also, this call just uses the value 1 for the parameter passed to the function.

Regarding page changes, what database are you using? This seems a modded topic.asp, and I have seen you changed the paging code associated with SQL Server / Access. I wonder why you would do that?
Carefree Posted - 03 February 2012 : 03:13:48
Yes, it submits from the bottom (2) and receives the page number correctly; but the top page changer doesn't function (except it will receive the correct page number when changed with the bottom). Unfortunately, the data displayed never changes; consistently reads from the first record.
ruirib Posted - 02 February 2012 : 13:10:26
Does the page submit, when you try to change it? Does the code receive the desired page number correctly?

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000 Version 3.4.07