Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - rvilla777

#1
Buenos dias, tengo un problema con la captura de datos de varios checkbox seleccionados.

Lo que quiero hacer es enviar todos los datos de checkbox seleccionados y capturarlos en un array en otra página, para luego realizar consultas sql .

Este es mi codigo en html.


Código (html4strict) [Seleccionar]

<script language="javascript">
function noborrar()
{
alert("Para modificar los datos favor de ingresar a sistema SUF.");
}
</script>

<body>
<form method="POST" action="traspaso_suf.asp">
<div align="center">
<table border="0" width="85%" id="table3" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table border="1" width="100%" id="table4" style="border-left-width: 0px; border-right-width: 0px" bgcolor="#FFFFCC">
<tr>
<td colspan="5" bgcolor="#000080" style="border-style: solid; border-width: 1px">
<b><font face="Arial" size="2" color="#FFFFFF">Proyectos en
SUF (<%Response.Write r_usuario%>) </font></b></td>
</tr>
<tr>
<td style="border-style: none; border-width: medium" width="8%">
Selección</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="35%">
Fecha</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="52%">
Nombre del Proyecto</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="2%">
&nbsp;</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="1%">&nbsp;</td>
</tr>
<%do while not udatos.eof%>
<tr>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="8%">
<input name="chk_turno" type="checkbox" value="<%=udatos("cod_proyecto")%>" onclick="document.getElementById('div_li_turno').s tyle. display = (this.checked) ? 'block' : 'none' " ></td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="35%">
<font size="3">
<input name="T4" size="25" readonly value="<%=udatos("fecha")%>" style="font-family: Arial; "></font></td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="52%">
<font size="3">
<input name="T3" size="72" readonly value="<%=udatos("nombre_proyecto")%>" style="font-family: Arial; "></font></td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="2%">
&nbsp;</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium" width="1%">&nbsp;</td>
</tr>
<%udatos.movenext
                loop
%>
</table>
</td>
</tr>
</table>
<input type="submit" value="Traspasar" name="B3"  style="color: #333333">
</form>



El problema es como los capturo en el array.

Código (asp) [Seleccionar]

<%
dim vector()
vector = Request.Form("chk_turno")

Set cn = Server.CreateObject("ADODB.Connection")
cn.Open ("Provider=SQLOLEDB;Server=STGOSQL2K8;Database=IndapCred;Uid=R04; Pwd=R04;")

for i=0 to UBound(vector)
Response.Write vector

next


%>



Gracias por la ayuda.
#2
Programación C/C++ / Funcion clonar
2 Mayo 2010, 19:21 PM
Hola tengo una duda sobre pilas dinamicas, debo crear un funcion clonar para una pila, pero no tengo idea como se puede realizar dicha funcion?, me orientan ? gracias.
#3
Ejercicios / Re: Ayuda cn c++
5 Abril 2010, 16:25 PM
Cita de: algorythm en  2 Abril 2010, 17:15 PM
Bien hagamos lo siguiente:

Matriz de 2x2:

[] [] [] []
[] [] [] []

El usuario ingresa el Nº10

[10] [1000] [12] [A]
[] [] [] []

Así debería quedar?


es algo parecido, solo que todas las conversiones del numero ingresado deben quedar ingersadas en una sola casilla. Ejemplo:

SE ingresa el Nº 10   :
[10 1000 12 A] [] [] []

#4
Ejercicios / Re: Ayuda cn c++
3 Abril 2010, 02:35 AM
lo siento Np-アクス , sq.. levo recien avanzado el codigo para convertir el numero q se ingrese a binario, pero el modo de meter todo esto no lo c .
#5
Ejercicios / Re: Ayuda cn c++
2 Abril 2010, 16:32 PM
me refiero a que el programa te pedira que ingreses una serie de numeros, estos se guardaran en una matriz de n x m en formato decimal, binario, octal y hexadecimal.
#6
Hola tengo una duda en este ejercicio
#include <stdio.h>
#include <conio.h>
int main ()
{
int numero;
printf("Inserte num. de dos digitos pares: ");
scanf("%d",&numero);
int aux=numero;
if(numero<100 && numero>9)
{
  int d1=numero%10;
  numero=numero/10;
  int d2=numero%10;
  if(d1%2==0 & d2%2==0)
   printf("El promedio d los digitos de %d es: %d",aux,(d1+d2)/2);
}
else
  printf("\aERROR: el numero no tiene dos digitos");
getch();
}

Para que se usa el %10??, gracias.
#7
Ejercicios / Ayuda cn c++
2 Abril 2010, 01:42 AM
Hola, soi nuevo, he visto que arta gente ayuda cn ejercicio un tanto complicado, les dejo el enunciado haber si me pueden ayudar. Se agradece.
Crear una matriz de n x m , en cada casilla se debe guardar el numero que se ingrese y ademas su formato decimal, binario, octal y hexadecimal, al final mostrar en pantalla todos los formatos del numero ingresado.