Frustrating repeat region error....

Discussion in 'Programming' started by lwolfe26, Feb 17, 2009.

  1. #1
    I'm new to this so it's probably something really stupid:

    I add a dynamic table to the page displaying recordsets. Save it, view it in the browser and it shows the column title along with the corresponding field from the mysql database.

    I select the row of recordsets and add the server behavior "repeat region" which works fine on several other pages. I save and view in the browser and it throws up undeclared variables in the code it inserted from the "repeat region".

    At the same time, I can select the entire set of code for both rows (title and recordset) of the dynamic table and add the repeat region and it will display just fine, only with the same row of titles in between each record from the database....

    Exact error is variable PAGENUM_RECORDSETNAME is undefined. It's in the very beginning in the code for defining how many rows per page, start row, maxrows, etc.

    Thanks
     
    lwolfe26, Feb 17, 2009 IP
  2. jbird4k

    jbird4k Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you post the code that is throwing the error?
     
    jbird4k, Mar 6, 2009 IP