Page 4 of 4

Re: Browse screen and pagination

Posted: Mon Mar 14, 2022 5:30 pm
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

Re: Browse screen and pagination

Posted: Mon Mar 14, 2022 6:08 pm
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`;

Re: Browse screen and pagination

Posted: Tue Mar 15, 2022 2:13 pm
by BDemeuse
It works :-) ... at least the browse. I will test the select object soon and I let you know.
Many thanks.

Re: Browse screen and pagination

Posted: Thu Mar 17, 2022 10:22 am
by BDemeuse
And select objects also work!!
Thanks