• 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.

Trying to get store.sync() to work

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

  • Trying to get store.sync() to work

    I am trying to use store.sync() to send changes from an editable grid back to update the database. They sync() is sending the data back in the RequestPayload (confirmed in the browser) but I can't figure out how to get at it in the RPG program. I have tried vvIn_JSON() but it doesn't pick it up. I have used vvIn_JSON() before but it was reading a param sent as part of the FORM data. I guess I could do it this same way but thought it would be cleaner to use store.sync() if that is possible. Does anyone have an example of using store.sync() and how to get the data in RPG.

    Thanks,

  • #2
    I may have just found the answer to my question by searching the forum, should have done that before posting :)

    This thread has the answer unless something has changed in 4.0
    http://cnxforum.com/showthread.php?1...highlight=sync

    Comment

    Working...
    X