Opens the Visual FoxPro text editor, allowing you to create new stored procedures for the current database, or modify existing stored procedures in the current database.
Syntax
MODIFY PROCEDURE
Remarks
A database must be open before you can create or modify stored procedures. Stored procedures are typically specified in Delete, Insert, or Update triggers created for a database with CREATE TRIGGER.
Stored procedures in the current database can be executed like other Visual FoxPro procedures in an open procedure file or program. See PROCEDURE for a description of the order and location in which Visual FoxPro searches for procedures.