Features not Available in a Distributed Application (139386)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0

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.

Modification Type:MajorLast Reviewed:8/24/1999
Keywords:KB139386