Re: [web2py] Re: REF: SQLFORM.smartgrid() changing the table labels

2013-03-13 Thread Jim Steil
Glad to hear On Wed, Mar 13, 2013 at 3:59 PM, Alex Glaros wrote: > Yeah, it worked great. > > Thanks Jim, > > Alex > > > On Wednesday, March 13, 2013 1:36:31 PM UTC-7, Jim S wrote: > >> ...and doesn't changing the _plural value of that table change it? It >> should! >> >> >> On Wed, Mar 13, 20

Re: [web2py] Re: REF: SQLFORM.smartgrid() changing the table labels

2013-03-13 Thread Alex Glaros
Yeah, it worked great. Thanks Jim, Alex On Wednesday, March 13, 2013 1:36:31 PM UTC-7, Jim S wrote: > > ...and doesn't changing the _plural value of that table change it? It > should! > > > On Wed, Mar 13, 2013 at 1:39 PM, Alex Glaros > > wrote: > >> I may be on the wrong topic. Anyway, see

Re: [web2py] Re: REF: SQLFORM.smartgrid() changing the table labels

2013-03-13 Thread Jim Steil
...and doesn't changing the _plural value of that table change it? It should! On Wed, Mar 13, 2013 at 1:39 PM, Alex Glaros wrote: > I may be on the wrong topic. Anyway, see attachment. > > > On Wednesday, March 13, 2013 9:57:43 AM UTC-7, Jim S wrote: > >> I'm having trouble seeing the differe

Re: [web2py] Re: REF: SQLFORM.smartgrid() changing the table labels

2013-03-13 Thread Jim Steil
I'm having trouble seeing the difference. If you put the change to _plural in your controller then it is always there for that controller. If you want it permanent, put it in your model. Maybe a screen shot would help me better understand. On Wed, Mar 13, 2013 at 11:33 AM, Alex Glaros wrote: