Kbase P107674: Why can't I get the carriage return or line feed codes to work when assigning values to a fill in?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/08/2005 |
|
Status: Unverified
GOAL:
Why can't I get the carriage return or line feed codes to work when assigning values to a fill in?
FIX:
The carriage return or line feed characters do not work in statements like:
fiCustName:SCREEN-VALUE = string(intCustNum) + "-" + string(intJobberNum) + CHR(10) + syman.customer.NAME.
because Progress does not support multiple lines for the FILL-IN widget. Progress supports the the INNER-LINES (multiple lines) attribute for the Combo-box, Editor and Selection-list widgets only. To implement multiple lines in a visual widget, select the one most appropriate to your application from these three widgets.