pq25280 AbtSpinButtonView's minimum value is returned for the object attribute if part hasn't been opened. ---------------------------------------------------------------------------------------------------- Affected Platforms: All Affected Features: AppBldr Prerequisites: v4.5a Symptom: Requesting the object attribute for an AbtSpinButtonView returns the part's minimum value if the part has not been opened and it's itemType is XmSBNUMERIC. The minimum value gets returned even if the object has been updated. If the itemType is XmSBSTRING, the updated object value is returned. Setting the object attribute for an AbtSpinButtonView prior to opening the part causes the pendingSelection to get updated in the part's converter manager. Requesting the object attribute prior to opening the part returns the pendingSelection only if the itemType is XmSBSTRING. If the itemType is XmSBNUMERIC, the part's minimum value gets returned. Workaround: Open a works[pace on pq25280.st and file in the code