Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/01/2009, 10:09
Avatar de fedefrankk
fedefrankk
 
Fecha de Ingreso: agosto-2007
Mensajes: 871
Antigüedad: 16 años, 9 meses
Puntos: 7
Pregunta Como poner dos text cuando utilizo matris

Hola, mi consulta es la siguiente, tengo un form con 3 text asi:

text1(0)
text1(1)
text1(2)

cuando quiero hacer algo con el text1(0), preciono dos veces sobre e el mismo y aparece esto :

Código PHP:
Private Sub Text1_KeyPress(Index As IntegerKeyAscii As Integer
pero cuando quiero hacer algo sobre text1(2), me aparece lo mismo

Código PHP:
Private Sub Text1_KeyPress(Index As IntegerKeyAscii As Integer
yo modifico en :Private Sub Text1(1)_KeyPress(Index As Integer, KeyAscii As Integer)

y me sale un error de:
Se esperaba indentificador

Saludos a todos
gracias