Ver Mensaje Individual
  #6 (permalink)  
Antiguo 03/02/2008, 13:20
Avatar de d12c12g88
d12c12g88
 
Fecha de Ingreso: diciembre-2006
Mensajes: 142
Antigüedad: 17 años, 5 meses
Puntos: 1
Re: Problema en VB

ya lo probé pero se me sigue trabando
alguna idea?

los códigos que use fueron
en la primera prueba:
Código:
Do While Check1 = 1
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
Loop
If Check1 = 0 Then
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
End If
y en la segunda prueba:
Código:
if Check1 = 1 then
Do While Check1 = 1
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
Loop
else
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
End If
pero en los 2 se me sigue trabando

alguna solución?
de antemano agradezco su ayuda