How to Test for Entry in a Field in Visual FoxPro & FoxPro 2.x (135110)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q135110 SUMMARY
If you think you need to use a WHEN clause (used in FoxPro version 2.x
@...GET fields on screens) when working in a Visual FoxPro form, you may be
able to use an Init, When, or GotFocus event procedure to accomplish your
goal:
- The Init event occurs when an object is created.
- The When event for an object occurs before a control receives the focus.
- The GotFocus event occurs when an object receives the focus either by
user action or by code.
REFERENCES
Please see the Visual FoxPro Help menu for more information.
| Modification Type: | Major | Last Reviewed: | 2/15/2000 |
|---|
| Keywords: | KB135110 kbAudDeveloper |
|---|
|