P
Patrick Jox
Hello,
I adapted a word template from a client where the document is filled out
using VB.NET and office automation.The document has several form fields
which are filled using
doc.FormFields("Field01").Result = "Hello World"
This works. When I activate the application and set visiblity to true then I
see what was entered by code. But then when I printout the document either
by code or by the gui, the formfields seem to refresh to nothing.
Fortunatly this happens only on the clients dev machine and not on
productive machines. So I guess this must be an option within word which
causes this behaviour.So i checked under word options / advanced. In the
regions "Printing" or "When document is printed" I expected to find an
option that explains what's happening. But did not.
Any explanations / ideas
Kind regards
Patrick
I adapted a word template from a client where the document is filled out
using VB.NET and office automation.The document has several form fields
which are filled using
doc.FormFields("Field01").Result = "Hello World"
This works. When I activate the application and set visiblity to true then I
see what was entered by code. But then when I printout the document either
by code or by the gui, the formfields seem to refresh to nothing.
Fortunatly this happens only on the clients dev machine and not on
productive machines. So I guess this must be an option within word which
causes this behaviour.So i checked under word options / advanced. In the
regions "Printing" or "When document is printed" I expected to find an
option that explains what's happening. But did not.
Any explanations / ideas
Kind regards
Patrick