I notice a short comming of DBIx (unless some one knows of a work around for
it).
I create a simple search: select incident_key, note1 as title from
incident;
I then wanted to display this information in a table so I did the following.
<table align='center' class='tablemain' border='0' width='800'>
<tr>
<th width='15%' align='center'>Incident ID</th>
<th align='center'>Title</th>
</tr>
<tr>
<td width='15%' class='tdinfo' align='left'><a href='[+
Server_Root() +]/irs/html/IRS_Incident_Summary.phtml?IncidentKey=[+
$assignedRS[$row][$col] +]'>[+ $assignedRS[$row][$col] +]</a></td>
<td class='tdinfo' align='left'>[+ $assignedRS[$row][$col]
+]</td>
</tr>
</table>
But, nothing displayed. It turns out that if there is something missing
from a column, then nothing gets displayed. That is note1 is not required
to entered by the user, but I want to display it if it is there.
Anyone else run into this?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]