navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Database Forward/Next, etc. probs

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Database Forward/Next, etc. probs
Page: [1]
 
jonance

 

Posts: 299
From: Louisville KY USA
Status: offline

 
Database Forward/Next, etc. probs - 4/8/2001 23:11:00   
Hi,

I used Spooky's method of altering the fpdbrgn1.inc file to change the nav. buttons from >| to Forward, Next, Previous, Last. The problem is it will only change two of them when viewed on the server. Go to http://www.yourcityguide.net/test.asp
There are dashes (-) where Next and End should be and i followed the instructions exactly. Thanks in advance for any help.

John

Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Database Forward/Next, etc. probs - 4/9/2001 20:17:00   
Could you cuat and paste here, the lines you changed John?

(in reply to jonance)
Guest


 
RE: Database Forward/Next, etc. probs - 4/9/2001 20:08:00   
Here is the code. I copied a little above and below the part i edited so you could see it in context. Hope this helps. It looks fine to me but who know. Thanks,
John
------------------------------------------

fp_sPagePath = Request.ServerVariables("PATH_INFO")
fp_sEnvKey = fp_sPagePath & "#fpdbr_" & fp_iRegion
fp_sFormName = "fpdbr_" & CStr(fp_iRegion)
fp_sFormKey = fp_sFormName & "_PagingMove"

fp_sInputs = fp_sDefault

fp_sFirstLabel = " Start "
fp_sPrevLabel = " Prev "
fp_sNextLabel = " Next "
fp_sLastLabel = " End "
fp_sDashLabel = " -- "

if not IsEmpty(Request(fp_sFormKey)) then
fp_sMoveType = Request(fp_sFormKey)
else
fp_sMoveType = ""
end if


(in reply to jonance)
jonance

 

Posts: 299
From: Louisville KY USA
Status: offline

 
RE: Database Forward/Next, etc. probs - 4/9/2001 21:08:00   

(in reply to jonance)
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Database Forward/Next, etc. probs - 4/9/2001 23:56:00   
I assume its because the values dont exist - once you move to page 2 they do.
I think they are just place holders.

(in reply to jonance)
jonance

 

Posts: 299
From: Louisville KY USA
Status: offline

 
RE: Database Forward/Next, etc. probs - 4/11/2001 22:55:00   
Can you explain what you mean by this. I looked in fpdbrgn2.inc and don't see where i can alter this. What do you suggest i do?

Thanks,
John


(in reply to jonance)
jonance

 

Posts: 299
From: Louisville KY USA
Status: offline

 
RE: Database Forward/Next, etc. probs - 4/11/2001 23:00:00   
Nevermind, i see what you were saying. There is nowhere to go "back" to on the first page. Same with "forward' on the last page.

Thanks Spooky


(in reply to jonance)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Database Forward/Next, etc. probs
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts