Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Como puedo hacer este tipo de condición
Message
From
01/07/2005 22:52:06
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01028247
Message ID:
01028419
Views:
17
Jose Luis:

Quizás este código en el evento VALID del cuadro de texto se sirva

IF ALLTRIM(THIS.Value) = 'S/N'
RETURN .T.
ENDIF
FOR Y = 1 TO 5
IF AT(SUBSTR(THIS.Value,Y,1),'0123456789') = 0
RETURN .F.
ENDIF
NEXT
RETURN .T.

Saludos cordiales

Manuel Tovar
Barranquilla - COLOMBIA
Previous
Reply
Map
View

Click here to load this message in the networking platform