2007/09/17 11:43:57 fs 1.83.36.4: #i10000#
2007/09/13 21:22:16 fs 1.83.36.3: oops, removed one notification in the previous change
2007/09/13 20:57:31 fs 1.83.36.2: outsource the different calls to row set approval listeners into one method
2007/09/13 19:57:11 fs 1.83.36.1: #i81073# exception handling when approving row set changes (does not fix the problem, but while I was here ...)
2007/03/20 08:14:03 fs 1.80.2.4: RESYNC: (1.80-1.82); FILE MERGED
2007/03/15 08:20:09 fs 1.80.2.3: #i75198# rename PropertyBagHelper::*FastPropertyValue to *DynamicFastPropertyValue, to make clear that they work on the dynamic properties only
2007/03/14 14:44:49 fs 1.80.2.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm
2007/03/14 12:33:06 fs 1.80.2.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes
2006/12/18 10:19:39 fs 1.78.4.2: RESYNC: (1.78-1.79); FILE MERGED
2006/12/06 13:25:37 fs 1.78.4.1: #i44891# when the parent form changes from 'new' to 'not new', reload ourself
2006/06/27 10:55:34 fs 1.72.54.2: RESYNC: (1.72-1.73); FILE MERGED
2006/05/11 10:38:21 fs 1.72.54.1: during #i51143#: don't use prependContextInfo if we have only one error string
2005/09/21 06:45:36 oj 1.69.32.2: RESYNC: (1.69-1.70); FILE MERGED
2005/07/21 12:01:28 fs 1.69.32.1: #connectRowset now also takes into account connections from the outer database
2005/02/21 12:03:35 oj 1.66.10.4: RESYNC: (1.66-1.68); FILE MERGED
2005/02/10 17:28:55 fs 1.66.10.3: removed setResultSetType - decided to do this in the RowSet
2005/02/10 17:08:26 fs 1.66.10.2: corrected setResultSetType
2005/02/10 17:00:53 fs 1.66.10.1: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour
2004/12/13 12:22:24 oj 1.62.6.4: RESYNC: (1.64-1.65); FILE MERGED
2004/11/29 09:23:01 oj 1.62.6.3: RESYNC: (1.62-1.64); FILE MERGED
2004/11/19 13:27:00 fs 1.62.6.2: #i37433# no m_bInContext anymore - this is now dynamically determined on demand
2004/11/19 12:05:52 fs 1.62.6.1: #i37433# don't set the DataSourceName on the aggregate, if we're embedded in a database document - no real need for this, and just causing trouble
2004/10/18 14:26:59 fs 1.61.10.1: #i30258# ActiveConnection is now a 'forwarded property', which, amongst others, ensures that notifications about its change are not done while our mutex is locked
2004/06/16 04:17:56 fs 1.54.4.4: RESYNC: (1.54-1.56); FILE MERGED
2004/05/11 08:51:43 fs 1.54.4.3: DynamicControlBorder is MAYBEVOID now, to allow the environment to override it if we ourself don't have a value
2004/05/07 14:25:19 fs 1.54.4.2: correct getTypes
2004/05/07 14:05:00 fs 1.54.4.1: new properties for dynamic border colors
2004/03/23 11:03:21 fs 1.53.36.2: RESYNC: (1.53-1.54); FILE MERGED
2004/03/11 16:46:12 fs 1.53.36.1: mass checkin
- #i25106# core for validating form controls via external XValidator instances
- moved the services/interfaces related to binding form controls to external
value suppliers into css.form.binding (out of drafts.css.form/component)
2003/12/15 13:41:40 fs 1.53.4.5: during #i23418#: own holder for the IgnoreResult property, so the value we set temporarily at the aggregate is never visible to the outside
2003/12/15 11:56:21 fs 1.53.4.4: #i23418# outsourced some more parameter handling to the FormParameterManager
2003/12/12 15:14:12 fs 1.53.4.3: further preparations for #i23184#
2003/12/11 14:12:59 fs 1.53.4.2: outsourced the filter handling in preparation of #i23418#
2003/12/10 15:45:55 fs 1.53.4.1: outsourced the parameter handling, in preparation of #i23418#