Page 1 of 1

Changing Browse Columns is not working in any browser.

Posted: Tue Aug 12, 2014 5:24 pm
by guscastro
I look at a similar prior post "Problems with changing column width in browse tab"
It is not working for me in any of the three browsers IE, Firefox and Chrome
The first change after creating a form with the wizard, works fine. But after saving the form it doesn't allow to make further changes.
Clicking on SAVE prompts the message "Changed by globeadmin do you wish to override the changes"
No changes are done after confirming the prompt.
I was able to make changes I need on zzzsys_browse but it is not practical.
I would appreciate any help on this issue
Image

Re: Changing Browse Columns is not working in any browser.

Posted: Wed Aug 13, 2014 12:45 am
by admin
guscastro,

I haven't heard of it happening before, are you able to edit other Forms?

The more information the better.

Steven

Re: Changing Browse Columns is not working in any browser.

Posted: Fri Aug 15, 2014 7:11 pm
by guscastro
Steven,
This applies to all the forms in the app. if the form is new created it is possible to make changes, but once changes are saved, there is not possible to make further changes.

Re: Changing Browse Columns is not working in any browser.

Posted: Mon Sep 01, 2014 1:24 am
by admin
guscastro,

Sorry but I have no idea. Do you have the same Edit Form open twice?

Steven

Re: Changing Browse Columns is not working in any browser.

Posted: Sat Sep 13, 2014 4:02 pm
by dgibbs
I resolved this issue by deleting out the code I had placed in the 'After Save' area under 'Custom Code'. I also removed all objects on the form that didn't contain a field in the database.

Try using correct column format in your tables as well. The format for the PK(Primary Key) should be the table name underscore id, "tablename_id" or "customer_id". All the columns should start with the same prefix for that table. IE, customer table should be, cust_customer_name, cust_phone_number, etc. Any foreign keys will contain the prefix and then the PK of the referenced table. For example, cust_invoice_id. Invoice being the table you are referencing.

Hope this helps!

Re: Changing Browse Columns is not working in any browser.

Posted: Wed Aug 12, 2015 3:35 pm
by saultpastor
I'm having the same problem. I cannot change anything on the browse tab under Home > nuBuilder Form > nuBuilder Form. It is only happening to one form the other work fine. I have no custom code, and all the objects exist in the DB (as the previous poster suggested.

Thanks,
Craig

Re: Changing Browse Columns is not working in any browser.

Posted: Tue Aug 18, 2015 4:28 pm
by saultpastor
I found this post that seems to apply to my problem. http://forums.nubuilder.cloud/viewtopic.p ... e&start=20

After changing max_input_vars to 3000, it still would not work. When I reduced the number of fields in my edit form to 32, I could then edit the browse form. The problem is the form has a number of checkboxes, I'm not sure how to proceed.

Craig

Re: Changing Browse Columns is not working in any browser.

Posted: Mon Aug 24, 2015 5:55 am
by admin
Craig,

Try making max_input_vars 10000.

Steven