09-02-2009 07:57 PM
I am currently having problems opening a Microsoft Word document in
LabView. I currently have "lab reports" on my computer that were
created from a different LV program. I want to open these Word
documents in Labview and "resume" these documents by appending a new
report to them. Both the saved reports and new reports will have multiple pages of tables/graphs on each page.
I haven't started programming the rest of the project, as I am
currently stuck on how to open/append a microsoft word document in Labview to
alter. I tried using the Microsoft Insert Object vi, but this method inserts 1 (and only 1) page as an object and appends it to another report.
Any help would be appreciated!
09-02-2009 10:42 PM
09-03-2009 08:46 AM
09-03-2009 09:01 AM
Do you want to add text to the existing report?
If so append object is not the way to proceed.
You can use ActiveX to include your text at a given location within Word and at the same time format the text.
There should be an example floating somewhere in the forum.
R
09-03-2009 09:07 AM
09-03-2009 10:04 AM
It's been a while since I've done this.
From what I can remember, you may need to add / append your text, image(s) and table(s) in three different steps as they are not a common object.
Otherwise it will add everything as a single image object which is not text for the text portion.. You already know that since you're posting the question. 😉
09-03-2009 10:20 AM
09-03-2009 12:27 PM
09-03-2009 01:39 PM