[web2py:13658] T3 version

2008-12-16 Thread Atanasius
Hi Folks! Does the administrative interface check automaticly for the latest version of T3? Or how can I be sure to use the latest version? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group.

[web2py:13632] T3 CRUD

2008-12-16 Thread Atanasius
Hello! CREATE works like supposed using "{{=self.create(db.friend)}}". But how can I call an UPDATE page for a record? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this gro

[web2py:13730] Re: T3: link from itemize-list to update page

2008-12-17 Thread Atanasius
d)) > > On Dec 17, 4:55 am, Atanasius wrote: > > > In the model I define a link for each record as follows: > > > db.table.represent=lambda xyz:\ > >     A(table.field,_href='update_page') > > > How do I pass the Id of the clicked record to

[web2py:13722] T3: link from itemize-list to update page

2008-12-17 Thread Atanasius
In the model I define a link for each record as follows: db.table.represent=lambda xyz:\ A(table.field,_href='update_page') How do I pass the Id of the clicked record to the update page which calls the update form by "{{=self.update(db.table)}} "? --~--~-~--~~~---

[web2py:13719] @t2.requires_login('login') in T3

2008-12-17 Thread Atanasius
Hi Folks! I would like to know how "@t2.requires_login('login')" is replaced in T3 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups

[web2py:13792] Re: T3: link from itemize-list to update page

2008-12-18 Thread Atanasius
sent=lambda row:A(row.firma,_href=t2.action ('firma_aktualisieren',row.id)) and the code of the update page, named "firma_aktualisieren": {{self.update(db.firmen)}} On 17 Dez., 15:32, mdipierro wrote: > db.table.represent=lambda row:A(row.field,_href=t2.action > ('update_

[web2py:13813] Re: T3: link from itemize-list to update page

2008-12-18 Thread Atanasius
n t2.id or self.id which is then used by update. > > in your case something is conflicting with this mechanism. > > Massimo > > On Dec 18, 4:39 am, Atanasius wrote: > > > Hi Massimo! > > > Thank you for your help. > > But it's the same again (inva

[web2py:14241] T3 / table header with itemize?

2008-12-29 Thread Atanasius
Hi folks! I use the mechanism (posted from Julius Minka on December, 7th) to display a table via itemize: db.firmen.represent=lambda row:\ DIV(SPAN(TD(A(row.firma,_href=t2.action('wiki/firmabearbeiten', [row.id]))),_class="col1",_width="100px"), SPAN(TD (row.ort),_class="col1",_width="100px"