NetTalk Central

Author Topic: ISL Error: 0  (Read 2904 times)

JHojka

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
ISL Error: 0
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: ISL Error: 0
« Reply #1 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

JHojka

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
Re: ISL Error: 0
« Reply #2 on: August 10, 2015, 08:47:16 AM »
I tested the same routines with 8.59 and now everything compiles as before. Thanks.