Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the best way to initalize Word97 from VFP6?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00156542
Message ID:
00157253
Views:
95
Juan,

Are you disposing of the Word objects properly between attempts? ie:
if ( IsObject( this.moWord ) )
   this.moWord.Quit() && so Word unloads from memory
   this.moWord = .null. && get rid of VFP object
endif
If you bring up the tasklist are you seeing multiple word instances hanging around?

>David, I am getting to the point that I believe it is an OS problem.
>
>I just downloaded and implemented VS6 SP1 Core download which claims to fix binary compatibility bugs with certain runtime redistributable files.
>
>Stills the problem persists. What is funny about this David, is that after rebooting upon completion of the SP. I tried pasting the 5 lines of code onto the command box, highlighted the code, right clicked and executed the code. It work fine! Tried it again thereafter and it fails miserably!
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform