"Ingrid" Längerich writes: > The code I tried is like this:
OK, I found out that Iterator it = masterbroker.getReportQueryIteratorByQuery(masterquery); Collection taids = new Vector(); while (it.hasNext()) { Object obj = ((Object[])it.next())[0]; taids.add(obj); } is working. Is there a better way to achieve the same result? Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]