Code: Select all
nuForm('nuobject','',window.nuFORM.getCurrent().form_id,'',2)
But the browse form that opens shows all rows (objects) and the filter is ignored.nuForm(string1, string2, string3, string4, string5)
string1 : Form id
string2 : record id of the Edit Form or an empty string to display a Browse Form.
string3 : Filter string
string4 : Search string
string5 : '0', '1' or '2'
The sql of the browse form ( nuCurrentProperties.browse_sql ) doesn't show the filter in the where clause either:
Code: Select all
SELECT zzzzsys_object_id,sob_all_type,sob_input_type,sob_all_id,zzzzsys_form_id,sob_all_label,sfo_description,syt_title
FROM zzzzsys_object JOIN ___nu15af30a389f2bc___ ON zzzzsys_object_id = theid JOIN zzzzsys_tab ON zzzzsys_tab_id = sob_all_zzzzsys_tab_id JOIN zzzzsys_form ON zzzzsys_form_id = syt_zzzzsys_form_id
WHERE 1