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
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.
Run Procedure / Empty List Topic is solved
Re: Run Procedure / Empty List
toms,
You will need to have filled in Launch From... http://wiki.nubuilder.net/nubuilderfort ... aunch_From
This is only necessary if you need to run it from the Run Procedure Button.
You can still use it with nuProcedure() http://wiki.nubuilder.net/nubuilderfort ... uProcedure
Steven
You will need to have filled in Launch From... http://wiki.nubuilder.net/nubuilderfort ... aunch_From
This is only necessary if you need to run it from the Run Procedure Button.
You can still use it with nuProcedure() http://wiki.nubuilder.net/nubuilderfort ... uProcedure
Steven
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am