Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Run Procedure / Empty List Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Run Procedure / Empty List

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Run Procedure / Empty List

Unread post 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
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Run Procedure / Empty List

Unread post by toms »

All right, Thanks!
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Run Procedure / Empty List

Unread post by admin »

.
Post Reply