Hi,
I have setup the database with the option Close after Save set to AllForms.
If I am in an iframe, create a new record from here, I cannot save anymore the record. It loops. No filter option activated on the iframe.
Many thanks for your help,
Yves
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.
option save&close and iframe incompatible
-
- Posts: 315
- Joined: Sun Mar 14, 2021 8:48 am
- Location: Geneva
- Has thanked: 87 times
- Been thanked: 11 times
option save&close and iframe incompatible
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: option save&close and iframe incompatible
By setting nuSetProperty('nuEditCloseAfterSave', 0) in this iframe, you can disable auto-close until there's a fix.