var fDesc=new Array(); fDesc[0] = "LAUNCHER/400 Office is a connection to Office and all Windows applications, for any AS/400 native program.
All core elements of a real Output Management in a single performing solution!

Launcher 400 Office Specifications

- Generate Excel Workbooks from Interactive or Batch native programs.
- Print, Save, Send Workbooks with formulas, graphs, page layout, pivot tables, ...
- Create new Excel Workbooks, from templates or blank pages,
- Update existing Workbooks, ...
- Read the contents of Workbooks, and copy to AS/400 database or program variables.
- Show up Excel Documents on user workstation..
- Generate Word Documents from Interactive or Batch native programs.
- Create new Word Documents from templates or blank pages.
- Mailmerge Word templates and AS/400 databases.
- Print, Save, Save as PDF, HTML, Send documents with formats, page layout, images, ...
- Show up Word Documents on the user workstation within interactive applications.
- Launch any Windows application from native programs.
- Manage network directories and files from native programs.
- Transfer database files from AS/400 to network directories. Transfer To and From IFS.
- Send eMails with Lotus, Outlook, SMTP, with attachments.
- Convert contents of spool files to PDF, DOC, TXT, PCL.
- OS/400, i5/OS from V4R4 to V6R1.
- Windows 2000, XP, 2003 Server, Vista, ...
- MS Office 2000, XP, 2003, 2007."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }