|
| |
|
|
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?
|
|
|
|
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
|
|
|
|
jonance
Posts: 299 From: Louisville KY USA Status: offline
|
RE: Database Forward/Next, etc. probs - 4/9/2001 21:08:00
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
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
|
|
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
|
|
|