I accidentally created three forms (using the "Form Wizard") that had identical names.
When I then deleted two of them, the browser via "User Home" button looks strange, and I find I can no longer use the remaining one when I click on it; it claims I have some bad SQL (apparently with just "SELECT" and nothing else).
I have checked the SQL in that form, and it seems to be okay.
There are two other forms that are behaving badly the same way, for the same reason: I created them by accident, and deleted them, but they still show on the "User Home" browser.
What can I do to recover from this situation? I'm not afraid of PHP and SQL; I briefly looked through the "zzzsys" tables for a lone "SELECT", but found nothing.
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Problem deleting forms
-
- Posts: 26
- Joined: Wed Feb 15, 2017 8:50 am
- Location: Salt Spring Island, British Columbia, Canada
- Contact:
Problem deleting forms
You do not have the required permissions to view the files attached to this post.
:::: Jan Steinman EcoReality Co-op ::::
-
- Posts: 26
- Joined: Wed Feb 15, 2017 8:50 am
- Location: Salt Spring Island, British Columbia, Canada
- Contact:
Re: Problem deleting forms
Okay, figured it out.
If you use the Form Wizard over and over with the same information, it creates a referential integrity problem, where the "Field Name" for the button (like "Surveybtn") is the same for each object, and it appears this field should be unique.
I simply appended a character to make these fields unique, then I was able to delete them.
BUG: This column probably needs to be indexed UNIQUE to keep this from happening.
If you use the Form Wizard over and over with the same information, it creates a referential integrity problem, where the "Field Name" for the button (like "Surveybtn") is the same for each object, and it appears this field should be unique.
I simply appended a character to make these fields unique, then I was able to delete them.
BUG: This column probably needs to be indexed UNIQUE to keep this from happening.
:::: Jan Steinman EcoReality Co-op ::::