NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on August 21, 2018, 03:14:15 PM

Title: Self.PageLen compiling Error
Post by: osquiabro 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   
Title: Re: Self.PageLen compiling Error
Post by: Jane 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.
Title: Re: Self.PageLen compiling Error
Post by: osquiabro on August 22, 2018, 04:38:20 AM
Thanks!! :) :)