Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recommend a good word processor?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00465225
Message ID:
00465346
Views:
13
>Can anyone recommend a good word processing control that integrates well with VFP? Particularly, something that can print out fields in user-modifiable form letters.
>
>We are also considering Word automation. Does anyone know how far back support for automation goes for Word (97, 95, 6.0, etc.)?

Word automation works quite well. I got my start automating Word '95 -- I'm not sure how far back it goes. Unless there's a compelling client reason, I wouldn't do any new development to support anything prior to '97. The reason is that the object model *substantially* changed from '95 to '97, requiring two sets of code (or *every* property and method call in a wrapper class). '95 and prior versions use the Word.Basic model, while '97 and 2000 use the Application/Document models. The difference between 97 and 2000 is minimal, so it's pretty easy to support both 97 and 2000.

Hope this helps,

- della
Previous
Reply
Map
View

Click here to load this message in the networking platform