Help With Recordset paging

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default 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 DB
    ( a lot of people who will be looking at this site have dial up so I felt doing
    it this way was better) I am trying to set up the next / previous links for
    scrolling through the many pages of pictures (3 at a time) and when I click on
    the Next link I get the last 3 pictures, I skip several pages. Any Ideas. I
    have set to only show 3 records at a time for the thumb nails and captions.

    brokerandy25 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. 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....
    3. 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...
    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: Help With Recordset paging

    I have an example of this on my website: [url]http://www.webtricks.com/sourcecode/code.cfm?CodeID=7[/url]
    TA-Selene 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