[web2py] Re: date fieds layout problem

2010-03-08 Thread mdipierro
Can somebody try the fix with IE6? Massimo On Mar 8, 3:11 am, parroit wrote: > Finally I solved the problem. > You can find solution at following > address:http://www.dynarch.com/projects/calendar/old/#Kcomment-202 > > I've checked with Firefox 3.6 ,IE8, Chrome 4.0, IE7 and works fine > for all

[web2py] Re: date fieds layout problem

2010-03-08 Thread parroit
Finally I solved the problem. You can find solution at following address: http://www.dynarch.com/projects/calendar/old/#Kcomment-202 I've checked with Firefox 3.6 ,IE8, Chrome 4.0, IE7 and works fine for all. Bye Andrea On 6 Mar, 12:15, parroit wrote: > I'm using Internet Explorer 8, > Python

[web2py] Re: date fieds layout problem

2010-03-06 Thread parroit
I'm using Internet Explorer 8, Python version 2.6.2 and Web2py 1.75.2. Same problem happens on our production server, with Python 2.5 and web2py 1.72.3 I didn't try it with IE6 On 6 Mar, 02:28, DenesL wrote: > Works fine on IE6, > which version are you using?. > > On Mar 5, 4:27 pm, Andrea Parodi

[web2py] Re: date fieds layout problem

2010-03-05 Thread DenesL
Works fine on IE6, which version are you using?. On Mar 5, 4:27 pm, Andrea Parodi wrote: > Sorry for double post, my mistake... I thought first was lost... > Anyway, create an app from scratch, define following in model: > > db.define_table('mytable', > Field('myfield1','date'),Field('myfield2',

[web2py] Re: date fieds layout problem

2010-03-05 Thread mdipierro
we hear you but I do not know what to do. Could you post an example to reproduce the problem and more details? Which browsers exhibit the wrong behaviour? On Mar 5, 2:31 am, Andrea Parodi wrote: > I have a problem with date fields. I've created > a SQLFORM with lot of fields (about 40). Some of t