Symptom
You display an Asian Smart Form in a Unicode system. In this case, one table line contains enough space for you to display the contents. However, the system compresses text that is longer than 31 characters.
Other terms
Smart Forms, Unicode, compressed, Asian
Reason and Prerequisites
This problem is caused by a program error.
Solution
Implement the correction by using the Notes Assistant or import the relevant Support Package.
修改程序:LSTXBCFFO
FORM :fo_set
...
...
fo_header_dbcw = l_width.
endif.
endif.
*{ INSERT DEVK900321 1
*
if l_subrc <> 0.
fo_header_dbcw = fo_header-tdspacews.
endif.
*} INSERT
endform.