Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible VFP bug...
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00321122
Message ID:
00321184
Views:
21
>I could have sworn that entering in Seek(empty(field)) would have tested to see if the field was empty, then it it was true, the expression would be true. But I guess that's not how it works... hehehe...
>

Are you looking to do something like this?:

? iif(EMPTY(Employee.SSN), .T., SEEK(Employee.SSN, 'Employee', 'SSN'))

This will return .T. if Empty or Found. What is your command button attempting to do?
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Reply
Map
View

Click here to load this message in the networking platform