Displaying Records Horizontally

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Displaying Records Horizontally

    I understand how to use the 'repeat region' server behavior to display records
    horizontally as opposed to vertically, however i'm not sure how to show this
    information in multiple rows. For example, If I set my result per page at 20,
    it shows 20 results across as opposed to something more attractive looking like
    showing 4 rows of 5 results.

    TheRapidGroup Guest

  2. Similar Questions and Discussions

    1. displaying dup records
      I need to create a list of records that are within the same file that are duplicate records. I wanted to display any records that match another...
    2. Displaying Database Images Horizontally
      I want to display some product images and descriptions horizontally in a table. However, using SQL, I can only do this vertically as far as I can...
    3. displaying the last 5 records
      Hi, I want to display the last 5 or 10 records, for example a table with 50 records but i just want to get and display the last 5 records of the...
    4. help with displaying records - please
      My SQL Statement under my recordset is: SELECT mmatter, (feest+costst)-(arwofft+oafeest+paymentt) as balance FROM dbo.ken_juantable WHERE...
    5. Displaying of new records
      How do you display a NEW record upon entry into a form? It always shows me the LAST record. I want the default to be a NEW record. Thanks!
  3. #2

    Default Re: Displaying Records Horizontally

    Checkout the horizontal looper extension. It does what you need.


    Christopher Hayes Guest

  4. #3

    Default Re: Displaying Records Horizontally

    Do you by any chance know why after you install the hlooper extensiona nd restart Dreamweaver it still does not shoe up in my 'server behaviors' palette? Should I be looking elsewhere?
    TheRapidGroup Guest

  5. #4

    Default Re: Displaying Records Horizontally

    Here is a good article, a little more hand coding but it worked for me!
    [url]http://members.lycos.co.uk/grafikkaos/resources/tutorials/web_design/h_looper_mx.php[/url]
    TheRapidGroup 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