ike this one <http://yfrog.com/08schermata20100721a12165j>:
Has someone found a solution for that?
Thank you
--
Massimiliano
Massimo,
thank you for your fast reply.
unfortunately with setGridParm I get the same behavior.
What are your "best practice" to edit a record using jqgrid for selection?
Thank you and thank you again for you work.
Massimiliano
On Wed, Jul 21, 2010 at 1:59 PM, mdipierro wrote:
&g
Hi,
I would to propose a little modify to use field.label as header caption in
plugin_jqgrid:
just replace the line:
colnames = [x.replace('_',' ').capitalize() for x in columns]
with
colnames = [table[c].label or c.replace('_',' ').capitalize() for c in
columns]
--
Massimiliano
;dateinvoice', 'date', default=now,label='Data')
...
)
db.define_table(
'invoice_rows',
Field('invoice_id', db.invoices)
...
)
Thank you
--
Massimiliano
rm=SQLFORM(db.invoicesrows, invoice_id=my_invoice_id)
Thank you
Massimiliano
On Fri, Jul 23, 2010 at 4:34 PM, Vidul Petrov wrote:
> You may want to read this part of the book:
> http://web2py.com/book/default/section/6/6?search=joins
>
> On Jul 23, 4:41 pm, Massimiliano wrote:
> &
Ok... It's friday :D
row_id = db.invoice_rows.insert(invoce_id=my_invoice_id)
form=SQLFORM(db.invoicesrows, row_id)
On Fri, Jul 23, 2010 at 4:51 PM, Massimiliano wrote:
> Thank you.
>
> So I need to do it manually...
>
> row_id = db.invoice_rows.insert(invoce_id=my_i
also more readable.
After that I will create containers directly in view via js/jquery.
Is there a better way?
Would be nice if we can add something in field defs so that SQLFORM can
group them directly :D
Thank you
--
Massimiliano
Done.
Has been a good exercise.
How can I publish it?
--
Massimiliano
On Thu, Nov 4, 2010 at 2:22 AM, mdipierro wrote:
> It should be easy to turn it into a plugin. Any takers?
>
> On Nov 3, 6:20 pm, yamandu wrote:
> > Is there a way to integrate into my app?
> >
I would love to receive an invite
Thank you
Massimiliano
On Sun, Nov 8, 2009 at 7:15 AM, Roger Gicquel wrote:
>
> +1 pls.
>
> On Nov 8, 4:37 am, DenesL wrote:
> > I will take one. Thank you.
> >
> > On 7 nov, 16:08, Nicolás de la Torre wrote:
> >
> &
o:
> >
> > > vinc...@vincentdavis.com
> > > thade...@thadeusb.com
> > > szims...@gmail.com
> > > boris.manojlo...@gmail.com
> > > richard_gor...@verizon.net
> > > chris.st...@gmail.com
> > > m.grit...@gmail.com
> > > lapcc...@gmail.com
Looks interesting
http://wijmo.com/
--
Massimiliano
ytime.day,
db.smsbytime.hour,
sum],
groupby=date_fields,
orderby=date_fields
)
Thank you
--
Massimiliano
--
they display 1 2
> 3 4 5 6 up to 10 pages until you select 10 then it displays 11 12 13 etc :-)
>
> *cheers
>
> and ty for any help :-)
>
>
> --
>
>
>
>
--
Massimiliano
--
k you
--
Massimiliano
--
s.get(c, c),
_href=th_link+'?orderby=' + c,
cid=cid)))
Thank you
On Fri, Sep 14, 2012 at 4:03 PM, Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:
> Can you provide an example?
>
>
> On Friday, 14 September 2012 03:23:25 UTC-5, Massimiliano wrote:
>>
nd me a patch and I will try it?
>
>
> On Monday, 17 September 2012 03:39:30 UTC-5, Massimiliano wrote:
>
>> Just add an argument cid=None to SQLTABLE.__init__
>> and change line 2408-9
>>
>> from
>> row.append(TH(A(headers.get(c, c),
>
.FALSE and db._adapter.TRUE.
Is there something that I can do to help fixing that?
I think that to support custom boolean value is very important where
working on legacy databases.
Thank you very much
--
Massimiliano
--
---
You received this message because you are subscribed to the Google
> scheduler creates its own tables, so why the need for smallints as booleans
> ?
>
>
> On Friday, March 8, 2013 9:28:13 AM UTC+1, Massimiliano wrote:
>
>> Is there any chance to take a look on this problem?
>>
>> Thank you
>>
>>
>>
>> On M
7;TEXT',
> 'list:reference': 'TEXT',
> 'geometry': 'GEOMETRY',
> 'geography': 'GEOGRAPHY',
> 'big-id': 'BIGSERIAL PRIMARY KEY',
> 'big-reference': '
Hi,
I found that with the last update, I'm using trunk, but it seems that also
the stable one behave the same, all apps are redirected to https.
Only admin, welcome and examples are correctly routed in http.
Is it my problem or it's a bug?
Thank you
--
Massimiliano
--
) somewhere or some custom routes ?
>
>
> On Tuesday, October 23, 2012 4:36:24 PM UTC+2, Massimiliano wrote:
>>
>> Hi,
>> I found that with the last update, I'm using trunk, but it seems that
>> also the stable one behave the same, all apps are redirected to ht
I don't understand what could be...
A new installation give me the same problem... A simple python httpserver work
as expected..
I've not router.py or routes.py in web2py folder and I never used
requires_https()... What can I check?
Thank you
--
Massimiliano
Il giorno 23/ott/2012
I've found the problem.
Was Auth(secure=True) that never had this behavior.. till now
On Tue, Oct 23, 2012 at 9:47 PM, Massimiliano wrote:
> mbp:web2py max$ curl -l http://127.0.0.1:8000/m/default/index
> You are being redirected https://127.0.0.1:8000/m/default/index
> "
Version 2.2.1 (2012-11-06 14:26:21) stable
It's just me or it doesn't work anymore?
--
Massimiliano
--
i cannot reproduce. Can you more about
> the environment and post a sample app?
>
> --
>
>
>
>
--
Massimiliano
--
Massimo pointed me out in the right direction.
I was putting the tracking code in the wrong place.
I should be in the app and not in modules...
On Thu, Nov 8, 2012 at 4:39 PM, Massimiliano wrote:
> I filed a bug:
> http://code.google.com/p/web2py/issues/detail?id=1128
>
> an
; invalid function (appadmin/graph_model)
>
> --
>
>
>
>
--
Massimiliano
--
gt; Another question about pyfpdf:
>>
>> Is there any chance to get some more utf-8-characters?
>> (I have asked this some months ago).
>>
>> It seems, that pyfpdf only supports the basic ascii character set and no
>> latin-1-characters.
>> I want to use äöü ß ÄÖÜ €...and so on.
>>
>> Regards, Martin
>>
>>
>
--
Massimiliano
for more information.
> > > (InteractiveConsole)
> > >>>> db = DAL('postgres://postgres:@localhost/courier')
> > >>>> print db.tables
> > > []
> >
> > > As you can see, I apparently have no tables in my database but I can
> > > definitely see them in web2py's admin interface!
> > > Am I doing something wrong ?
> >
> > > Spec:
> > > Web2py: 1.99.3
> > > Postgres: 9.1.2
> > > Psycopg2: 2.4.4
>
--
Massimiliano
_groups = {}
Happen that current.session.auth is None
If I comment current.session:
user_groups = self.user_groups = {} # =
current.session.auth.user_groups = {}
login is working and user groups are created.
I'm missing something?
Thank you
--
Massimiliano
This options resolve the error:
*auth.settings.create_user_groups = False*
On Wed, Feb 8, 2012 at 1:22 PM, Massimiliano wrote:
> Hi,
>
> I'm trying to login to our openldap server.
>
> When a user login for the first time I got this error:
> *
> *
> *AttributeEr
ngs.login_next = URL('default','get_ldapgroups')
>
> Is it expected? It just goes to index and doesn't care about my
> redirection...
>
> Regards,
>
> Tito
>
>
> --
>
> Linux User #387870
> .
> _/_õ|__|
> ..º[ .-.___.-._| . . . .
> .__( o)__( o).:___
>
--
Massimiliano
ido
> wrote:
> > I don't know how I can debug it :-/
> >
> > On Wed, Feb 8, 2012 at 12:45 PM, Massimiliano
> wrote:
> >>
> >> Same problem here
> >>
> >> On Fri, Feb 3, 2012 at 5:12 PM, Tito Garrido
>
web2py
> from gluon.contrib.login_methods.ldap_auth import ldap_auth
> auth.settings.login_methods = [ldap_auth(mode='ad',
>server='server.domain.com',
>base_dn='dc=domain,dc=com')]
>
>
--
Massimiliano
Wow that's great!!
I tested both allowed_groups and managed_groups in opendladp and it work!!!
Thank you
--
Massimiliano
On Sat, Mar 3, 2012 at 8:57 AM, szimszon wrote:
> If there is somebody using ldap_auth with AD please try to test
> allowed_groups and / or manage_groups a
Very nice work! I think it could be a booster for web2py community!
Congratulations
On Mon, Mar 5, 2012 at 8:25 PM, Omi Chiba wrote:
> It looks great !!
>
>
--
Massimiliano
install python-imaging,sudo
> easy_install PIL and sudo pip install PIL) but I think these are only
> applicable for linux environment if there is any possibility to install PIL
> in win it would be fine
>
--
Massimiliano
Hi all,
I've a form generated by SQLFORM.factory
How do I change the Submit value to have a more explicative sentence?
Is there a way?
Thank you
--
Massimiliano
I've found the way :-)
form = SQLFORM.factory(
Field(...),
table_name=...,
submit_button='Your value'
)
Thank you
On Wed, Sep 7, 2011 at 5:16 PM, Massimiliano wrote:
> Hi all,
>
> I've a form generated by SQLFORM.factory
>
> How do I change the Submit value
eeds rocket upgrade, thanks Michele)
>> - new syntax rows[i]('tablename.fieldname')
>> - new query syntax field.contains(list,all=True or False)
>> - new SQLFORM.grid and SQLFORM.smartgrid (should replace crud.search
>> and crud.select)
>> - support for natural language queries (english only) in SQLFORM.grid
>> - support for computed columns and additional links in SQLFORM.grid
>> - new style virtual fields (experimental):
>> db.table.field=Field.Lazy(...)
>> - request.utcnow
>> - cleaner/simpler welcome/models/db.py and welcome layout.html
>> - response.include_meta() and response.include_files(), thanks Denes
>> - dal auto-reconnect on time-out connections
>> - COL and COLGROUP helpers
>> - addresed OWASP #10, thanks Anthony and Eric
>> - auth.settings.login_after_registration=True
>> - detection of mobile devices and @mobilize helper (view.mobile.html),
>> thanks Angelo
>>
>
>
--
Massimiliano
And for Chrome or safari is there a way?
On Wed, Sep 21, 2011 at 9:49 AM, Bruno Rocha wrote:
> what browser?
>
> IN firefox you go to preferences > content > language and set en as the
> primary one.
>
>
> On Wed, Sep 21, 2011 at 4:40 AM, Massimiliano wrote:
>
>
Ok found for Chrome:
Preferenze->Roba da smanettoni->Impostazioni di lingua e controllo
ortografico
Thank you for the tip
On Wed, Sep 21, 2011 at 9:51 AM, Massimiliano wrote:
> And for Chrome or safari is there a way?
>
>
> On Wed, Sep 21, 2011 at 9:49 AM, Bruno Roch
hat rockit prints:
> SELECT supplier_contacts.first_name, supplier_contacts.middle_name,
> supplier_contacts.last_name, supplier_contacts.generation FROM
> supplier_contacts WHERE (supplier_contacts.supplier_id = 1);
>
> I can work around this using db().count(), but it's an extra database
> hit and makes the code verbose.
--
Massimiliano
Very nice interface...
On Mon, Sep 26, 2011 at 8:10 AM, David Marko wrote:
> http://labs.blouweb.com/bootstrap/default/index
>
--
Massimiliano
up about?
>
>
> > > --
> > > Massimiliano
> >
> > --
> > Alvaro Lizama Molina -http://alvarolizama.net
>
--
Massimiliano
on smartgrid ?
--
Massimiliano
% (0.0 if value == None else value),_style='text-align: right;'))
> >
> > >> On 9/28/2011 10:42 AM, Omi Chiba wrote:
> >
> > >>> Um, actually one more question.
> > >>> Now I have two represent and riht now either one of them work but not
> > >>> b
I'm very interested on dynamic model and I'm investigating a little bit.
I've had some results with this model.
The user can define compound models. Types are ancestor types (string,
integer etc) useful for representation
db.define_table(
'types',
Field('type', 'string'),
format='%
detail.id = 0
detail.iddoc = doc.id
detail.update_record()
What is the right way?
Thank you
--
Massimiliano
detail.id = 0 detail.iddoc
> = doc.id
> db.detail.insert(db.doc._filter_fields(**dict(detail))
>
> On Oct 4, 8:04 am, Massimiliano wrote:
> > I've a doc with detail rows related.
> >
> > I want to duplicate the doc and all details related
Take a look at the table auth_events
--
Massimiliano
Il giorno 07/ott/2011, alle ore 14:34, Web2Py Freak
ha scritto:
> Dear All ,
>
> How Can I get the name of the user who is logged in my website ??
I like the new grid/smartgrid a lot, but when you have many linked tables
the grid appears a little bit cluttered.
What do you think of an option that hide all links/buttons (but not detail
button) from the grid, but show them on the detail view?
Thank you
--
Massimiliano
Thank you Massimo, I'm aware of that.
I was just looking for a way to show all "buttons" but "detail" only in the
detail view (the one generated from the grid) and not in the table view.
--
Massimiliano
On Mon, Oct 10, 2011 at 3:58 PM, Massimo Di Pierro <
massi
x27;]='application/pdf'
>return f.render('invoice.pdf', dest='S')
>
> This is probably a pypdf question but I was hoping somebody can help me.
>
> I guess that the pyfpdf should be written to the servers harddisk and when
> the mail is created it picks up the file.
>
> Anybody done anything like this?
>
>
> Kenneth
>
--
Massimiliano
Hi all,
I've a legacy enterprise application that use postgresql as database.
Existing tables are divided on different database schemas (not only public).
Now I want to rewrite a single application that use existing tables on
schema "xyz".
Does web2py support that?
Thank you
--
Massimiliano
emaname,public';")
>
> If you could determine the name of the schema first that would be
> feasible.
>
> On May 30, 5:14 am, Massimiliano wrote:
> > Hi all,
> >
> > I've a legacy enterprise application that use postgresql as database.
> &g
r changing the
> database logic ?
>
> I write here because on internbet there was not a clear answer if you
> can work with it or not.
>
Ciao
--
Massimiliano
Anyone interested?
Mail me privately
Ciao
--
Massimiliano
>From something like that:
form = SQLFORM.factory(
Field('mydate', 'date', label='Data carico', requires=IS_DATE()),
table_name='mytable',
_id = 'myform'
)
I got:
[...]
...
[...]
The submit row doesn't take the tablename
Is it normal?
--
Massimiliano
on't know much about de xmpp protocol itself.
>
>
> Thanks in advance,
>
> Fernando Macedo
>
> "Somos o que repetidamente fazemos; a excelência, portanto, não é um feito,
> mas sim um hábito!" - Aristóteles
>
--
Massimiliano
Hello,
I've a system composed of some apps sharing auth on *cas*.
I would like that app A could get json data from app B but it seems not
possibile if the user doesn't login in each app before.
Jus to to clarify.
Timeline.
1. User login on app A
2. App A try to get data from app B but He got
Another timeline that clarify the situation.
with @auth.requires_login()
1. User login on app A
2. User follow the link on app B/function_decorated
3. App A try to get data from app B all is working well
Thank you
On Tue, May 17, 2016 at 11:34 AM, Massimiliano wrote:
> Hello,
>
&g
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.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimil
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.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
quot;{{=getimage}}");
> }, 500);
>
>
>
>
> Still doesn't work!
>
> On Monday, June 13, 2016 at 3:17:15 PM UTC+5:30, Massimiliano wrote:
>>
>> In *k* you have strings like “URL(‘static’,’images/1.jpg’)” not the URL
>> func result.
>>
>>
n
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/is
Hi,
I'm working on legacy databases where boolean are defined as smallint.
The following adapter doesn't work anymore. Could you give me some hint on
how can I write a new one for the "new" pydal.
Thank you
The adapter that was working till now:
# -*- coding: utf-8 -*-
from pydal.adapters im
an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.co
ource 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 web2
@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list
it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com
e Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
Massimiliano
--
Resources:
- http://web2py.c
)
> ---
> 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.
> For more options, visit https://groups
… but if you really want to use a string you can do:
query = eval(“db.memos.construction_site == 1")
On Fri, Nov 20, 2015 at 11:53 AM, Massimiliano wrote:
> If I’m not missing something you can you do:
>
> table = ‘memos’
> field = ‘construction_site’
> param1 = 1
> par
s" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- ht
ving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source cod
; - 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.
&g
ecause 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.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimil
, Massimiliano wrote:
> pip search inno
>
> return a couple of suitable entries
>
> On Fri, Dec 11, 2015 at 2:08 PM, Jitun John wrote:
>
>> Hi,
>>
>> I am using Web2pyPackagingApp to build a binary distribution of the app.
>> I have searched for the"i
s" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Docu
d an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/
;>>
>>>>> My Projects
>>>>> My Payments
>>>>> My Contacts
>>>>>
>>>>>
>>>>>
>>>>> {{=grid1}}
>>>>>
>>>>>
>>>>
u 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.
> For more options, visit https://groups.google.com/d/opto
Just copy
appconfic.ini from welcome/private to starter/private
On Wednesday, March 23, 2016 at 11:19:23 AM UTC+1, Ramos wrote:
>
> Nice but i get an error installing it as "starter" application
> any help ?
>
> [image: Imagem inline 1]
>
> 2016-03-23 9:40 GMT+
ge 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.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
Sorry is a little more complex to get the table name involved.
It should be in request.args(1)
table = request.args(1).rpartition('.')[0]
On Thu, Mar 31, 2016 at 12:10 PM, Massimiliano wrote:
> Maybe you can check the table involved and set links option accordingly.
>
There is a simple way :-)
from the code:
https://github.com/web2py/web2py/blob/master/gluon/sqlhtml.py#L2914
links(dict): like `{'tablename':[lambda row: A(), ...]}`
that will add buttons when table tablename is displayed
On Thu, Mar 31, 2016 at 12:18 PM, Massimiliano wrote:
is url gives "not authorized".
>>>
>>> Kind regards, Martin
>>>
>>>
>>> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/
l to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (
bscribed 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.
> For more options, visit https://groups.google.com/d/optout.
>
--
Massimiliano
--
Resources:
-
Could be.
When you strart web2py it show database driver available:
Mine:
Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000,
pyodbc, pymongo
On Wed, Jan 23, 2019 at 10:59 AM Lisandro
wrote:
> Thanks Massimiliano.
>
> Apparently psycopg2 is already installed (
Try to uninstall psycopg2-* and reinstall only psycopg2-binary
On Wed, Jan 23, 2019 at 11:52 AM Massimiliano wrote:
> Could be.
>
> When you strart web2py it show database driver available:
> Mine:
> Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000,
&g
L
> without problems. Would this mean it is using the pg8000 driver? Would
> psycopg2 be available to web2py once I reinstall it (restarting uwsgi)?
>
>
>
> El miércoles, 23 de enero de 2019, 7:54:37 (UTC-3), Massimiliano escribió:
>>
>> Try to uninstall psycopg2-* and r
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.
> For more opt
t ONLY the 2 fields zone.zona,tratte.tratta
With the old web2py version this wasn't happen.
Where can I start to look at this problem?
Thank you
--
Massimiliano
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Sourc
print row
>
> doesn't change a bit.
>
>
> On Tuesday, June 3, 2014 12:53:08 PM UTC+2, Massimiliano wrote:
>>
>> Hello,
>>
>> I've an application in production with 2.5.1-stable+timestamp.2013.
>> 06.06.15.39.19, and I would like to upda
ni.bilici)": 1,
"SUM(qviewriepilogoprevisioni.motrici)": 0,
"SUM(qviewriepilogoprevisioni.abbinati)": 1}}]
Thank you
On Wed, Jun 4, 2014 at 10:47 AM, Niphlod wrote:
> I don't know what to suggest unless you show some code.
>
>
> On Wednesday, June 4, 2014 10
Is there a way to know if a field is involved in a query inspecting the
query object?
Thank you
--
Massimiliano
--
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
he field names/string representations:
>
> any(db.mytable.myfield is field for field in list_of_field_objects)
>
> or:
>
> any(str(db.mytable.myfield) == str(field) for field in
> list_of_field_objects)
>
> Anthony
>
>
> On Thursday, December 11, 2014 9:5
st (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.
> For more options, vis
1 - 100 of 204 matches
Mail list logo