Hi guys,
I stumbled on the next problem. We recently migrated from apex 4.0 to 4.2.1 and use a procedure to open an RTF document filled with parameters from a chosen record.
It always worked with the a procedure calling the next line: WPG_DOCLOAD.download_file (l_doc);
Now, in 4.2.1 it doesn't do anything, doesn't give an error if a press the button.
Has anyone experienced the same problem? I already searched the internet but never found a solution.
Thanks in advance.