Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
zzzzsys_setup.set_denied set to 1 on Update
-
- Posts: 249
- Joined: Sun Dec 06, 2020 6:50 am
- Location: Chennai, India, Singapore
zzzzsys_setup.set_denied set to 1 on Update
1. When a fresh install is done and a couple o tables are added and their forms created, logout, and a sql backup of the DB is done.
2. Then login in afresh and navigate to Setup => Builder => Update. Logout and a fresh sql backup of the DB is done.
When we compare the two backups, we find that the field zzzzsys_setup.set_denied is set from 0 to 1.
What does this connote and when does it get reset to 0 if at all?
Also, on a fresh login, the cursor does not blink in the Username field though the focus is there and entry can be done.
2. Then login in afresh and navigate to Setup => Builder => Update. Logout and a fresh sql backup of the DB is done.
When we compare the two backups, we find that the field zzzzsys_setup.set_denied is set from 0 to 1.
What does this connote and when does it get reset to 0 if at all?
Also, on a fresh login, the cursor does not blink in the Username field though the focus is there and entry can be done.
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: zzzzsys_setup.set_denied set to 1 on Update
Hi,
zzzzsys_setup.set_denied should probably be set to 1 initially.
If it is set to 0,
https://forums.nubuilder.cloud/viewtopic. ... 171#p15140
zzzzsys_setup.set_denied should probably be set to 1 initially.
If it is set to 0,
Source:You can access all the Form Properties and code used behind the system Forms like the Objects Form.
https://forums.nubuilder.cloud/viewtopic. ... 171#p15140
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: zzzzsys_setup.set_denied set to 1 on Update
I don't see this behaviour here (tested with chrome, firefox, edge)apmuthu wrote:
Also, on a fresh login, the cursor does not blink in the Username field though the focus is there and entry can be done.
-
- Posts: 249
- Joined: Sun Dec 06, 2020 6:50 am
- Location: Chennai, India, Singapore
Re: zzzzsys_setup.set_denied set to 1 on Update
The login behaviour is not visible in FireFox ESR 52.9 - tested on XP sP3. However, it is present in Basilisk of the same FF build.
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: zzzzsys_setup.set_denied set to 1 on Update
I downloaded this build, run basilisk.exe and opened nuBuilder. I don't see a focus issue either.
https://o.rthost.win/basilisk/basilisk5 ... 7-xpmod.7z
https://o.rthost.win/basilisk/basilisk5 ... 7-xpmod.7z
-
- Posts: 249
- Joined: Sun Dec 06, 2020 6:50 am
- Location: Chennai, India, Singapore
Re: zzzzsys_setup.set_denied set to 1 on Update
I used the 32bit version on WinXP SP3 and it does not work.
https://o.rthost.win/basilisk/basilisk5 ... 7-xpmod.7z
https://o.rthost.win/basilisk/basilisk5 ... 7-xpmod.7z
-
- Posts: 249
- Joined: Sun Dec 06, 2020 6:50 am
- Location: Chennai, India, Singapore
Re: zzzzsys_setup.set_denied set to 1 on Update
Any mod to set the "set_denied" to 1 from the GUI? A nice feature indeed instead of tinkering with the DB Client each time.
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: zzzzsys_setup.set_denied set to 1 on Update
Like this:
(or even specify a Launch from Form where you can set it to either 0 or 1)
(or even specify a Launch from Form where you can set it to either 0 or 1)
You do not have the required permissions to view the files attached to this post.
-
- Posts: 249
- Joined: Sun Dec 06, 2020 6:50 am
- Location: Chennai, India, Singapore
Re: zzzzsys_setup.set_denied set to 1 on Update
It would be nice to read the current status and have a button to state it and on clicking to change the button to toggled status:
Also we can make this code as part of the main nubuilder4.sql itself.
Code: Select all
read set_denied
show denied status on button
on clicking it, toggle status and display it.
This button can be on the setup tab itself
Last edited by apmuthu on Wed Dec 09, 2020 4:06 pm, edited 1 time in total.