How can I display a value of a variable in the header title of a generated application? (<title>window title</title>).
A [global] doesn’t seem to be accepted (just prints the global name)
A {field_value} doen’t seem to be accepted (just prints the field name)
based on my experiences so far I get the feeling that the title is composed:
- BEFORE OnLoad event
- BEFORE OnInite event
- BEFORE data is loaded in the fields
Who can help me? Thanks a lot!