[web2py] widget-select-or-add-option not working with web2py 2.0

2012-12-03 Thread Naleen Yadav
thing. I have attached the snapshot of sqlform. I am using web2py 2.0 Any suggestion? Thanks in Advance Regards, Naleen Yadav -- <>

Re: [web2py] Re: Id been Shown Instead of Name in dropdown list

2011-11-11 Thread Naleen Yadav
looking for to get vehicle name in the dropdown list while adding driver , but i was getting id but now i am not getting any id ,no dropdown instead there is textfield after writting the above given model. any Suggestions Regards, Naleen Yadav www.genpro.co.in On Sat, Nov 12, 2011 at 11:16 AM, Naleen Yad

Re: [web2py] Re: Id been Shown Instead of Name in dropdown list

2011-11-11 Thread Naleen Yadav
Thanks for Your reply but its not working . still I am getting id instead of Vehicle name. Regards, Naleen Yadav www.genpro.co.in On Fri, Nov 11, 2011 at 10:12 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > From Burno'e example > > db.tblDriver.id_tblVehicle.

Re: [web2py] Id been Shown Instead of Name in dropdown list

2011-11-10 Thread Naleen Yadav
Thanks for your reply Bruno but still its not working , it is behaving as it was. Regards, Naleen Yadav GENPRO Technologies Pvt Ltd. On Fri, Nov 11, 2011 at 11:41 AM, Bruno Rocha wrote: > I guess you need > > db.define_table("tblDriver", > Field("DriverName&q

[web2py] Id been Shown Instead of Name in dropdown list

2011-11-10 Thread Naleen Yadav
)) db.tblDriver.id_tblVehicle.requires=IS_IN_DB(db, 'tblVehicle.VehicleName') the problem is that when i am trying to add driver information in the tblDriver then in the dropdown i am getting vehicle no instead of Vehicle name . after this i tried few options but nothing works. so can any one help me out of this situation. Thanks Naleen Yadav GENPRO Technologies pvt Ltd.

Re: [web2py] Re: SQLFORM grid Authentication.

2011-11-09 Thread Naleen Yadav
sorry for this post i got the solution to remove the add button from the form. its using the create=auth.has_membership('group_name') now all things are working. thanks a lot . I am pretty excitted about web2py. Regards, Naleen Yadav GENPRO Technologies Pvt Ltd. On Thu, Nov 10, 201

Re: [web2py] Re: SQLFORM grid Authentication.

2011-11-09 Thread Naleen Yadav
ship('delete_group'), > > user_signature=True) > > > > Anthony > > > > > > > > > > > > > > > > On Wednesday, November 9, 2011 5:16:10 AM UTC-5, Naleen Yadav wrote: > > > > > Hii All, > > > > > I am using

Re: [web2py] SQLFORM grid Authentication.

2011-11-09 Thread Naleen Yadav
OT AUTHORIZED URL"))** >> ** return dict(grid=SQLFORM.grid(.))* > > > > > On Wed, Nov 9, 2011 at 8:16 AM, Naleen Yadav wrote: > >> Hii All, >> >> I am using sqlform grid and i just want to put some authentication on >> each some functions of grid i.e(D

[web2py] SQLFORM grid Authentication.

2011-11-09 Thread Naleen Yadav
Hii All, I am using sqlform grid and i just want to put some authentication on each some functions of grid i.e(Delete , Write) for certain groups' users I can do this by using crud.xxx() but i m unable to use authentication with sqlform grid(). regards, Naleen

[web2py] SQLFORM grid Authentication.

2011-11-09 Thread Naleen Yadav
can we put some sort of authentication on sqlform grid on the basis of membership so that the user can perform specified operation for which the user is allowed. thanks

Re: [web2py] Re: new web site

2011-11-09 Thread Naleen Yadav
cool

[web2py] reports in Web2Py

2011-10-13 Thread Naleen Yadav
Creating reports in Web2Py Hello All, I'm a newbie on web2py and looking to create Reports in web2py, but unable to find something suitable for a newbie on the internet. Tried some videos on vimeo (http://vimeo.com/18601633) but didn't get the output. I could install the plugin for appreport but w