NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JHojka on July 31, 2015, 06:03:02 AM

Title: ISL Error: 0
Post by: JHojka on July 31, 2015, 06:03:02 AM
I upgraded from Clarion 9.0 to Clarion 10.0.

In the process I also upgraded NetTalk from 8.52 8.57

When I compiled my web application a lot of my browses got the error ISL Error: 0.

Most of these browses were template generated and had over 20 fields and buttons.

Reducing the number of browse fields and buttons to under 20 fixed the compile issue.

All modules have only 1 procedure.

Jeff Hojka
Marathon software Co.
Title: Re: ISL Error: 0
Post by: Bruce on August 02, 2015, 11:17:40 PM
I think it's caused by the BrowseRow routine getting quite long. I've tweaked the template in 8.59 to break that into multiple sub-routines.
Please let me know if that helps.

cheers
Bruce
Title: Re: ISL Error: 0
Post by: JHojka on August 10, 2015, 08:47:16 AM
I tested the same routines with 8.59 and now everything compiles as before. Thanks.