Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record navigation

Status
Not open for further replies.

ShawnDT

Technical User
Joined
May 1, 2006
Messages
67
Location
US
Good Morning Gents and Ladies!!!!

When I use record navigation the page will refresh, instead of continuing through the records (<<Prev Next>>). How do I stop this from happening? I created a page without layers and it works fine. If I have additional layers on the page. When I click the Next >> Link to navigate through the records. It freshes the page an goes back to the Visible layer versus staying on the layer in which I am doing the navigation. I am sure that there's an easy explanation for this, but again the solution has eluded me.
Thank you all for your kind attention. Shawn.
 
Currently when the page load's the first layer is display Or Main layer. I then navigate with my assigned links to the layer that has my record set on it. I should be able to navigate through this recordset without the page reloading and displaying the main page again.

Each time I hit next or prev the page reloads and displays the main layer. I want the user to be able to continuely navigate through the records without having to go back and select the Recordset layer again just to see the record that they navigated.

I hope this makes sense.
 
I think we are there now. Look for the line (around 280 ish)
Code:
MM_urlStr = Request.ServerVariables("URL") & "?nav=true&" & MM_keepMove & MM_moveParam & "="
& add
Code:
MM_urlStr = Replace(MM_urlStr, "nav=true&nav=true", "nav=true")
just after it.
The page will still reload but should now show all of the correct layers and navigate through the records correctly

Cheech

[Peace][Pipe]
 
Bloody brilliant Cheech, Bloody brilliant. Because of your help and effort. I can now take my vacation this Friday in the outer banks of North Carolina.
Thanks again for your patients.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top