Hello, I have simple javascript function: function SetData(value) { alert(value) } When i invoke this function with api_externalMethod.invoke.... with parameter varchar2 or clob (length 200 symbols) all is ok. But when i call with long clob (lengt more then 4000 ), i don't get message from javascript. pls/sql code: ..............
From formspider i don't get any error or something, if i run application in debug mode, debug console show exception "ERROR : BDF_ExternalMethod.actionInvoke missing ) after argument list undefined undefined"; How i cn solve this problem Formspider version 1.8 Thanks |
Hi, There is a bug in your version but it doesn't seem to be about the length of the parameter but the content of it. As a workaround, please add the following javascript at the end of your main.jsp file but inside the body tag. I hope this helps. Kind Regards,
Hi Serdar, After this change stop working another functionality. Like Get data (Before working:) )
(23 Jul '18, 07:34)
AlfAbetas
I don't see what is wrong. What is the error message?
(23 Jul '18, 08:40)
Serdar ♦♦
Hi Serdar, I don't get any error. But when i see not fire "Post method completed" from EXTHTERNAL_METHOD. "Post method completed" invoke db procedure "post_externalMethod" procedure text you can see from previous post. Log from debuger.
(24 Jul '18, 02:01)
AlfAbetas
|