Clicking OK on Update Profile Card does not update, and OK/Cancel buttons don't go away

Clicking OK on Update Profile Card does not update, and OK/Cancel buttons don't go away

Clicking OK on Update Profile Card does not update, and OK/Cancel buttons don't go away

 

 

This occurred because we created a data model, added some attributes on a leaf class.  The customer then decided they wanted the attributes on more than one leaf class, so we moved them up to the parent abstract class by deleting the attributes from the leaf, and adding them to the parent, then click Create in DMD.

What this ended up doing, was all the attributes that were not Char(20), they were defined correctly on the abstract and the first leaf class, but on the second leaf class, they were redefined as Char(20).  And when I added them to the Profile Card, and filled them out, when I click OK, nothing happens.  The OK/Cancel/Help buttons didn’t go away, and the update didn’t take.

The only way to fix was to run DMD and delete all the attributes from the parent class that were not Char(20), and click Create.  Then run another DMD session, and add them back.  (Of course, had to add them back to the profile card as well.)