I have a browse filtered by file relation, with a drop down use to select the parent value. It should automatically refresh the browse when I make a selection, as in the DropDown example, but it only does so when I select the first value.
I added a button to refresh the page, and it works, so it appears that the updated parent value is set and saved.
The generated code is:
<tr>
<td colspan="3">
<div id="webindex_imc__category_prompt_div" class="adiv"><span class="FormPrompt">Show event type:</span></div>
<div id="webindex_imc__category_value_div" class="adiv"><select name="IMC__Category" class="FormEntry" onchange="sv('IMC__Category','webindex_imc__category_value',1,FieldValue(this));nextFocus(webIndex_frm,'IMC__Category',0);" >
<option value="<Processes>" selected="selected" class="FormEntry SelectList1"><Processes></option>
<option value="Hot Key Manager" class="FormEntry SelectList2">Hot Key Manager</option>
<option value="Log Manager" class="FormEntry SelectList1">Log Manager</option>
<option value="Script Manager" class="FormEntry SelectList2">Script Manager</option>
<option value="Task Manager" class="FormEntry SelectList1">Task Manager</option>
<option value="Trigger Manager" class="FormEntry SelectList2">Trigger Manager</option>
</select>
</div>
<script type="text/javascript">RegRico('webindex_imc__category_value');</script>
<div id="webindex_imc__category_comment_div" class="adiv"><span class="FormComments"></span></div>
<div id="webindex_refreshpage_value_div" class="adiv"><button type="button" name="RefreshPage" id="RefreshPage" value="Refresh View" class="MainButton" onfocus="javascript:location.reload(true)"">Refresh View</button>
</div>
<div id="webindex_refreshpage_comment_div" class="adiv"><span class="FormComments"></span></div>
</td>
</tr>
