Recordset paging problem

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 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. The result page has a recordset and
    a repeat region to show 4 results per page and then paging images to go next
    and previous. All OK

    The problem is the first page always displays correct but when I click on next
    page it just displays 4 results from the mysql table ie No search values. The
    search values from the search page have just gone.

    Anyone got any ideas, I've tried lots of things over the past week !


    mustwatch Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Recordset paging problem

    This was a problem with POST as soon as I changed it all to GET the problem
    went away. I haven't a clue why this happened. Went back a few times and the
    same thing happened everytime.

    Using POST on other pages in my website no problems.



    mustwatch Guest

  4. #3

    Default Re: Recordset paging problem

    This was a problem with POST as soon as I changed it all to GET the problem
    went away. I haven't a clue why this happened. Went back a few times and the
    same thing happened everytime.

    Using POST on other pages in my website no problems.



    mustwatch Guest

  5. #4

    Default Re: Recordset paging problem

    This was a problem with POST as soon as I changed it all to GET the problem
    went away. I haven't a clue why this happened. Went back a few times and the
    same thing happened everytime.

    Using POST on other pages in my website no problems.



    mustwatch Guest

  6. #5

    Default Re: Recordset paging problem

    This was a problem with POST as soon as I changed it all to GET the problem
    went away. I haven't a clue why this happened. Went back a few times and the
    same thing happened everytime.

    Using POST on other pages in my website no problems.



    mustwatch Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139