[web2py] Re: Navbar in Chrome does not appear correct

2018-07-26 Thread ggivler
Found the problem, I was using localhost instead of 127.0.0.1 when accessing the local server, changed that to the IP address and not localhost, and the navbar magically fixed itself. On Thursday, July 26, 2018 at 8:02:26 AM UTC-4, ggivler wrote: > > In an interesting development, I c

[web2py] Re: Navbar in Chrome does not appear correct

2018-07-26 Thread ggivler
is different. On Thursday, July 26, 2018 at 7:54:44 AM UTC-4, ggivler wrote: > > Just upgraded to the latest version of 2.16.1 the version file > contains: Version 2.16.1-stable+timestamp.2017.11.14.05.54.25 > > Chrome version: Version 68.0.3440.75 (Official Build) (64-bit) > >

[web2py] Navbar in Chrome does not appear correct

2018-07-26 Thread ggivler
Just upgraded to the latest version of 2.16.1 the version file contains: Version 2.16.1-stable+timestamp.2017.11.14.05.54.25 Chrome version: Version 68.0.3440.75 (Official Build) (64-bit) The navbar in chrome does not look like the navbar firefox See the attached files. Does anyone have a css

[web2py] Logical Delete instead of true delete of a record using crud.update

2010-11-05 Thread ggivler
Sorry if this is a repeat, but I have not seen my original post. I have a situation where I would like to use the crud.update with the delete checkbox, I am using the ondelete callback to set other record to invalid, however after the ondelete function completes the underlying record is deleted.

[web2py] Re: Logical Delete instead of true delete of a record using crud.update

2010-11-05 Thread ggivler
=True) and do a crud.update(,deletable=False) On Nov 4, 1:31 pm, ggivler ggiv...@gmail.com wrote: I have a crud.update form that is deletable, I use the ondelete callback function to mark the records as nonvalid, is there a way to keep the record from being deleted after this?

[web2py] Re: Logical Delete instead of true delete of a record using crud.update

2010-11-05 Thread ggivler
Ignore this, it is a duplicate. On Nov 5, 3:38 pm, ggivler ggiv...@gmail.com wrote: Sorry if this is a repeat, but I have not seen my original post. I have a situation where I would like to use the crud.update with the delete checkbox, I am using the ondelete callback to set other record

[web2py] Logical Delete instead of true delete of a record using crud.update

2010-11-04 Thread ggivler
I have a crud.update form that is deletable, I use the ondelete callback function to mark the records as nonvalid, is there a way to keep the record from being deleted after this?

[web2py] Re: Multiselect Plugin not saving values in database.

2010-05-26 Thread ggivler
= IS_IN_DB(testtypes, 'testtype.id', 'testtype.name',multiple=True) implies db.testcase_test.testtypeids stored the texttype.id therefore it should be of type reference to db.testtype and not type 'string' On May 25, 4:47 pm, ggivler ggiv...@gmail.com wrote: I am using the multiselect plugin

[web2py] Multiselect Plugin not saving values in database.

2010-05-25 Thread ggivler
I am using the multiselect plugin read and save data from a crud.create or crude.update form and it just is not working, it seems to see that there are values there as the field is filled with a | for each option selected. I am not sure what is happening and what I am doing wrong. Any help would