Page 1 of 1

Run Procedure / Empty List

Posted: Sun Dec 17, 2017 8:16 am
by toms
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

Re: Run Procedure / Empty List

Posted: Sun Dec 17, 2017 11:18 pm
by admin
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

Re: Run Procedure / Empty List

Posted: Mon Dec 18, 2017 9:47 am
by toms
All right, Thanks!

Re: Run Procedure / Empty List

Posted: Mon Dec 18, 2017 3:34 pm
by admin
.