How to Use XCMDs and XFCNs in FoxPro for MacintoshID: Q105837 The information in this article applies to:
SUMMARYIn FoxPro for Macintosh, you can load and call external commands (XCMDs) and external functions (XFCNs) by using the following command, which has been added to the FoxPro language to support the use of these external code resources:
MORE INFORMATIONTo use XCMDs and XFCNs in FoxBASE+ for the Macintosh, you have to put XCMDs and XFCNs in the resource fork of the FOXUSER file, issue the SET RESOURCE TO <file> command, and then load and call the command or function. To take advantage of XCMDs and XFCNs in your FoxPro for Macintosh applications, do the following: 1. Use a resource editor such as ResEdit to copy resources of type XCMD and 2. In the Command window, issue the following sequence of commands to
Additional reference words: FoxMac 2.50b
KBCategory: kbprg
KBSubcategory:
|
|
Last Reviewed: May 17, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |