[web2py] Re: cool tool to browse sqlite database

2017-12-03 Thread Gerd
I prefer https://dbeaver.jkiss.org/download/ best regards Gerd Am Sonntag, 3. Dezember 2017 12:10:28 UTC+1 schrieb Pbop: > > http://sqlitebrowser.org/ > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Sourc

[web2py] web2py included on Synology DSM

2016-02-10 Thread Gerd
Hi! I would like to see web2py as a package for the Synology NAS, so i wrote an inquery to the company at https://www.synology.com/en-global/form/inquiry/feedback If you feel the same i suggest you to fill out the form and tell them that we want it ;-) Thanks, Gerd -- Resources: - http

[web2py] Re: PyCharm license for web2py dev - who wants?

2015-10-14 Thread Gerd
+1 Am Sonntag, 11. Oktober 2015 21:21:16 UTC+2 schrieb Francisco Ribeiro: > > Hello all, > > for those who know PyCharm is a great IDE from JetBrains that provides > free licenses for Open Source projects like web2py ( > https://www.jetbrains.com/buy/opensource/?product=pycharm ). To request >

[web2py] Re: Debug web2py with PyCharm 3.0

2013-10-01 Thread Gerd
Hi Tim! Thanks for you help, now it work's for me too best regards Gerd Am Montag, 30. September 2013 09:18:11 UTC+2 schrieb Tim Richardson: This works for me: Use pycharm to open the directory of your web2py installation (not directly to your application directory) Navigate to your

[web2py] Debug web2py with PyCharm 3.0

2013-09-29 Thread Gerd
Hi! How can i debug a web2py application with the new PyCharm 3.0 Professional Edition? Any help is greatly appreciated Thanks Gerd -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py

[web2py] Process uploaded file and save it in Folder uploads

2013-07-17 Thread Gerd
replaces the original data of the uploaded file, so that the form.process() processes the new (replaced) value What i am doing wrong here? Thanks, Gerd -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop

[web2py] Re: Process uploaded file and save it in Folder uploads

2013-07-17 Thread Gerd
Thank you Massimo, it worked best regards Gerd Am Mittwoch, 17. Juli 2013 11:36:31 UTC+2 schrieb Massimo Di Pierro: Try this instead: request.vars.uploaded_file.file = StringIO.StringIO(data) On Wednesday, 17 July 2013 03:54:32 UTC-5, Gerd wrote: Hi! I have to anonymize HL7 file

[web2py] Re: How to dont show seconds in a time field

2013-02-07 Thread Gerd
Am Donnerstag, 7. Februar 2013 10:56:31 UTC+1 schrieb DenesL: On Thursday, February 7, 2013 2:53:50 AM UTC-5, Gerd wrote: Am Donnerstag, 7. Februar 2013 00:20:02 UTC+1 schrieb DenesL: On Wednesday, February 6, 2013 8:24:01 AM UTC-5, Gerd wrote: Hi Annet and DenesL! @DenesL: Yes

[web2py] Re: How to dont show seconds in a time field

2013-02-06 Thread Gerd
Hi Annet and DenesL! @DenesL: Yes, did restart it, nothings changed @Annet: Thanks you very much, you got it regards Gerd Am Mittwoch, 6. Februar 2013 13:31:24 UTC+1 schrieb Annet: Hi Gerd, So if i understand this right there is no possibility to change the representation in an update

[web2py] Re: How to dont show seconds in a time field

2013-02-06 Thread Gerd
Am Donnerstag, 7. Februar 2013 00:20:02 UTC+1 schrieb DenesL: On Wednesday, February 6, 2013 8:24:01 AM UTC-5, Gerd wrote: Hi Annet and DenesL! @DenesL: Yes, did restart it, nothings changed True. Note that the input will show HH:MM:SS until you click on it, then it becomes HH:MM

[web2py] How to show no seconds in a time field

2013-02-05 Thread Gerd
? Thanks in advance, Gerd -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https

[web2py] Re: How to dont show seconds in a time field

2013-02-05 Thread Gerd
Hi Annet! So if i understand this right there is no possibility to change the representation in an update form? Thank you Gerd Am Dienstag, 5. Februar 2013 17:33:56 UTC+1 schrieb Annet: Hi Gerd, Maybe Anthony's reply in this post answers your question: https://groups.google.com/forum

[web2py] Re: Merry Christmas everybody!

2012-12-25 Thread Gerd
Frohe Weihnachten und ein gutes neues Jahr! Am Montag, 24. Dezember 2012 19:22:00 UTC+1 schrieb Massimo Di Pierro: Merry Christmas everybody! --

[web2py] Re: Redirect to https (V 2.0.6)

2012-11-22 Thread Gerd
Hi! Thanks for finding this :) best regards, Gerd Am Donnerstag, 22. November 2012 15:58:10 UTC+1 schrieb Nico Zanferrari: Got it! Following Massimo's advicehttps://groups.google.com/forum/#!msg/web2py/nsXx1KI49JA/Kg9GlxutOGQJI've resolved it with a simple: python web2py.py -a 'hello

[web2py] Re: Edit or delete not committing in sqlform.grid for custom query

2012-10-06 Thread Gerd
Hi! Any updates on this? Am Sonntag, 30. September 2012 16:16:33 UTC+2 schrieb Gerd: Hi! I'm actually using V2.0.9 and the error is still active. Is it fixed in 2.1.0? Thanks, Gerd Am Donnerstag, 13. September 2012 20:24:01 UTC+2 schrieb Mandar Vaze: For now, I'm calling db.commit

[web2py] Re: Edit or delete not committing in sqlform.grid for custom query

2012-09-30 Thread Gerd
Hi! I'm actually using V2.0.9 and the error is still active. Is it fixed in 2.1.0? Thanks, Gerd Am Donnerstag, 13. September 2012 20:24:01 UTC+2 schrieb Mandar Vaze: For now, I'm calling db.commit on my own ondelete function def my_ondelete_function(table, record_id

[web2py] Re: Cannot login via web2py mobile admin (V 2.0.6)

2012-09-25 Thread Gerd
Hi! I'm running V2.0.9 and still it is not possible to login via an iphone (tried it with safari and chrome) Gerd Am Montag, 3. September 2012 15:47:35 UTC+2 schrieb Massimo Di Pierro: Please check trunk. I think the problem is that admin requires https. On Monday, 3 September 2012 08:44

[web2py] onvalidation in SQLFORM.grid (V2.0.9)

2012-09-14 Thread Gerd
response.flash What am i doing wrong here? Thanks, regards Gerd --

[web2py] Re: onvalidation in SQLFORM.grid (V2.0.9)

2012-09-14 Thread Gerd
Hi again! I found it, the right way is if FORM(grid).errors: but unfortunately the response.flash gets not set, it has always the value Errors in form, please check it out. I tried to set it in index and in check_km with no luck Has someone a good idea? Regards Gerd Am Freitag, 14

[web2py] Re: onvalidation in SQLFORM.grid (V2.0.9)

2012-09-14 Thread Gerd
Thanks for your help Massimo Am Freitag, 14. September 2012 16:08:14 UTC+2 schrieb Massimo Di Pierro: Hello Gerd, the grid is a grid. It is not a form (although it may contain forms) therefore it does not have a grid.errors. Embedding into a form does not solve the problem. Yet you can

[web2py] Receiving error when exporting to TSV with SQLFORM.grid (V2.0.8)

2012-09-12 Thread Gerd
=[db.Logbuch.Datum,db.Logbuch.Kurs,db.Logbuch.Thema,db.Logbuch.Kommentar],maxtextlength=50) return locals() What's going wrong here? Thanks for your efforts regards Gerd --

[web2py] Re: Receiving error when exporting to TSV with SQLFORM.grid (V2.0.8)

2012-09-12 Thread Gerd
September 2012 05:02:28 UTC-5, Gerd wrote: Hi! First: This is my first try to build a real application in web2py and python, i'm new to both but like it very much (i'm coming from bash/awk/sed) I receive following error when trying to export a SQLFORM.grid to TSV (Excel compatible), but CSV

[web2py] Re: Cannot login via web2py mobile admin (V 2.0.6)

2012-09-04 Thread Gerd
The iphone also connects well with https --

[web2py] Redirect to https (V 2.0.6)

2012-09-03 Thread Gerd
/webapps/web2py/web2py/welcome.w2p' My workaraound was to pack the welcome app, name it welcome.w2p and put it into the web2py folder regards Gerd --

[web2py] Re: Cannot login via web2py mobile admin (V 2.0.6)

2012-09-03 Thread Gerd
2012 07:27:33 UTC-5, Gerd wrote: Hi! First i want to thank Massimo and all the other contributors for their great work! I've found an issue: When trying to login to the admin interface via an iPhone the web2py mobile admin shows up, and there the Login-Button is not a button but a text

[web2py] Re: Too many redirects when trying to use interactive demo

2012-01-20 Thread Gerd
In my office i'm also on a proxy (here i get the error), at home it works perfectly regards Gerd

[web2py] Re: Too many redirects when trying to use interactive demo

2012-01-19 Thread Gerd
Hi! I'm having problem with web2py.com/demo_admin. Tried it on a Windows XP SP3 with FF 9.0.1 and IE 8 regards Gerd

[web2py] Re: html5 charting library

2012-01-12 Thread Gerd
Hi! I use dygraphs, here you can try some examples - http://dygraphs.com/experimental/palette/ Regards Gerd

[web2py] Re: Happy new year

2012-01-01 Thread Gerd
Ein gutes und glückliches neues Jahr Gerd

Re: [web2py] Merry christmas

2011-12-25 Thread Gerd
Frohe Weihnachten und gutes neues Jahr Gerd

[web2py] Re: Web Development Introduction Based On Web2py

2011-12-20 Thread Gerd
Hi! For me it is reachable Regards Gerd

[web2py] Re: book 4th edition in PDF

2011-12-18 Thread Gerd
Hi! It worked for me Thanks Gerd

[web2py] Re: [OT] Pycharm 2 is out

2011-12-18 Thread Gerd
Hi! Voted regards Gerd

[web2py] Re: Add Appending Fields to a Form with Ajax

2011-12-07 Thread Gerd
Hi! I'm also interested how this works :) best regards Gerd

[web2py] Input format Year/Month

2011-05-30 Thread Gerd
/01, or is there a better way)?. How can i achive that? Thanks in advance Gerd

[web2py] Aw: Re: Input format Year/Month

2011-05-30 Thread Gerd
Hi! Thank you, i'll give it a try ;) regards Gerd