Consultor Eletrônico



Kbase P27112: Smart Update save panel buttons are not reset after no exter
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/06/2003
Status: Unverified

SYMPTOM(s):

Smart Update save panel buttons are not reset after no external record available

Only Add button is enable

Using ADM1

Using V8 Smart Objects

CAUSE:

Bug # 20030619-021

FIX:

A workaround for this issue is:
1) Edit %DLC%\src\adm\template\pustates.i
2) Look for the code
" ELSE DO:
adm-panel-state = 'add-only':U. /* No recs in the target. */
END. "

3) Add the following just after the above lines:
" IF query-position = 'record-available' THEN
adm-panel-state = 'initial':U. /* available recs in the target. */ "
4) Save %DLC%\src\adm\template\pustates.i
5) Recompile code %DLC%\src\adm\objects\p-updsav.w
6) Copy p-updsav.r to %DLC%\gui\adm\objects\