Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Atmosfera #1
Recordset Paging
Hi there, well, I know how to use this server behavior, but now I've a little
problem, I've 3 documents, one to filter the results, one to show the results
and the last one to show the results details, I'm filtering the first document
with this statement: $query_RSRestaurants = "SELECT distinct Categoria FROM
restaurants"; so , in this document according the field ' categoria ' I choose
an option, ( international, Chinese, Mexican, etc.... ), then I'll go to the
results page wich is filtering the search by: $query_RSInfoRestaurant =
sprintf("SELECT * FROM restaurants WHERE Categoria = '%s' ORDER BY Nombre asc",
$colname_RSInfoRestaurant);, and this populates my document, the problem is
when I insert the Recordset Paging Behavior, at the beggining works, but if I
click on next shows nothing and then if I click on Back or First shows nothing
too, so, where's the error?, any help?
Thanks in Advance!!!!!
Arturo
Atmosfera Guest
-
PHP Recordset Paging problem
I am trying to set up record paging using the simple <<Previous Next>> setup. However, when I click the Next>> link, it doesn't show the rest of the... -
Recordset paging problem
I'm stuck on this one My recordset paging wont work. I've done a search page with a form and a table in it to post 2 values to the result page.... -
Help Recordset paging
Hi I can't seem to get my recordset navigation bar to work. I am getting the following error:- Variable COUNTRYNAME is undefined. The error... -
Help With Recordset paging
I am trying to set up a website with my honeymoon and wedding picts for everyone to look at. and I am using CFMX to pull photos and captions from a... -
paging through recordset
http://www.google.ca/search?q=asp+recordset+paging+tutorial&ie=UTF-8&oe=UTF-8&hl=en&meta= http://www.asp101.com/articles/recordsetpaging/index.asp...



Reply With Quote

