Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums 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: 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
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