Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Naming word documents
Message
 
To
15/09/1997 13:51:59
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00050126
Message ID:
00050138
Views:
19
>>i'm dynamically creating some word documents using word basic.
>>i can add all my text with formatting etc. but i just can seem to find a way to name my file.
>>anyone know how to do it?
>>thanks
>
>Gray,
> here is sample code that I use in Word 95...
>
>* Build filename to create in Word from template file
>
>lcFilename = oWWH.wordata_path+header.exch+"\"+TRIM(header.wonbr)
>
>oWord = CREATEOBJECT("Word.Basic")
>
>WITH oWord
>
> .AppShow && Makes Word Visible
>
> .AppMaximize(1)
>
> .FileOpen(lcMergefile)
>
> .StartOfDocument()
>
> .FileSaveAs(lcFilename)
>
>... More code follows
>
>ENDWITH
>
>Hope this helps..
>
>PS: You should look into the new version of Word, supposedly it is easier than using Wordbasic, since it is using VBA...
>
>Thanx!
>
>Tony Miller
>PTI, Vancouver, Wa

thanks tony, it worked great. the only problem is that word is still in memory. any clue how to release it.
i released the object and word is still open and i tried release all close all etc even quitting foxpro only to have winword still in the task manager.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform