Display nbr of records in button on launch form
Posted: Wed Dec 22, 2021 6:22 pm
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
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