Welcome to the nuBuilder Forums!

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

button to launch report

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

button to launch report

Unread post by johan »

Hi

I have created a launch form with the report parameters and a report.
I've added a run button on my home page.
I found this post. viewtopic.php?p=21966&hilit=nuGetReport#p21966
In the run tab I referred to the launch form.
Screenshot 2023-05-09 12.47.06.png
under custom code I placed.

Code: Select all

nuGetReport('6459019454114a4','6458ee6239ab787');
When I run this my form opens, but I am missing the run button.
Screenshot 2023-05-09 12.45.38.png

Any idea what I am doing wrong?
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4291
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: button to launch report

Unread post by kev1n »

How about adding a run button?

Code: Select all

nuAddActionButton('runReport', 'Run', 'nuRunReport("rpt_team")');
Post Reply