× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



You could also write sockets programs on the iSeries and a PC, but by the
time you wrote the code from scratch you could purchase a supported product.


Note that Microsoft recommends against this environment as Office can have
unpredictable results. Office wasn't meant to be run in a "server" scenario
and we have found that to be very true. We built a .NET web service that
receives in an Office document that was uploaded from a users machine and
converts it to PDF. This becomes problematic when Word locks up or too many
threads get going in Task Manager. We worked through all of the yuck yuck
and finally have it working, but like I said, Microsoft recommends against
it and after being through what we have I can see why :-) Note that Office
12 (I believe it is called) doesn't have the "server" limitation as I
understand it.

Another FREE option would be to write RPG or Java code to create an XML
formatted MS Word document using the new Open Document Format.

Probably the best option. Does Microsoft still support this standard or did
they just support it initially (to get their face in the press) and then
drop it once it had served its purpose?

That's all I have...

Aaron Bartell
http://mowyou

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of richard@xxxxxxxxxxx
Sent: Thursday, April 19, 2007 10:45 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: RPG and Word ?

Actually there are tools that let you talk directly to MS Word from an RPG
or CL program.

Our iSeries Office Integrator product is one such offering, although it is a
commercial product.

Check out our web site for more info on the iSeries Office Integrator. You
can request a FREE demo.

You could also write sockets programs on the iSeries and a PC, but by the
time you wrote the code from scratch you could purchase a supported product.


Another FREE option would be to write RPG or Java code to create an XML
formatted MS Word document using the new Open Document Format.

Regards,
Richard Schoen
RJS Software Systems Inc.
"Providing Your....iNFORMATION NOW!"
Email: richard@xxxxxxxxxxxxxxx
Web Site: http://www.rjssoftware.com
Tel: (952) 898-3038
Fax: (952) 898-1781
Toll Free: (888) RJSSOFT
------------------------------

message: 6
date: Thu, 19 Apr 2007 14:24:18 -0400
from: "Jon Allen" <jallen@xxxxxxxxx>
subject: RE: RPG and Word ?

Search Google for "RPG FOR WORD" We use this product to do similar stuff.

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Joep Beckeringh
Sent: Thursday, April 19, 2007 2:21 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: RPG and Word ?

David,

There is no way (that I know of) that RPG can talk to Word. What you can

do is create a file and open it with Word. Problem is that .doc is a
proprietary format, so it is not feasible to create a .doc file from RPG

(there is an open source project for accessing Office documents, especially
spreadsheets, with Java, about which Scott Klement has written a lot, but
the Word part of it does not seem to be very useful).

But you can create a .html document (e.g. with CGIDEV2) and open it with

Word. Another option is .rtf (Rich Text Format), but HTML is much better

documented.

If you must do anything with Word, you'll have to program on the PC side.
You could use MS Access, create an ODBC link and program in Visual

Basic. You can access Word and its object model from VB.

Joep Beckeringh
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.