On Sunday, March 29, 2020 at 8:39:37 AM UTC-7, Maurice Waka wrote: > > I would like to know more about how one can use LOAD () on dB insert. > Supposing two users are connected to the db, then one of the users > posts/inserted an item to the db. > How will the secondbusers' page load using LOAD without the second user > having clicked or submitted, and sees the last inserted item by by first > user? > Regards.
This isn't any different from using a full page for the same exchange. The second user won't know what the first user did until they reload the page (or the div, for LOAD()). If they need to know without reloading then you need something like push notifciations, which I can't help you with yet. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/0acbbae7-497c-4b43-82b5-376253a990d5%40googlegroups.com.