RptToXml icon indicating copy to clipboard operation
RptToXml copied to clipboard

Custom Functions are not parsed

Open Excone opened this issue 2 years ago • 2 comments

When processing reports with custom functions, the report writer does not write them to XML file.

Excone avatar Sep 26 '22 10:09 Excone

@Excone do you happen to have an example report you can share? If you have already dug into it, feel free to send a PR or the field names if you have them handy.

christopherpickering avatar Sep 26 '22 14:09 christopherpickering

It seems that unknown functions (missing dll in my case) are creating error while dumping the file. Runtime error : image

First line means that u2121text.dll that implementing this function is missing. I also have this error on crystal report, this dll seems to be installed only on our print servers (and not on my dev env).

DamienAuvray avatar Nov 17 '22 08:11 DamienAuvray