-
1
- #1
I made Web App in Clarion 5.5h with SQL connector.
I have a problem with text longer then 1000 caracters, when I was using TPS connector no problem.
I get error in IE
Line:23
Char:67
Error: Access denied
Code:0
Line 23 is:
function icSubmit(value) { form.__Special__.value = value; form.submit(); }
I do not have problem if I made GUI App.
I have a problem with text longer then 1000 caracters, when I was using TPS connector no problem.
I get error in IE
Line:23
Char:67
Error: Access denied
Code:0
Line 23 is:
function icSubmit(value) { form.__Special__.value = value; form.submit(); }
I do not have problem if I made GUI App.