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.
sultan87
Posts: 32 Joined: Wed Jun 10, 2015 10:28 pm
Unread post
by sultan87 » Sat Nov 05, 2016 5:56 pm
hello,
I use custom code
Code: Select all
$table = nuRunQuery("SELECT * FROM releves WHERE id_sejours = '#RECORD_ID#'");
nuDebug("SELECT * FROM releves WHERE id_sejours = '#RECORD_ID#'");
while($row = db_fetch_row($table){
nuDebug($row[1]);
}
I would use to check nuDebug
how to do ?
best regards
admin
Site Admin
Posts: 2824 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times
Unread post
by admin » Sun Nov 13, 2016 10:36 pm
sultan87,
Use the Debug button on the Setup Tab.
Steven