[web2py] Re: Bootstrap 4 and MENU helper problem

2020-06-11 Thread 'Annet' via web2py-users
Hi Val, Thanks for your reply. I'll do as you suggest. Kind regards, Annet -- 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

[web2py] two Database suncho

2020-06-11 Thread Ari Lion BR Sp
Hi to all, I am trying to understand how to use the below feature: DAL.distributed_transaction_commit(db_a, db_b) mentined here: http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Distributed-transaction Does web2py does the synchro work, through DAL? Thanks!

[web2py] invalid literal for long() with base 10: when linking 2 tables

2020-06-11 Thread mostwanted
I have 2 tables one table references the other table. db.define_table('store_registration', Field('first_name', requires=IS_NOT_EMPTY()), Field('last_name', requires=IS_NOT_EMPTY()), Field('contact_number', label=SPAN('Cell Number'), requires=