Page 1 of 1

Display nbr of records in button on launch form

Posted: Wed Dec 22, 2021 6:22 pm
by hf2094
Hello,
I use a browse/edit form on table zzzzsys_debug to display errors messages. On the homepage (a launch form) I use a display object and a button according to display nbr of records.
This worked for a long time, but in the current GIT version of nuBuilder the display object is not executed on launch pages and the button contains an "empty" number of records.
If I move the button and the display element to an edit-page all works fine.

Display Object:
select count(*) from zzzzsys_debug

Yours Hf

Re: Display nbr of records in button on launch form

Posted: Wed Dec 22, 2021 8:32 pm
by kev1n
Hi,

I uploaded a fix. Replace core/nuform.js with the one from Github

Re: Display nbr of records in button on launch form

Posted: Thu Dec 23, 2021 8:55 am
by hf2094
Thank vou

Hf