Creating Word doc from form works in Notes 5.0.2 but not 5.0.11
This developer is wondering why an action to create a Word document from a form (which is itself created in the Notes client) works in Notes R5.0.2 but not R5.0.11.



Download: IT Certifications 101
Inside this exclusive essential guide, our independent experts break down which IT certifications are worth your time and effort, and how to get started obtaining them to further your career— including specific certifications that any cloud or desktop pro should seriously consider.
By submitting your personal information, you agree that TechTarget and its partners may contact you regarding relevant content, products and special offers.
You also agree that your personal information may be transferred and processed in the United States, and that you have read and agree to the Terms of Use and the Privacy Policy.
@PostedCommand([FileSave]); @PostedCommand([EditDocument];"0"); FileName := "C:\temp\" + @Text(RefNo) + ".DOC"; @PostedCommand([FileExport]; "MicrosoftWord RTF"; FileName); @PostedCommand( [EditDocument] ); @PostedCommand( [EditGotoField]; "attachfile" ); @PostedCommand ( [EditInsertFileAttachment] ; filename;"1" )
Do you have comments on this Ask the Expert question and response? Let us know.
Dig Deeper on Web Development for Lotus Notes Domino
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Domino experts
View all Domino questions and answers
Start the conversation
0 comments