Topic Options
Rate This Topic
#61573 - 07/27/03 06:18 PM Generating Word Report from Remedy Form
Anonymous
Unregistered


Hi All,

I want to generate a word report from Remedy Form with some field values to displayed in Word in certain format. Can you people help me out. If anyone has done anything of that sort please do send me code so that I can go through it. Thanks in Advance.

Thanks,
VNR

Top
#61574 - 12/09/04 03:38 PM Re: Generating Word Report from Remedy Form [Re: Anonymous]
Anonymous
Unregistered


We created a dde.ini file to do this. Create a report and export it to word using the Export to application option. Our dde.ini file also attaches the document to an email. Just delete the FileSendMail line from this ini and it should work great.

[Word]
Path=C:\Program Files\Microsoft Office\Office10\Winword.exe
Application=winword
Topic=system
Format=Record
XFRDATA=Clipboard
Command1=[FileNew]
Command2=[EditPaste]
Command3=[EditFind .Find = "Ticket ID+ : ", .Direction = 1]
Command4=[SelectCurSentence]
Command5=[EditCopy]
Command6=[FileSendMail]
rem Command7=[FileClose(2)]
rem Command8=[FileExit(1)]

Top
#61575 - 08/15/05 01:31 PM Re: Generating Word Report from Remedy Form [Re: Anonymous]
Anonymous
Unregistered


I believe this is from the thin client. You can buy a license from officewriter.com who have api to generate word files from Java or write out the output with Java API in terms of HTML tags and then save the file as .doc.
Hope this helps
Ravi

Top