Example 3 Code in Dev. Guide Doesn't Print Word DocumentID: Q100430 2.50 2.50a WINDOWS kbole kbprint kbinterop kbprg kbdocerr The information in this article applies to:
SUMMARYThe Example 3 code shown on page D13-22 in the "Developer's Guide" does not print the embedded Microsoft Word for Windows document as stated. To print the embedded Word for Windows document, make the following changes to the code:
Notes
** The DDEExecute() command can execute only a single command at a time.
MORE INFORMATIONTo test the incorrect code, create a table called OLETABLE and add two fields, the first having a field type of character and the second having a field type of general; that is, OLETYPE c(10) and OBJECT g(10). Add one record in OLETABLE, store "MSWord" in OLETYPE, and embed a WinWord document in OBJECT. Then execute the example 3 code. FoxPro seems to hang after running the code and Word for Windows does not print the embedded document stored in the general field. Additional reference words: FoxWin 2.50 2.50a docerr winword DDE KBCategory: kbole kbprint kbinterop kbprg kbdocerr KBSubcategory: FxinteropDde
|
|
Last Reviewed: April 30, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |