Page 1 of 1

Can't see my tables after install

Posted: Sun Mar 07, 2021 5:05 am
by Afeitl
I installed NuBuilder in an Oracle Cloud Linux environment
I had an existing MySQL Db that I pointed NuBuilder to on Install
The install seemed to run fn I ine
NuBuilder starts fine and I can see all the screens
When I open PhpMyAdmin, I can see the install files and my previous schemas.
I created several new tables in the NuBuilder Schema using PhpMyAdmin
When I go to the Builder window and open any button, no tables show and typing in a table name does not give me the fields to select.
See the attachment for and example
What did I do wrong?
Did I miss setting up something?

Re: Can't see my tables after install

Posted: Sun Mar 07, 2021 9:53 am
by kev1n
Hi,

Did you use the keyboard up and down arrows to scroll through the list?
Als try restarting your browser after adding new tables.

Re: Can't see my tables after install

Posted: Wed Mar 10, 2021 2:21 am
by Afeitl
Thanks for the suggestions but still no luck.

I have restarted several time and tried the Up and Don hours - still no good

Al

Re: Can't see my tables after install

Posted: Wed Mar 10, 2021 8:07 am
by kev1n
Are the tables shown when you run

Code: Select all

nuSERVERRESPONSE.tableSchema
in the Developer Console (F12) ?

Re: Can't see my tables after install

Posted: Sun Mar 14, 2021 2:55 am
by Afeitl
Yes, I see the Tables when I run nuSERVERRESPONSE.tableSchema

Re: Can't see my tables after install

Posted: Sun Mar 14, 2021 10:01 am
by kev1n
Does this also show the tables?

Code: Select all

nuFORM.getJustTables()
tables.png
tables.png (14.95 KiB) Viewed 2377 times
PS: For me it works like this:
form_builder_scroll.gif
form_builder_scroll.gif (530.12 KiB) Viewed 2377 times

Re: Can't see my tables after install

Posted: Mon Mar 15, 2021 2:20 pm
by Afeitl
This show the tables but not in the arrow list. see attached. Thak you

Re: Can't see my tables after install

Posted: Sat Mar 20, 2021 3:09 am
by Afeitl
I have found that thisis a problem with Chrome. I.e. and Firefix work properly.

I am using
Google Chrome is up to date
Version 89.0.4389.90 (Official Build) (64-bit)

Has anyone else hit this issue?

Re: Can't see my tables after install

Posted: Sat Mar 20, 2021 7:37 am
by kev1n
I suspect one of your installed extensions is interfering. Try disabling all extensions temporarily maybe by using:
https://chrome.google.com/webstore/deta ... =it&gl=001
Then log in again into nuBuilder to see if the issue is still there.

Re: Can't see my tables after install

Posted: Sun Mar 21, 2021 9:14 pm
by Afeitl
That Worked!!! Thank You!!!!