Re: [web2py] Timeout for data entry screens: Help!

2021-02-01 Thread Dirk C
database = Microsoft SQL Server Op vrijdag 29 januari 2021 om 16:17:33 UTC+1 schreef eudor...@gmail.com: > What database are you using? > > On Fri, 29 Jan 2021 at 16:12, Massimiliano wrote: > >> Reading better you message, I'm not sure that auth.settings.expiration is >> what you need. >> Sorr

[web2py] unicode symbols

2020-08-18 Thread Dirk C
Hello, I wonder if i can replace the string 'mytext' with a unicode symbol like ❌ {{=A('mytext',callback=URL(r=request,f='ltb_wijzig_groepssamenstelling' ,vars=dict(v_groepslid_id=groepslid.id,v_dossier_id=dossier[0].id,v_ckz=dossier[0].f_ckz,v_naam=dossier[0].f_naam,v_action= "EDIT")))}} -- Re

[web2py] ajax - sqlform

2019-10-20 Thread Dirk C
Hey, I'm new to web2py. I want to update a inputfield with the return value of a function. when adding a new record to t_cre_customers, i want to lookup in table t_cre_contractors. I'm using focusout event to launch. Passing the argument of field t_cre_customers_f_ctm_no to function cre_find_con