A
Akshay Guleria
Guest
Problem: Method ADD-FIELDS-FROM truncates all the fields after 1st space character is encountered between comma delimited except-list expression. Related post: https://community.progress.com/community_groups/openedge_development/f/19/t/35299 Proposed solution: Method ADD-FIELDS-FROM should trim space from each element in the comma separated except-list before using it. For example the except-list "field1, field2" should be treated same as "field1,field2".
Continue reading...
Continue reading...