Onblur event / compose other field on form
Summary
Onblur event / compose other field on formContent
Suppose I have 3 fields on a screen, the first one (Name) is read-only, and the other two, Firstname and Surname, can be edited.
When changing Firstname of Surname and leaving the filed, I would like to trigger an event that changes the value of the read-only Name in the concatenation of Firstname and Surname.
I cannot find a way to do this.
Newbee in VBCS, tried to find this in the Help and Forum, but there not so many information to find there yet.
I hope somebody can help me out.
1