 |
|
 |
kronous Level: Guest

|
Re: Creating small Word doc files in VB
Hello,
Thanks for replying to my question!
I think if I give you my website address so that you can see exactly what I'm trying to accomplish, it'll make things much easier.
I'm not open for business yet, just trying to get it to a reliable point- so far, so good!
If you'd like,
my site address is: http://www.realtynetworkinggroup.com
Then you can scroll down to my: "How it Works" link and click on that. It will take you to a page that has a screen shot of a "Seller's Property Profile" form. It shows my 4 tabbed tab control. As you can see, each tab page has a description in front of a check box.
This form is in my free software package I offer which works in conjunction with my site. Everything is explained on my site.
My print utility prints out each description with an "X" in front of it, or not- depending on whether the property owner has that attribute or not.
It's designed to print out all four tabbed pages of info on one sheet of paper.
But since I'd like all property info from the tabbed dialog box (including their images) sent via e-mail, I would like all of the text info sent by Word.doc
All of this is so I can make up their ad and post in on my website.
I hope all this helps and if you want, I can copy and past my entire print routine I modified (extensively) from a utility I found on the web.
You may have need for it too sometime, modified for your own use!
Also, if you're interested, if my business takes off and you are well-versed in VB, my software is going to need a make-over mostly in ad display storage. I'm always looking for a partner or two on a contractual basis.
Thanks
|
|
16-10-2003 at 04:26 PM |
|
|  |
|
|
Shady Level: VB Guru

 Registered: 08-07-2002 Posts: 305
|
Re: Creating small Word doc files in VB
quote: it worked a lot, but i've got one little problem.
if i work with word XP Englisch, the program works fine, but when i use Word 2000 Dutch, the program gives an error while running word.
This is to do with the object library that you use to control word, each different version has a different version of the library, for instance Word XP uses Word Library 11, and WOrd 2000 uses Word Library 10.
If you create your app using the earlier Word library it will work with both 2000 and XP, but if you use the latest library it will only work with XP.
If you want to use a different version of the Word library, first you need to find out what file is used by selecting PROJECT > REFERENCES and then select the word library.
You should find it uses the file MSWORD.OLB, if you have a version of this file from a previous version of word you should click browse and point VB to that version of the library!
Shady
____________________________
I don't wanna die... but I ain't keen on livin' either
|
|
11-05-2004 at 08:11 AM |
|
|
|
|
 |
 |