Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/10/2005, 13:35
Saintel
 
Fecha de Ingreso: mayo-2004
Mensajes: 75
Antigüedad: 21 años
Puntos: 0
Cierto! el archivo que necesitas es detalle_pedido.asp ok!

<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td align="right" valign="middle"> <input name="idpedido" type="text" id="idpedido" value="<%=(pedido.Fields.Item("idpedido").Value)%> ">
Presentaci&oacute;n</td>
<td width="23%" align="left" valign="middle"><%=(pconfiguracion.Fields.Item("pr esentacion").Value)%>:</td>
<td width="42%" rowspan="4"><input name="cantidad" type="text" id="cantidad" size="15" maxlength="3">
<input type="submit" name="Submit" value="Validar"> <br> <input name="button" type="button" onclick="Enter_code(1)" value=" 1 ">
<input name="button" type="button" onclick="Enter_code(2)" value=" 2 ">
<input name="button" type="button" onclick="Enter_code(3)" value=" 3 ">
<input name="button" type="button" onClick="Enter_code(4)" value=" 4 ">
<br> <input name="button" type="button" onclick="Enter_code(5)" value=" 5 ">
<input name="button" type="button" onclick="Enter_code(6)" value=" 6 ">
<input name="button" type="button" onClick="Enter_code(7)" value=" 7 ">
<input name="button" type="button" onClick="Enter_code(8)" value=" 8 " >
<br> <input name="button" type="button" onclick="Enter_code(9)" value=" 9 ">
<input name="button" type="button" onClick="Enter_code(0)" value=" 0 ">
<input type="reset" value="Limpiar" /> </td>
</tr>
<tr>
<td align="right" valign="middle"><input name="configuracion" type="text" id="configuracion" value="<%=(pconfiguracion.Fields.Item("idproduct_c onf").Value)%>">
Producto:</td>
<td align="left" valign="middle"><%=(producto.Fields.Item("producto ").Value)%></td>
</tr>
<tr>
<td align="right" valign="middle">L&iacute;nea:</td>
<td align="left" valign="middle"><%=(linea.Fields.Item("descripcion ").Value)%></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</table>

Aqui es donde agrego un pedido nuevo

Como puedes observar utilizo un teclado virtual para agregar las cantidades

Gracias