Update record inside a repeat region

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

  1. #1

    Default Update record inside a repeat region

    Hello All,

    I created an update record that I converted to a horizontal line and added a
    repeat region into it. The page actually load up showing all the update record
    at one time, the problem is when I try to update a single record and click the
    update button the page crashes. When I remove the repeat region and run the
    application and click the update button it works fine. What I'm thinking is
    that when I add the repeat region to my update record it tries to update the
    entire record set. Does anyone know what is going on? Please help. Thanks.

    Important info:

    langauge: ASP
    Windows: 2000 professional
    Browser: IE


    Mike1500 Guest

  2. Similar Questions and Discussions

    1. Flash repeat region
      i urgently need to do the following: haveing never tucked into putting dynamic data into flash, i suddenly, urgently need to dynamically populate...
    2. Nested Repeat region
      Before Upgrading to CS I used to use the Extension from those clever peps at InterAkt to do this but now for some reason its incompatible!!! ...
    3. repeat region
      Hi.. I use repeat region to view only 10 records at a time, so how can I have another link that when user click on next it will go to another 10 of...
    4. Update in a repeat region problems
      I have a page which has one large table in which pulls out relevant rows from the database that will need updating. So i have used the update server...
    5. php repeat region
      Hey guys, question about PHP, I'm trying to help out a friend but I don't really know anything about php. I'm also pretty amaturish at asp. I...
  3. #2

    Default Re: Update record inside a repeat region

    The update record behavior is only designed to update one record at a time.
    It's crashing cause it doesn't know what record you are trying to update.


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "Mike1500" <webforumsuser@macromedia.com> wrote in message
    news:d58b6r$9be$1@forums.macromedia.com...
    > Hello All,
    >
    > I created an update record that I converted to a horizontal line and
    added a
    > repeat region into it. The page actually load up showing all the update
    record
    > at one time, the problem is when I try to update a single record and click
    the
    > update button the page crashes. When I remove the repeat region and run
    the
    > application and click the update button it works fine. What I'm thinking
    is
    > that when I add the repeat region to my update record it tries to update
    the
    > entire record set. Does anyone know what is going on? Please help. Thanks.
    >
    > Important info:
    >
    > langauge: ASP
    > Windows: 2000 professional
    > Browser: IE
    >
    >

    Nancy Gill Guest

  4. #3

    Default Re: Update record inside a repeat region

    Thanks for the reply Nancy Gill.
    Mike1500 Guest

  5. #4

    Default Re: Update record inside a repeat region

    Quote Originally Posted by Mike1500 View Post
    Hello All,

    I created an update record that I converted to a horizontal line and added a
    repeat region into it. The page actually load up showing all the update record
    at one time, the problem is when I try to update a single record and click the
    update button the page crashes. When I remove the repeat region and run the
    application and click the update button it works fine. What I'm thinking is
    that when I add the repeat region to my update record it tries to update the
    entire record set. Does anyone know what is going on? Please help. Thanks.

    Important info:

    langauge: ASP
    Windows: 2000 professional
    Browser: IE

    please in database auto increment field is not recemend so auto increment un mark and then try, your solution is being done. thanks. please email me if you successfull
    irshad074@hotmail.com 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