NetTalk Central

Author Topic: Self.PageLen compiling Error  (Read 3321 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Self.PageLen compiling Error
« on: August 21, 2018, 03:14:15 PM »
After update NT 10.30 and compile old app and receive error

if Self.PageLen > 0   Error Field not Found:PageLen           
          PacketReceived = self.Page error = Field not Found:Page
          Loc:XMLResponse= self.Page   
« Last Edit: August 21, 2018, 03:32:10 PM by osquiabro »

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Self.PageLen compiling Error
« Reply #1 on: August 21, 2018, 07:35:57 PM »
http://www.capesoft.com/docs/NetTalk10/NetTalk10Upgrade.htm#ChangesRequired
Quote
The PageLen property has been removed. Use self.ThisPage.Length() instead.

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: Self.PageLen compiling Error
« Reply #2 on: August 22, 2018, 04:38:20 AM »
Thanks!! :) :)