Se prodra hacer lo siguiente:
Paso el foco a oGet1 luego de ingresar motrar mensaje Paso 1, ingresar oGet2 luego de ingresar motrar mensaje Paso 2, etc.
Con que intrucci贸n puedo reemplzar ???? para que se detenga el proceso hasta que se ingrese algon en un oGet.
Se agradece.
Function fPrueba()
MsgAlert( "Paso 0")
@y,x GET oGet1 VAR valr OF oWdn_Secundario SIZE 40, 10 Font oFnt_Texto
oGet1:SetFocus()
????
MsgAlert( "Paso 1")
@y,x GET oGet2 VAR valr OF oWdn_Secundario SIZE 40, 10 Font oFnt_Texto
oGet2:SetFocus()
????
MsgAlert( "Paso 2")
@y,x GET oGet3 VAR valr OF oWdn_Secundario SIZE 40, 10 Font oFnt_Texto
oGet3:SetFocus()
????
MsgAlert( "Paso 3")
@y,x GET oGet4 VAR valr OF oWdn_Secundario SIZE 40, 10 Font oFnt_Texto
oGet4:SetFocus()
????
MsgAlert( "Paso 4")
Return .T.