Microsoft KB Archive/139386: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 51: Line 51:
== MORE INFORMATION ==
== MORE INFORMATION ==


If a distributed application attempts to use any of the following commands, a "Feature not available" error will occur:
If a distributed application attempts to use any of the following commands, a "Feature not available" error will occur:
<pre class="fixed_text">  BUILD APP            MODIFY FORM
<pre class="fixed_text">  BUILD APP            MODIFY FORM
   BUILD EXE            MODIFY MENU
   BUILD EXE            MODIFY MENU

Latest revision as of 10:05, 21 July 2020

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