Results 1 to 3 of 3

Thread: Problem with refreshing common tables.

  1. #1
    Join Date
    Oct 2002
    Posts
    161

    Problem with refreshing common tables.

    I have problem refreshing common tables with tornado version 4.6.10.10.

    I use the new=true property but it does not have any effect.

    I included this code so that a refresh would be made when the reload button is pressed.

    if gd.get_lastclick = "reload" then
    condition = "new=true"
    else
    condition = " "
    end if
    .ASPdbNET(condition)

    Could you check it out? If new items are added to the drop down tables, they are not included in the dropdown list unless the user closes the application and restarts.

    Thanks.

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    I thought the New=True should be in the dbCommonTables property and not the ASPdbNet() method.

    dbCommonTables = "New=True| Index=....."


    Frank

  3. #3
    Join Date
    Oct 2002
    Posts
    161
    You're correct, it works.

    Thanks.

Posting Permissions

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