Kbase P126742: Clicking the Update Record icon in a SmartToolbar does not place focus in the first editable field i
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/5/2007 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1E
Windows
SYMPTOM(s):
Clicking the Update Record icon in a SmartToolbar does not place focus in the first editable field in a SmartDataBrowse
SmartDataBrowse has all fields enabled for update
Using the mouse to click into one of the editable fields works
Running the same code in OpenEdge 10 works
CAUSE:
The focus is not properly being placed on the first editable cell in the SmartDataBrowse
FIX:
Create an updateRecord override in the SmartDataBrowse and insert the following code after the RUN SUPER statement:
IF pcMode = "updateBegin" THEN
APPLY "ENTRY" TO RowObject.SomeField IN BROWSE {&BROWSE-NAME}.