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