Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clarion Web-SQL Text limitation 1

Status
Not open for further replies.

strba

IS-IT--Management
Feb 16, 2003
1
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top