Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Jeremy Williams #1
Question re Recordset Navigation
Does anyone know whether there is a Recordset Navigation extention that allows
you to display all of the pages or records at once with a "view all at once"
link or "all" link? I am using ASP VBScript and a Microsoft Access database.
Thank you in advance for any pointers!
Jeremy Williams Guest
-
Custom Recordset Navigation
I would like the Recordset Navbar to display as: << First < Previous Next > Last >> I would like it left aligned with no table or cell widths... -
ANN: MX Navigation Pack - better recordset navigation from InterAKT
Hi, It's been a long time since I've posted in this forum ... But let's hope I'm not completely forgotten :) We've just released a new product... -
Using multiple recordset navigation bars
Hello, I'm on IIS 5, W2K, ASP Javascript...Just wondering if there might be a problem with attempting to use multiple recordset navigation... -
Recordset page navigation
Hi , I have a page that get 1000 records and I?m displaying it 10 records a page. I want to use page numbers line 1,2,3, ...as my navigation instead... -
multiple recordset navigation bars
Hello, Just wondering if there might be a problem with attempting to use multiple recordset navigation bars....I cannot seem to get this to work...a... -
redtail01 #2
Re: Question re Recordset Navigation
Any link can be used to an asp page that returns the content of an un filtered
recordset , or to save creating a new page use an else if statemnet with two
sql queries in the same page, if I understood your question correctly
redtail01 Guest
-
Tom Muck #3
Re: Question re Recordset Navigation
"Jeremy Williams" <webforumsuser@macromedia.com> wrote in message
news:d8n69m$flj$1@forums.macromedia.com...allows> Does anyone know whether there is a Recordset Navigation extention thatonce"> you to display all of the pages or records at once with a "view all atdatabase.> link or "all" link? I am using ASP VBScript and a Microsoft AccessPut this bit of code after the DW asp code above the HTML tag (use your>
> Thank you in advance for any pointers!
recordset name instead of Recordset1):
<%
tfm_showall = MM_urlStr
If Request("offset").Count > 0 AND CStr(Request("offset")) = "" Then
Repeat1__numRows = -1
Recordset1_last = Recordset1_total
End If
%>
Then create the link to show all records like this:
<a href="<%=tfm_showall%>">All</a>
Hope that helps.
--
Tom Muck
co-author Dreamweaver MX 2004: The Complete Reference
[url]http://www.tom-muck.com/[/url]
Extending Knowledge Daily
[url]http://www.communitymx.com/[/url]
Tom Muck Guest
-
Jeremy Williams #4
Re: Question re Recordset Navigation
Tom,
Thank you for your reply. Does your "Horizontal Looper" script have this
record set navigation option to show "all" record sets? I am a recent convert
to Dreamweaver from Adobe GoLive and am still on the learning curve with
delving into ASP code. I have a lot of great reference books! Thank you,
again.
Jeremy Williams Guest



Reply With Quote

