On Wednesday, November 15, 2017 at 9:51:22 AM UTC-5, Maurice Waka wrote: > > About db refresh, > when i go to the database administration page in the app, and open the > post.db page, i have to manually refresh the page to see the latest > inserted value which does not match with the returned value as explained. > That's why i was thinking of a way to refresh the db after the input and > insert to the Field, perhaps to get the last inserted record. >
When you refresh the page in appadmin, you are not refreshing the database (whatever that might mean) -- you are simply updating the HTML page so it shows the latest data from the database. Anthony -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

