NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 09, 2015, 07:45:55 AM
-
I dont know what happened but I can read my last post about 8.34 to 8.40
Then I repeate my last post as a new topic...
Same problem with 8.40
Index out of range
Error point: 00463DB7
Process PID=3700 Image: C:\Clarion9.1\_Apps\PortIt\Plus\PortIt.Exe
Thread 2 Handle=00000254 TID=5480
Stack frame: 0185FAF8
Call Stack:
00463DB7 NetWww.Clw:1324 - R$STOREDATA
0046C3D6 NetWww.Clw:1248 - NETWEBCLIENT.PROCESS
004CEF95 PortIt027.clw:5717 - THISWEBCLIENT.PROCESS
004614E0 NetSimp.Clw:2974 - NETSIMPLE.TAKEEVENT
004CFB13 PortIt027.clw:5513 - THISWINDOW.TAKEEVENT
0043354E ABWINDOW.CLW:782 - WINDOWMANAGER.ASK
00432AD1 ABWINDOW.CLW:941 - WINDOWMANAGER.RUN
004D2781 PortIt027.clw:329 - LEERWEBS
010CC223 ClaRUN.dll:000CC223
And here goes my setclipboard...
self.page [(202449) : (202448 + 10544)] = self.packet.binData [1 : 10544]
len(self.page)=209333
len of self.page is not enought... you need at least 202448 + 10544 = 212942
-
Hi Alberto,
Unfortunately I'm not able to duplicate the problem here - even accessing the same URL as you, so I'm having to make "blind" changes. I've simplified the code though in 8.41 so please let me know if you still get the same effect there.
cheers
Bruce
-
8.41 new error...
NetWebServer.Kill PROCEDURE
CODE
self.ClosePool()
parent.Kill()
No matching prototype available - C:\Clarion9.1\Accessory\libsrc\win\NetWeb.Clw:174,17
-
thanks - I'm going to re-upload (without changing version number).
In the meantime change the line to read
self.ClosePool(event:closedown)
-
THANKS, SEEMS ITS WORKING NOW, WILL KEEP TESTING