Skip to Content
0
Former Member
Sep 10, 2007 at 09:22 AM

Changing value of ListBox clears all fields on the screen

101 Views

Hi all!!!

I've put listbox on the screen. Fill it with VRM_SET_VALUES.

It has "Func code" - M_TITLE_FUNC and "Field of values" - "A from Program".

PROCESS AFTER INPUT.

MODULE EVENT_FROM_LISTBOX.

MODULE event_from_listbox INPUT.

save_ok = FCODE.

CLEAR FCODE.

CASE save_ok.

WHEN 'M_TITLE_FUNC'.

MESSAGE i300(eu) WITH save_ok.

ENDCASE.

ENDMODULE. " EVENT_FROM_LISTBOX INPUT

Here is all ok. I've got the message but then all fields in the form became clear 😔 Can't understand why.