A
asthomas
Guest
I think you may actually have run into a bug that we have only seen on Linux. Try changing the following line in appSolutions/appSolute/Utils/FileHelper.cls: DEFINE VARIABLE EdReadFile AS CHARACTER VIEW-AS EDITOR SCROLLBAR-VERTICAL LARGE SIZE 79 BY 11 NO-UNDO. to DEFINE VARIABLE EdReadFile AS CHARACTER VIEW-AS EDITOR SCROLLBAR-VERTICAL LARGE SIZE 78 BY 11 NO-UNDO. This should solve the problem. HTH
Continue reading...
Continue reading...