Welcome to the nuBuilder Forums!

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

New procedures not added to zzzzsys_run_list

Questions related to using nuBuilder Forte.
Henk_2a
Posts: 60
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland
Has thanked: 1 time

Re: New procedures not added to zzzzsys_run_list

Unread post by Henk_2a »

select `henkanl-5`.`zzzzsys_form`.`zzzzsys_form_id` AS `id`,'Form' AS `run`,`henkanl-5`.`zzzzsys_form`.`sfo_code` AS `code`,`henkanl-5`.`zzzzsys_form`.`sfo_description` AS `description` from `henkanl-5`.`zzzzsys_form` union select `henkanl-5`.`zzzzsys_report`.`zzzzsys_report_id` AS `id`,'Report' AS `run`,`henkanl-5`.`zzzzsys_report`.`sre_code` AS `code`,`henkanl-5`.`zzzzsys_report`.`sre_description` AS `description` from `henkanl-5`.`zzzzsys_report` union select `henkanl-5`.`zzzzsys_php`.`zzzzsys_php_id` AS `id`,'Procedure' AS `run`,`henkanl-5`.`zzzzsys_php`.`sph_code` AS `code`,`henkanl-5`.`zzzzsys_php`.`sph_description` AS `description` from `henkanl-5`.`zzzzsys_php` where (`henkanl-5`.`zzzzsys_php`.`sph_system` <> 1) order by `code`
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: New procedures not added to zzzzsys_run_list

Unread post by kev1n »

The only difference is this:
diff.PNG
But this shouldn't make any difference.

I don't understand why

Code: Select all

SELECT * FROM zzzzsys_run_list WHERE code = 'trefwoord_rpt'
returns an empty result set...
You do not have the required permissions to view the files attached to this post.
Henk_2a
Posts: 60
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland
Has thanked: 1 time

Re: New procedures not added to zzzzsys_run_list

Unread post by Henk_2a »

I restarted all over with a new version, problem solved
admin
Site Admin
Posts: 2822
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: New procedures not added to zzzzsys_run_list

Unread post by admin »

.
Post Reply