Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
web2py-users
Conversations
Labels
API
Catalina
DAL
Field
GAE
GIS
HL7
JavaSctipt
LOAD
MySQL
Paypal
PostgreSQL
REST
RFC
URL
admin
advocacy
ajax
apache
app
appadmin
args
array
auth
backups
bug
bugfixes
cache
calendar
callback
components
contract
contrib
controller
create
criticism
crud
css
csv
dal
database
date
db
debugging
delete
demo
deployment
development
docker
documentation
e-learning
edit
error
error_handling
exception
expiration
folder
for
form
forms
framework
gluon
grid
html
html_helpers
ide
imap
import
input
internationalization
is_scheduler
javascript
jquery
json
keyed
l
legacy
links
login_bare
mac
mail
markmin
minor
models
modules
movuca
networking
nginx
nosql
operators
packages
password
payments
plugin
plugins
post
primarykey
product
py4web
pyDAL
pycharm
pyodel
python
python3
pythonanywhere
query
redirect
redis
registration
release
request
requires_login
rewriting
routing
save
scheduler
service
services
session
session_auth
sessions
setup
site
smtp
social
sqlform
sqlite
ssl
static
stupid_css
symbol
table
tampering
testing
trunk
typo
upgrade
upload
uploadfolder
uploads
users
uwsgi
validation
versios
views
w
web2py
web2pyslices
websockets
widget
wiki
About
Send feedback
Help
web2py-users
1–30 of 34903
Mark all as read
Report group
0 selected
Maurice Waka
2
3/24/20
Q&A
SQLFORM button position
Solution found. Regards On Mon, Mar 23, 2020, 01:38 Maurice Waka <mauri...@gmail.com> wrote:
unread,
sqlform
Q&A
SQLFORM button position
Solution found. Regards On Mon, Mar 23, 2020, 01:38 Maurice Waka <mauri...@gmail.com> wrote:
3/24/20
Maurice Waka
,
Javier Pepe
9
3/18/20
Q&A
customizing SQLFORM
Thanks. This worked: <div class="bottom_wrapper"> {{=form.custom.begin}} <div
unread,
sqlform
Q&A
customizing SQLFORM
Thanks. This worked: <div class="bottom_wrapper"> {{=form.custom.begin}} <div
3/18/20
ulbish
2/21/20
search in sqlform.grid
Hello! I use search in SQLFORM.grid. If you want to find empty dates, nothing happens, since the
unread,
grid
sqlform
web2py
search in sqlform.grid
Hello! I use search in SQLFORM.grid. If you want to find empty dates, nothing happens, since the
2/21/20
mostwanted
, …
Alex Beskopilny
5
2/20/20
Q&A
Searching by date using SQLFORM.factory
import cPickle, os def put_on_disk(file_name, data): uploadfolder=os.path.join(request.folder, '
unread,
sqlform
Q&A
Searching by date using SQLFORM.factory
import cPickle, os def put_on_disk(file_name, data): uploadfolder=os.path.join(request.folder, '
2/20/20
mostwanted
, …
John Bannister
7
1/29/20
Q&A
Displaying only certain fields of choice with SQLFORM(...) update
Thanks On Tuesday, January 28, 2020 at 4:19:42 PM UTC+2, John Bannister wrote: If you don't want
unread,
sqlform
Q&A
Displaying only certain fields of choice with SQLFORM(...) update
Thanks On Tuesday, January 28, 2020 at 4:19:42 PM UTC+2, John Bannister wrote: If you don't want
1/29/20
Juan Gutiérrez
1/17/20
Q&A
Help with project (many to many form or table)
Hello, I'm creating a small project to test the use of web2py. After going through some of the
unread,
form
grid
sqlform
Q&A
Help with project (many to many form or table)
Hello, I'm creating a small project to test the use of web2py. After going through some of the
1/17/20
mostwanted
,
Mark
4
9/27/19
Q&A
How can I disable SQLFORM.factory() form button after clicking once?
Change the '{{=qtnBtn}}' into 'input', it should work. I guess the reference is wrong
unread,
sqlform
Q&A
How can I disable SQLFORM.factory() form button after clicking once?
Change the '{{=qtnBtn}}' into 'input', it should work. I guess the reference is wrong
9/27/19
João Matos
, …
Anthony
21
4/13/19
Q&A
How to add a read-only field to a SQLFORM.factory
Had to revert to my old code form.element('#no_table_sn')['_readonly'] = '
unread,
sqlform
widget
Q&A
How to add a read-only field to a SQLFORM.factory
Had to revert to my old code form.element('#no_table_sn')['_readonly'] = '
4/13/19
Francis Windram
,
Leonel Câmara
3
3/27/19
Q&A
Inconsistent file upload behaviour
You probably just need to rewind the file because request.vars already loaded it. request.vars.
unread,
debugging
form
sqlform
upload
Q&A
Inconsistent file upload behaviour
You probably just need to rewind the file because request.vars already loaded it. request.vars.
3/27/19
João Matos
2
3/22/19
Q&A
How to add an on select event to a drop down list box and pass the selected value to the js fuction?
Found the solution. form.element('#no_table_equipment_id')['_OnChange'] = '
unread,
Field
javascript
sqlform
Q&A
How to add an on select event to a drop down list box and pass the selected value to the js fuction?
Found the solution. form.element('#no_table_equipment_id')['_OnChange'] = '
3/22/19
João Matos
3/21/19
Q&A
Does SQLFORM.grid comply with detect_record_change in the new/edit auto-created forms?
Hello, Does SQLFORM.grid comply with detect_record_change in the new/edit auto-created forms? http://
unread,
grid
sqlform
Q&A
Does SQLFORM.grid comply with detect_record_change in the new/edit auto-created forms?
Hello, Does SQLFORM.grid comply with detect_record_change in the new/edit auto-created forms? http://
3/21/19
João Matos
2
5/3/19
Q&A
Checkboxes are shown without space between checkbox and label
Found a kludge. # Fix the lack of space between the checkbox and the label. # The ' ' below
unread,
Field
css
sqlform
views
widget
Q&A
Checkboxes are shown without space between checkbox and label
Found a kludge. # Fix the lack of space between the checkbox and the label. # The ' ' below
5/3/19
wswi...@hawk.iit.edu
,
Anthony
3
1/7/19
Q&A
Upload hangs when submit is hit
Hard to say without seeing all the code. What are you expecting to do with the uploaded file? Note,
unread,
forms
sqlform
upload
uploads
validation
Q&A
Upload hangs when submit is hit
Hard to say without seeing all the code. What are you expecting to do with the uploaded file? Note,
1/7/19
Paul Ellis
,
sandeep patel
4
12/12/18
Q&A
removing / hiding SQLFORM.grid links in the view, edit, add forms?
After reading the sqlhtml.py for a while last night. I decided to use the same method. if request.
unread,
grid
sqlform
Q&A
removing / hiding SQLFORM.grid links in the view, edit, add forms?
After reading the sqlhtml.py for a while last night. I decided to use the same method. if request.
12/12/18
Francis Windram
,
Anthony
3
11/19/18
Q&A
Selecting from SQLFORM grid generated using a join selects incorrect IDs
That works perfectly! Thank you very much
unread,
grid
sqlform
Q&A
Selecting from SQLFORM grid generated using a join selects incorrect IDs
That works perfectly! Thank you very much
11/19/18
mostwanted
, …
Anthony
4
10/22/18
Q&A
My SQLFORM() is not saving anything after putting my APP online
On Friday, October 19, 2018 at 9:38:04 AM UTC-4, sandeep patel wrote: Try this def index(): form=
unread,
sqlform
Q&A
My SQLFORM() is not saving anything after putting my APP online
On Friday, October 19, 2018 at 9:38:04 AM UTC-4, sandeep patel wrote: Try this def index(): form=
10/22/18
lbjc...@gmail.com
,
Anthony
5
8/20/18
Q&A
access id of newly inserted text
Actually, I just discovered the problem. I wasn't posting to the correct DIV in html, hence
unread,
form
sqlform
Q&A
access id of newly inserted text
Actually, I just discovered the problem. I wasn't posting to the correct DIV in html, hence
8/20/18
Yebach
,
Anthony
2
5/24/18
Q&A
SQLFORM dropdown and input field
This might give you some ideas: http://www.web2pyslices.com/slice/show/1446/widget-select-or-add-
unread,
forms
sqlform
Q&A
SQLFORM dropdown and input field
This might give you some ideas: http://www.web2pyslices.com/slice/show/1446/widget-select-or-add-
5/24/18
Sandeep Patel
,
isi_jca
4
5/25/18
Q&A
it's possible to use Autocomplete widget in SQLFORM.grid ?
Sorry i didn't mention in my previous post , this is also be in controller.py def selector(): if
unread,
forms
grid
sqlform
Q&A
it's possible to use Autocomplete widget in SQLFORM.grid ?
Sorry i didn't mention in my previous post , this is also be in controller.py def selector(): if
5/25/18
Yebach
5/7/18
Q&A
SQLFROM.factory csv file upload and manipulation
Hello I am trying different approaches to upload and manipulate csv file before insert it into DB I
unread,
sqlform
upload
Q&A
SQLFROM.factory csv file upload and manipulation
Hello I am trying different approaches to upload and manipulate csv file before insert it into DB I
5/7/18
Paul Ellis
1/4/18
Q&A
Requesting button names for grid and smartgrid
Would it be possible to name the grid buttons and smartgrid table links? This would make it pretty
unread,
grid
sqlform
Q&A
Requesting button names for grid and smartgrid
Would it be possible to name the grid buttons and smartgrid table links? This would make it pretty
1/4/18
Paul Ellis
,
Jim S
3
1/4/18
Q&A
smartgrid - limit dropdown menu items in edit form
Your assumption is correct and the solution worked perfectly. I didn't realise I could use the
unread,
sqlform
Q&A
smartgrid - limit dropdown menu items in edit form
Your assumption is correct and the solution worked perfectly. I didn't realise I could use the
1/4/18
Mujeeb Farees
,
Anthony
3
10/16/17
Q&A
SQLForm not processing everytime values in form are changed
Yeah I figured that out. Made the following change and it worked. Controller # Days Form if session.
unread,
sqlform
Q&A
SQLForm not processing everytime values in form are changed
Yeah I figured that out. Made the following change and it worked. Controller # Days Form if session.
10/16/17
Francisco Ribeiro
,
黄祥
4
10/9/17
Q&A
SQLFORM.smartgrid() custom field representation breaks exporting functions
Well, actually I was able to hide it as well with CSS: table th:nth-child(7) {display: none;} table
unread,
sqlform
Q&A
SQLFORM.smartgrid() custom field representation breaks exporting functions
Well, actually I was able to hide it as well with CSS: table th:nth-child(7) {display: none;} table
10/9/17
Tiago Barrionuevo
,
Dave S
4
9/27/17
Q&A
SQLFORM.grid and custom forms behavior
I used the onvalidation() callback and it works like a charm. And as a bonus I can invalidate the
unread,
grid
sqlform
Q&A
SQLFORM.grid and custom forms behavior
I used the onvalidation() callback and it works like a charm. And as a bonus I can invalidate the
9/27/17
Thomas Wimmer
,
Anthony
4
9/28/17
Q&A
most simple way to change the "page=" parameter in grids
Thanks Anthony, i try and i try again. At least you encourage me!
unread,
grid
sqlform
Q&A
most simple way to change the "page=" parameter in grids
Thanks Anthony, i try and i try again. At least you encourage me!
9/28/17
Mujeeb Farees
,
Leonel Câmara
3
9/21/17
Q&A
Show sqlform when button is clicked
I used JQuery instead and did the following, View <div class="content"> <div id=
unread,
sqlform
Q&A
Show sqlform when button is clicked
I used JQuery instead and did the following, View <div class="content"> <div id=
9/21/17
Karl Florian
6/26/17
Q&A
SQLForm.factory jquery conditional fields in Views
Hi everybody, what is wrong with this JQuery Script? Changing the reporttype, should hide or show the
unread,
javascript
sqlform
Q&A
SQLForm.factory jquery conditional fields in Views
Hi everybody, what is wrong with this JQuery Script? Changing the reporttype, should hide or show the
6/26/17
Seth J
, …
Anthony
20
6/9/17
Q&A
Smartgrid, grid export control works on Linux, but not on Windows Server
Yes, two versions are different. It seems to be the culprit here. Linux has a 2.13.3 version (I think
unread,
grid
sqlform
Q&A
Smartgrid, grid export control works on Linux, but not on Windows Server
Yes, two versions are different. It seems to be the culprit here. Linux has a 2.13.3 version (I think
6/9/17
Maurice Waka
2
6/4/17
Q&A
KeyError issue: column.id Not found
After uninstalling pyDAL it worked perfectly. On Jun 3, 2017 19:19, "Maurice Waka" <
unread,
sqlform
web2pyslices
Q&A
KeyError issue: column.id Not found
After uninstalling pyDAL it worked perfectly. On Jun 3, 2017 19:19, "Maurice Waka" <
6/4/17