FIX: "Feature Not Available" from FPD 2.6 Stand-Alone .EXEID: Q120288 2.60 MS-DOS kbprg kbbuglist kbfixlist kberrmsg The information in this article applies to:
SYMPTOMSWhen you are running a stand-alone executable (.EXE) file, if the program uses the BLANK command (which is new to FoxPro 2.6) or the SET PDSETUP command, an error dialog box containing the message "Feature not Available" appears, with Cancel and Ignore buttons. However, the program will run successfully in the development environment, as an .APP, or as a compact executable file.
CAUSEThe function to compile the object code for the BLANK or the SET PDSETUP command into a stand-alone executable file does not work in the stand-alone compiler for FoxPro 2.6 for MS-DOS.
WORKAROUNDSTo work around this problem, do one of the following:
STATUSMicrosoft has confirmed this to be a problem in the FoxPro 2.6 for MS-DOS stand-alone compiler provided with the Distribution Kit included with the Professional Edition of FoxPro 2.6 for MS-DOS. This problem was corrected in the Professional Edition of FoxPro 2.6a for MS-DOS.
MORE INFORMATION
Steps to Reproduce the Problem1. Write a program called BLANKTST.PRG using the BLANK command, as follows:
2. Save the program, then execute it by typing "DO blanktst.prg" (without
3. Create a project containing the program BLANKTST.PRG. Build the project,
4. Build a compact executable file using the project. Run the .EXE version
5. Build a stand-alone executable file using the project. Quit FoxPro. Run
6. Press any key to move forward in the program.
The error dialog box will appear, stating "Feature not available." Choose the Ignore button. The program will continue, displaying the second WAIT window which will contain
demonstrating that the BLANK command did not blank out the field.
For information about other commands that exhibit the same behavior, please see the following articles in the Microsoft Knowledge Base:
Additional reference words: FoxDos 2.60 buglist2.60 fixlist2.60a
KBCategory: kbprg kbfixlist kbbuglist kberrmsg
KBSubcategory:
Solution Type : kbfix
|
|
Last Reviewed: October 20, 1997 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |