V
Valeriy Bashkatov
Guest
Hello, One of our clients is currently testing OE11 for migrate from OE 10.2B. They are faced with the problem in the current ABL-code, namely with a defect OE00223841 http://knowledgebase.progress.com/articles/Article/000034030 When passing a parameter that looks like the following: IF (1 = 2) THEN 1 ELSE "" the following error is thrown: ** Incompatible data types in expression or assignment. (223) The article says that: Resolution None at this time In OE11.3.2 it still is not resolved and a compilation error occurs, for example, in such an expression …. RUN str-shtr-pol-ed.p (in-class, in-parent, (IF LASTKEY = KEYCODE("INS") THEN 0 ELSE RECID(code)), level). …. str-shtr-pol-ed.p: DEFINE INPUT PARAMETER vclass AS CHAR NO-UNDO. DEFINE INPUT PARAMETER in-parent AS CHAR NO-UNDO. DEFINE INPUT PARAMETER in-rec-id AS RECID NO-UNDO. DEFINE INPUT PARAMETER level AS INT64 NO-UNDO. …. In 10.2B no problem. Does anyone know when this will be resolved and what version of OpenEdge this will be fixed? Regards, Valeriy
Continue reading...
Continue reading...