[web2py] Re: web2py instant admin

2015-12-18 Thread Varun Talikoti
Hi Kevin. Could you fix this issue? I'd be thankful to you if you could give me any leads on this. Thanks Varun Talikoti On Wednesday, July 25, 2012 at 5:43:34 AM UTC+5:30, Kevin Miller wrote: > > Hi all, > > Anyone using web2py instant admin? > I have a problem with the c

[web2py] Help with Datatables

2010-04-11 Thread Varun
I'm filling a datatable using auth_user table but unable to customise data which goes into hidden rows. I've attached an image, which highlights portions where I want to get custom data into. Custom data I want is any query like: db(id == db.auth_event.user_id).select(db.auth_event.time_stam

[web2py:30409] Re: Form output similar to Google search

2009-09-08 Thread Varun Kumar
Thanks for all the help you've given in solving my problems. Thanks and Regards, Varun, International Institute of Information Technology - Hyderabad, India.( http://www.iiit.ac.in ) On Tue, Sep 8, 2009 at 7:40 PM, mdipierro wrote: > > Hope this helps: > > http://www.web

[web2py:29486] Re: web2py compatibility with snow leopard

2009-08-27 Thread Varun Kumar
Yes, It's released on the developer network. I got mine and planning to upgrade. On Thu, Aug 27, 2009 at 12:54 PM, mdipierro wrote: > > Is it out yet? When we upgrade we'll let you know. > I do not expect any problem. > > On Aug 26, 9:46 pm, vvk wrote: > > Is web2py compatible with snow leo

[web2py:29119] Re: Displaying variable in drop-down menu

2009-08-22 Thread Varun Kumar
db1 { field1 } db2 { field2 } db3 { field3 } db1.field1.requires = IS_IN_DB ( db2.field2 or db3.field3 ) what is the syntax for above IS_IN_DB statement ( is it possible to add drop down menu also for this command ) ? On Sat, Aug 22, 2009 at 8:20 AM, Iceberg wrote: > > On Aug21, 7: