コード例 #1
0
?>
  <p align="center">
    <input name="operacion" type="hidden" id="operacion">
</p>
  	 <table width="600" border="0" align="center" cellpadding="1" cellspacing="1">
    	<tr>
     	 	<td width="496" colspan="2" class="titulo-celda">Cat&aacute;logo de Unidades de Medida </td>
    	</tr>
	 </table>
	 <br>
	 <table width="600" border="0" cellpadding="0" cellspacing="0" class="formato-blanco" align="center">
      <tr>
        <td width="67" height="28"><div align="right">Tipo Unidad </div></td>
        <td width="431"><div align="left">
          <?Php
           $lb_vali=$io_cunid->uf_llenarcombo_tipouni(&$la_tipoun);
		   
		   if($lb_vali)
		   {
		    $io_data->data=$la_tipoun;
		    $totrow=$io_data->getRowCount("codtun");
		   }
		   ?>
             <select name="cmbtipouni" id="cmbtipouni">
			 <option value="">Seleccione</option>
         <?Php
			for($z=1;$z<=$totrow;$z++)
			 {
			  $ls_tipoun=$io_data->getValue("codtun",$z);
		      $ls_nombreun=$io_data->getValue("nomtun",$z);
		      if ($ls_tipoun==$ls_tipounidad)