Hi Adriano, I think you should be able to use Sequence::getListIndex to find out what a list index is, from the setting index.
Michael Rogue Wave Software, Inc. - [EMAIL PROTECTED] Software Developer - HydraSDO -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Saturday, September 29, 2007 12:20 PM To: [email protected]; [EMAIL PROTECTED] Subject: SDO CPP - Help with retrieving the new DataObject set on a Property Hi, I need to do the following: I have a settingList of a modified dataObject, there is a setting on it that isSet=true or isNull=true, meaning that there was no previous DataObject set on that property, and I want to retrieve the new DataObject set on it. I can do it invoking dataObject->getDataObject(setting.getProperty()), but if the setting.getProperty() is many=true, I need to use dataObject->getList( setting.getProperty()), however a list of DataObject is returned and not only one, so how can I know which DataObject was inserted on this list? Adriano Crestani --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
