×
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.
we've got a plug-in for RDPower and we invoke the ScreenDesigner/Report
Designer from our code. We do this by using this sort of code:
//get a handle on the source member
QSYSEditableRemoteSourceFileMember qsysFile = ....
// open the Designer
if (designScreen) {
qsysFile.open("com.ibm.etools.iseries.dds.tui.editor.ScreenDesigner",
false, new NullProgressMonitor());
} else {
qsysFile.open("com.ibm.etools.iseries.dds.tui.editor.ReportDesigner",
false, new NullProgressMonitor());
}
This works great to get the Designer to open up. However, after saving the
source changes and closing the Designer, the Designer leaves
member locks behind. Is there a way to get rid of these locks
programmatically? Or should we invoke the Designer in a different way?
regards
JAMES O'SULLIVAN
Senior Technical Consultant
SMART Team Leader
CSC
CSC â This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the
mistake in delivery. NOTE: Regardless of content, this e-mail shall not
operate to bind CSC to any order or other contract unless pursuant to
explicit written agreement or government initiative expressly permitting
the use of e-mail for such purpose â CSC Computer Sciences Limited â
Registered Office: Royal Pavilion, Wellesley Road, Aldershot, Hampshire,
GU11 1PZ, UK â Registered in England No: 0963578
As an Amazon Associate we earn from qualifying purchases.
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.