Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validation
Message
From
24/03/2001 08:24:24
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Validation
Miscellaneous
Thread ID:
00488348
Message ID:
00488348
Views:
42
In a form a use some textboxes, but one of the textboxes has an
valid event

I use the code

DBGOTOP("diensten")
Locate for diensten.dienstid = upper(cID)
IF found()
return(.F.)
ELSE
RETURN(.T.)
ENDIF

It works fine but I have two problems
1. when return(.f.) I get a message which I want to change
2. I can't close this form because of the validation

What did I wrong ?

Ben Dekker
Greetings

Ben Dekker
Next
Reply
Map
View

Click here to load this message in the networking platform