Necesito que el Get de caracteres alfanumérico, entre o no con una valor, al momento de tomar el foco para digitar, siempre limpie la variable, y presente el Get sin dato.
Muchos Saludos.
Antonio
Codigo:
- Code: Select all Expand view
@ 160,205 GET oGetz7 Var Can_Apl1 SIZE 90,20 PIXEL OF oDlg2 PICTURE "@!" COLOR RGB(0,0,128), RGB(159,233,255) FONT oFont16 UPDATE;
VALID (EVAL(bCanti_Apl),.T.)
bCanti_Apl := <||
IF (Empty(Can_Apl1))
MsgStop("Cantidad Administrada debe tener un valor")
oGetz7:Refresh()
oGetz7:SetFocus()
Else
oGetz7:Refresh()
Endif
>