I need to have my refined search for my grid come up with a parameter already set. The parameter name is “Active Only” and the function call I’m using is as follows:
nm_proc_int_search(‘link’,‘nn’,‘Active Only’,‘active’,‘0##@@Yes’, ‘active’, ‘’);
Following advice from other posts on this forum, I tried putting this in the footer as follows:
?>
<script>nm_proc_int_search(‘link’,‘nn’,‘Active Only’,‘active’,‘0##@@Yes’, ‘active’, ‘’);</script>
<?php
But it does nothing after the grid comes up. I tried putting it in a button and it works perfect, but what I want is to have it work automatically after the grid loads.
Any ideas how I might make this happen?