Welcome to the nuBuilder Forums!

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

Cannot assign Reports, Forms, Procedures to a RUN object

Questions related to using nuBuilder Forte.
Post Reply
oli
Posts: 118
Joined: Sat Mar 20, 2021 3:22 pm
Has thanked: 4 times

Cannot assign Reports, Forms, Procedures to a RUN object

Unread post by oli »

Helllo,

I'm facing following issue:
When I try to assign a report, form or a procedure to any RUN object I cannot select anything (of course there are many reports and forms available).
Screenshot 2021-06-01 115741.jpg
This behaviour occured after importing the complete database.
It's strange that it's still possible to use already defined reports and forms but I cannot see the assigned report or form on the RUN object!

Can someone help me please? I don't see any errors in nuDebug or in the console.

Thanks in advance!

BR,
Oli
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Cannot assign Reports, Forms, Procedures to a RUN object

Unread post by kev1n »

Do the 3 nuBuilder views exist in the db?
oli
Posts: 118
Joined: Sat Mar 20, 2021 3:22 pm
Has thanked: 4 times

Re: Cannot assign Reports, Forms, Procedures to a RUN object

Unread post by oli »

You are right . 3 Views are missing :
zzzzsys_run_list
zzzzsys_report_data
zzzzsys_object_list

Is there any way to re-build the views or do I have to import an older state?
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Cannot assign Reports, Forms, Procedures to a RUN object

Unread post by kev1n »

Check out nubuilder.sql. Extract the 3 view generation statements (CREATE VIEW ...) and run them in e.g. phpMyAdmin.
oli
Posts: 118
Joined: Sat Mar 20, 2021 3:22 pm
Has thanked: 4 times

Re: Cannot assign Reports, Forms, Procedures to a RUN object

Unread post by oli »

Thank you so much! That helps.
Post Reply