J
John Wright
I have a program I am deploying that uses a Word template that I want to
deploy with the program. This is a template I use to populate and print.
I have included the word doc in my project but I cannot get the path the
file. I tried to use doc.open("docname.doc") but I get a path not found
error. I need to include the doc with the program because not all PC's have
network connection (but do have word). If I include the file in the project
what is the path?
John
deploy with the program. This is a template I use to populate and print.
I have included the word doc in my project but I cannot get the path the
file. I tried to use doc.open("docname.doc") but I get a path not found
error. I need to include the doc with the program because not all PC's have
network connection (but do have word). If I include the file in the project
what is the path?
John