• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Grid reload data not working after upgrade to 6.0.20210818.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Theo Kusters
    replied
    Yep, all is working as it was, problem solved.
    Thanks for your support,
    Theo

    Leave a comment:


  • Theo Kusters
    replied
    I think we found the issue in a no sense statement:
    setAppVar('contractor' : getAppVar('contractor'));

    I removed this and now it seems to work. We will do some more checks and will let you know.

    Leave a comment:


  • sean.lanktree
    replied
    Can you post the uri request again?

    Leave a comment:


  • Theo Kusters
    replied
    Hi Sean,
    The recompile did not help for this issue.
    Theo

    Leave a comment:


  • sean.lanktree
    replied
    Hi Theo -

    Can you try recompiling any associated RPG programs related to this app (startup program, form helper, button click program, etc...)?

    Leave a comment:


  • Theo Kusters
    replied
    That's corrrect, we added an nabmsg to the success=true and that message is shown after the pressing the save button on the form.

    We found in chrome debug that after pressing the save button we receive the message
    URI request too large
    See attachment "uri request" for request
    Attached Files

    Leave a comment:


  • sean.lanktree
    replied
    Can you post a screenshot of the relevant Behaviors section? I assume that you have a button attached to your form which then calls and RPG program that waits for "success=true" to then reload your grid data?

    Leave a comment:


  • Grid reload data not working after upgrade to 6.0.20210818.0

    Hi,

    We have a data grid with a row button that calls an edit form. After changing and saving some data on this form, the grid is shown with reload data. But the data isn't changed on the grid. Even with the refresh button the data isn't updated in the grid.
    Only after closing/reloading the app the correct data is shown.

    If we do the refresh in a browser session that didn't perform the update the grid is updated as expected.

    If we use the same form for an add record the update of the grid is performed correctly.

    Please help,
    Theo
Working...
X