[progress Communities] [progress Openedge Abl] Forum Post: Re: Issue With Error 12886...

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
Your assumptions all seem correct. I don't see any reason this shouldn't work. Try qualfying "Line" in-line and see if that works. i.e., MyPage:Elements:add(NEW ceTe.DynamicPDF.pageElements.Line(72, 72, 144, 144)). Try it w/ and w/o fully qualfied name in a separate statement: e.g., DEFINE VAR elemLine AS ceTe.DynamicPDF.pageElements.Line. elemLine = NEW ceTe.DynamicPDF.pageElements.Line(72, 72, 144, 144). elemLine = NEW Line(72, 72, 144, 144). etc. If any of those work, it is a bug that the original code did not. Otherwise, ... I don't know. You'd have to log a bug so we can investigate.

Continue reading...
 
Status
Not open for further replies.
Back
Top