Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Changing Browse Columns is not working in any browser.

Locked
guscastro
Posts: 10
Joined: Fri Aug 01, 2014 2:37 am

Changing Browse Columns is not working in any browser.

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

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

Unread post by admin »

guscastro,

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

The more information the better.

Steven
guscastro
Posts: 10
Joined: Fri Aug 01, 2014 2:37 am

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

Unread post 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.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

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

Unread post by admin »

guscastro,

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

Steven
dgibbs
Posts: 1
Joined: Sat Sep 13, 2014 3:49 pm

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

Unread post 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!
saultpastor
Posts: 42
Joined: Sat Jul 18, 2015 8:04 pm
Has thanked: 3 times

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

Unread post 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
saultpastor
Posts: 42
Joined: Sat Jul 18, 2015 8:04 pm
Has thanked: 3 times

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

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

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

Unread post by admin »

Craig,

Try making max_input_vars 10000.

Steven
Locked