Skip to Main Content
IBM Workplace Forms: Guide to Building and Integrating a Sample Workplace Forms Application
book

IBM Workplace Forms: Guide to Building and Integrating a Sample Workplace Forms Application

by Bernd Beilke, Cayce Marston, Kioko Mwosa, George Poirier, Andreas A. Richter, Deanna Drschiwiski, John Bergland, Yves Bollanga
July 2006
Intermediate to advanced content levelIntermediate to advanced
356 pages
10h 31m
English
IBM Redbooks
Content preview from IBM Workplace Forms: Guide to Building and Integrating a Sample Workplace Forms Application
318 IBM Workplace Forms: Guide to Building and Integrating a Sample Workplace Forms Application
// form=theForm.getLiteralByRefEx(null,"global.global.custom:dominoForm",
// 0, null, null);
//read xdfl form id to check, wether we already have the document
// in the database
String formID = theForm.getLiteralByRefEx(null,
"global.global.custom:formid", 0, null, null);
if (formID == null)
formID = ""; //ok no ID given - we can only insert a new doc
debugOut(" Form ID: " + formID);
//prepare piped streams to redirect xfdl data to inputstream
PipedOutputStream po = new PipedOutputStream();
PipedInputStream pi = new PipedInputStream(po);
//extract data instance from xfdl as stream
theForm.extractInstance(instanceID, null, null, po, 0, null, "[0]",
null);
debugOut(" ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Business Solutions Microsoft® Office Access 2007 Forms, Reports, and Queries

Business Solutions Microsoft® Office Access 2007 Forms, Reports, and Queries

Paul McFedries
Human-Centric Business Process Management with WebSphere Process Server V6

Human-Centric Business Process Management with WebSphere Process Server V6

Martin Keen, Omar Bahy, Waveney Croson, Andy Garratt, Ben Karchner, Ines Lehmann, Frank Neumann, Lincoln Roach

Publisher Resources

ISBN: 0738495603Purchase book