Welcome to the nuBuilder Forums!

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

Display nbr of records in button on launch form

Questions related to using nuBuilder Forte.
Post Reply
hf2094
Posts: 22
Joined: Wed Jan 07, 2015 7:11 pm
Been thanked: 2 times

Display nbr of records in button on launch form

Unread post 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
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Display nbr of records in button on launch form

Unread post by kev1n »

Hi,

I uploaded a fix. Replace core/nuform.js with the one from Github
hf2094
Posts: 22
Joined: Wed Jan 07, 2015 7:11 pm
Been thanked: 2 times

Re: Display nbr of records in button on launch form

Unread post by hf2094 »

Thank vou

Hf
Post Reply