soniabharat
Programmer
Hi,
The following code just displays the message Attorney updated'
CALL WOWSETPROP USING WIN-RETURN DETAIL-STATUS-H
'CURSECTION' 0
'SECTIONSTATUS' 'Attorney Updated'
This code is executing fine. In real, nothing is being saved
The code that updates the fields in the files is
MOVE 'C' TO ATT-LAST-CHG-ACT
CALL 'ATTIO' USING ATTORNEY-RECORD
ATT-IO-WS
REWRITE-CODE
The above code should update the changes but is not updating the data.
Any help
Sonia
The following code just displays the message Attorney updated'
CALL WOWSETPROP USING WIN-RETURN DETAIL-STATUS-H
'CURSECTION' 0
'SECTIONSTATUS' 'Attorney Updated'
This code is executing fine. In real, nothing is being saved
The code that updates the fields in the files is
MOVE 'C' TO ATT-LAST-CHG-ACT
CALL 'ATTIO' USING ATTORNEY-RECORD
ATT-IO-WS
REWRITE-CODE
The above code should update the changes but is not updating the data.
Any help
Sonia