ough i have selected
['firstname','lastname']. how to avoid this user.id from the form.
output in browser:
Id: 1
First Name: durga
Last Name: prasad
thanks
durga
--~--~-~--~~~---~--~~
You received this message because
on'])
userid is stored in session as session.userid
in this case user can enter 3 fields through form but i want userid
also to be updated at the same time in to company table.
can some one help me how to update all 4 fields at a time.
thanks
durga
--~--~-~--~~~--
str
(field.formatter(r)) File "C:\Apps\web2py_src\gluon\sql.py", line
1658, in formattervalue = item.formatter(value) File "C:\Apps
\web2py_src\gluon\validators.py", line 1409, in formatterreturn
value.strftime(str(self.format))
eld('dob', 'date',requires=IS_DATE()),
>
> regards
> mmlado
>
> On Wed, Jun 3, 2009 at 4:36 PM, durga wrote:
>
> > Hi,
>
> > i have defined a date field in my table.
> > db.define_table('users',
> >
durga
--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to
web2p
cannot download from http://www.web2py.com/examples/static/web2py_src.zip
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubsc
how do I upload default data to GAE database tables like we do it in
admin app using CSV file
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegro
hi all,
I have downloaded web2py_win and lighttpd(windows ver) on my windows
machine. configured as below but still its not working can somebody
help me in web2py app deployment
web2py at C:\Apps\web2py_win\web2py
lighttpd at C:\apps\LightTPD
in lighttpd i have configured
server.modules
(URL(r=request,f='index'))
###
with out this code it was working fine. now the browser showing "The
page cannot be displayed".
may i know why it is not redirecting to 'index' ? is there anything
wrong in my code?
thanks
durga
--~-
Hi all,
I am new to web2py and decided to use web2py to construct my website.
website contains some of the features similar to apps available in
web2py appliances.
can I use/refer source code of apps from web2py appliances?
thanks in advance
--~--~-~--~~~---~--~---
i have xml data framed in my controller. now i would like to send it
as response to client without using view. can someone please let me
know how to do it.
thanks
durga
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
hi
I would like create a form through SQLFORM in which one of my field to
be generated as combo box. for example i have options male/female for
a sex field. How do i write code for this.
db.define_table('users',
SQLField('sex',requires=[IS_IN_SET
(['male','female'])])
thanks in
man', 'female':'Pretty woman'}
> > ))
> >
> > On Jun2, 8:24pm, Mladen Milankovic wrote:
> >
> > > Hi.
> >
> > > You don't need the [] brackets.
> > > use:
> > > db.define_table('user',
> > &g
me'], showid =
> False)
>
> regards
> mmlado
>
>
> On Wednesday 03 June 2009 08:32:16 durga wrote:
> > Hi ,
> >
> > I have created a table for user. to update the table i have written
> > the code
> >
> > def editprofile():
> > user
ion):
>db(db.company.id == form.vars.id).update(userid = session.userid)
># do something else like redirect if needed
>
> The id of the new record can be found in form.vars.id after it was
> inserted.
> This way you'll update the new record after it was inserted.
>
its not working... access to website http://www.web2py.com/ is very slow.
can someone try from different location.
On Tue, Aug 18, 2009 at 12:56 PM, mdipierro wrote:
>
> can you try again, works for me.
>
> On Aug 18, 1:10 am, durga wrote:
> > cannot download from
>
today its working fine..i could download new version
On Tue, Aug 18, 2009 at 2:58 PM, mdipierro wrote:
>
> I am trying form Italy and I have no problem. I don't think the
> problem is with the web2py server or network.
>
> On Aug 18, 3:37 am, durga moganty
> wro
thanks victor,
On Mon, Aug 24, 2009 at 7:00 AM, Victor wrote:
>
> I dunno, but this might be what you're looking for.
> http://code.google.com/appengine/docs/python/tools/uploadingdata.html
> Cheers
> Victor
>
> On Aug 21, 8:53 am, durga wrote:
> > how
;
>mail.sender=''''
>mail.login=''
>xml="World"
>mail.send(to='...',message=xml)
>return "done"
>
>
>
>
>
> On May 29, 12:17 am, du
19 matches
Mail list logo