Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
New procedures not added to zzzzsys_run_list
Re: New procedures not added to zzzzsys_run_list
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`
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: New procedures not added to zzzzsys_run_list
The only difference is this:
But this shouldn't make any difference.
I don't understand why returns an empty result set...
But this shouldn't make any difference.
I don't understand why
Code: Select all
SELECT * FROM zzzzsys_run_list WHERE code = 'trefwoord_rpt'
You do not have the required permissions to view the files attached to this post.
Re: New procedures not added to zzzzsys_run_list
I restarted all over with a new version, problem solved