Microsoft KB Archive/139386

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 09:05, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Features not Available in a Distributed Application

Article ID: 139386

Article Last Modified on 8/24/1999



APPLIES TO

  • Microsoft Visual FoxPro 3.0 Standard Edition



This article was previously published under Q139386

SUMMARY

There are many features in the Visual FoxPro development environment that are unavailable in a distributed executable. The code necessary to support these features is not included in the Vfp300.esl runtime library.

MORE INFORMATION

If a distributed application attempts to use any of the following commands, a "Feature not available" error will occur:

   BUILD APP             MODIFY FORM
   BUILD EXE             MODIFY MENU
   BUILD PROJECT         MODIFY PROJECT
   COMPILE               MODIFY QUERY
   CREATE FORM           MODIFY SCREEN
   CREATE MENU           MODIFY STORED PROCEDURE
   CREATE QUERY          MODIFY STRUCTURE
   CREATE SCREEN         MODIFY VIEW
   CREATE VIEW           SUSPEND
   FILER                 SET
   MODIFY CONNECTION     SET STEP
   MODIFY DATABASE
                

REFERENCES

Visual FoxPro Professional Features Guide pages 164-165.


Additional query words: VFoxWin

Keywords: KB139386