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.

Browse screen and pagination

Questions related to using nuBuilder Forte.
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Browse screen and pagination

Unread post by BDemeuse »

I have followed step by step your instructions, received the last message (You will need to log in again for the changes to take effect) and I still have got the problem :-(
The debug message is as before: missing slf_form_type field in zzzzsys_access_form.
D'avance for your support
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: Browse screen and pagination

Unread post by kev1n »

Run this SQL to add the missing column slf_form_type:

Code: Select all

ALTER TABLE `zzzzsys_access_form` ADD `slf_form_type` VARCHAR(2) NULL DEFAULT NULL AFTER `slf_data_mode`;
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Browse screen and pagination

Unread post by BDemeuse »

It works :-) ... at least the browse. I will test the select object soon and I let you know.
Many thanks.
BDemeuse
Posts: 92
Joined: Mon Apr 12, 2021 3:09 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Browse screen and pagination

Unread post by BDemeuse »

And select objects also work!!
Thanks
Post Reply