I wrote "Because in my case the record is not deleted simply deactivated."
and I meant "Because in my case I want the record to be simply deactivated
instead of deleted."
quarta-feira, 10 de Abril de 2019 às 21:04:35 UTC+1, João Matos escreveu:
>
> Because in my case the record is not deleted si
Because in my case the record is not deleted simply deactivated.
But there are other scenarios:
- Making additional checks before allowing the record deletion;
- Asking for the password of a supervisor before allowing the record
deletion;
- Making some changes to other tables as a consequence
oh yes I agree with you. I think you're referring to the 3 in
"response.menu[1][3].append". the list to append to the submenu is the 4th
element, so the 3 is correct.
On Wednesday, April 10, 2019 at 3:41:08 PM UTC-4, Anthony wrote:
>
> Indexing is zero-based in Python, so the index of the thir
Indexing is zero-based in Python, so the index of the third element is 2,
not 3.
Anthony
On Tuesday, April 9, 2019 at 10:23:47 PM UTC-4, lucas wrote:
>
> hey all,
>
> I have the following code under menu.py under 2.18.5:
>
> response.menu = [
> (T('Lectures'), False, URL('default', 'subjects
>
> I found a bug in the grid's edit validation.
> I follow this procedure:
> - Select a record to edit.
> - Change one of the fields that must be unique and change it to a value
> that already exists.
> - web2py shows an error message (which is correct and happens before
> going to onvalidat
Thanks.
quarta-feira, 10 de Abril de 2019 às 18:57:11 UTC+1, Lovedie JC escreveu:
>
> ON the localhost
>
> # coding: utf8
> from gluon import current
> from pymongo import MongoClient
> from gluon.tools import Auth, Crud, Service, PluginManager, prettydate
> from gluon.custom_import import track_c
what? I'm using the class attribute, which doesn't have a dash in it. all
I'm trying to do is put a separator in the pulled down submenu.
On Wednesday, April 10, 2019 at 12:33:34 PM UTC-4, villas wrote:
>
> See this section of book...
>
>
> http://www.web2py.com/books/default/chapter/29/05/the-
Thanks, an example would be great.
quarta-feira, 10 de Abril de 2019 às 15:33:46 UTC+1, Lovedie JC escreveu:
>
> I send you an example. Yes I use through DAL. It's nice.
>
> On Wed, 10 Apr 2019, 17:01 João Matos >
> wrote:
>
>> Thanks for the feedback.
>>
>> Do you use it through the DAL or di
Hello,
Does anyone know how can I add "Add Record" button to a grid with
create=False (I want the button to be in the same place of the default "Add
Record" button if create=True was used).
I already have the button at the top left (above the search bar).
Now I just have to figure how to inser
See this section of book...
http://www.web2py.com/books/default/chapter/29/05/the-views?search=data-#HTML-helpers
DIV('text', _data-role='collapsible')
>
> will not work because "_data-role" includes a hyphen, which will produce
> a Python syntax error.
>
Check the solutions suggested.
On W
I send you an example. Yes I use through DAL. It's nice.
On Wed, 10 Apr 2019, 17:01 João Matos wrote:
> Thanks for the feedback.
>
> Do you use it through the DAL or directly?
> If you use it through the DAL, are you able to select, insert, delete and
> update records without any issue?
> Do you
Hello,
I found a bug in the grid's edit validation.
I follow this procedure:
- Select a record to edit.
- Change one of the fields that must be unique and change it to a value
that already exists.
- web2py shows an error message (which is correct and happens before going
to onvalidation, whic
Thanks for the feedback.
Do you use it through the DAL or directly?
If you use it through the DAL, are you able to select, insert, delete and
update records without any issue?
Do you recommend it?
quarta-feira, 10 de Abril de 2019 às 04:33:32 UTC+1, Lovedie JC escreveu:
>
> I use mongodb. It
Her at the Mississippi State Supreme Court we are working on a COMPLETE
Accounting System.
It will be bases upon my 30 years of dealing with CRM/ERP systems. This
will be for the County Clerks to run their offices.
The modules will be GL/AR/AP/PO/Bank Rec/Billing/Inventory/OE
Stuck to the side is
14 matches
Mail list logo