PRB: _Include Variable Behavior with Modify Form/Class (259669)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q259669 SYMPTOMS
The purpose of the _Include system memory variable in Visual FoxPro is to specify a default header file that is included for every newly created form, formset, or class. However, if you set the _Include variable and then modify a form or class, the header file is not included in the form or class.
NOTE: Even if you use the MODIFY command to create a new form or class, the header file is not added to the form or class.
RESOLUTION
Set the _Include system memory variable before you create the new form or class, or add the header file to the form or class manually. Once the _Include system memory variable is set, be sure to create a new form or class with either the CREATE FORM or CREATE CLASS command, or from the File menu, choose New.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 8/27/2002 |
---|
Keywords: | kbCodeSnippet kbDSupport kbprb kbXBase KB259669 |
---|
|