Consultor Eletrônico



Kbase P97649: SmartPanel in Update mode increases size of its buttons when Update button is clicked
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/18/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

SmartWindow contains an Update/Save SmartPanel which is configured to use Update mode

Whenever the Update button is clicked on the SmartPanel the size of the buttons in the SmartPanel increases

CAUSE:

A SmartDataViewer that was linked to the SmartPanel had a FIND FIRST ... EXCLUSIVE-LOCK statement inside the updateRecord procedure. This statement caused the size of the buttons in the SmartPanel to increase

FIX:

Remove the FIND statement from the SmartDataViewer and replace it with calls to a SmartDataObject which will properly update the database table.