Written On A Template Of Word2007 From A Quicksequence


Raul

Recommended Posts

Thanks in advance for your attention. I'm from Barcelona and my English level is not very high. Thanks for the effort. I need this written on a word 2007 template and I would like to do so from a quick sequence. I've try it but I destroyed the Word2007 format.

function DebugLog(string modelo_equipo)

try

private handle = file.open("c:\tabla1.doc",0,1,0,1)

file.write(handle,modelo_equipo)

file.close(handle)

catch()

? strLastError

endcatch

How can I make this? Thank´s a lot.

Link to comment
Share on other sites

DAQFactory cannot generate a .doc document. You should try creating a .txt document using the same technique which Word can open. Just change the extension from .doc to .txt so Word knows its a text document and not a Word document.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.