Run Procedure / Empty List
Posted: Sun Dec 17, 2017 8:16 am
HI,
I have created a new (PHP) procedure, but it is not visible in the "Run Procedure" Browse Form.
After changing the join type to a LEFT JOIN, it is displayed now:
SELECT * FROM zzzzsys_php
LEFT JOIN zzzzsys_form ON zzzzsys_form_id = sph_zzzzsys_form_id
WHERE sph_system != '1'
ORDER BY sph_code
I have created a new (PHP) procedure, but it is not visible in the "Run Procedure" Browse Form.
After changing the join type to a LEFT JOIN, it is displayed now:
SELECT * FROM zzzzsys_php
LEFT JOIN zzzzsys_form ON zzzzsys_form_id = sph_zzzzsys_form_id
WHERE sph_system != '1'
ORDER BY sph_code