NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew on March 06, 2013, 01:35:25 AM
-
Hello Bruce
My Clarion version: 9759
My NetTalk version: 7.06
After upgrade NetTalk from 7.05 to 7.06 Redactor stop working (doesn't show up).
I also checked it in Your example number 36 (HTMLEditor) - the same effect.
Regards,
Matthew
-
thanks - fixed in 7.07
the fix is quite straight-forward so if you want to fix it in your 7.06 you can.
open \clarion8\accessory\libsrc\win\netweb.clw
search for the
NetWebServerWorker.SetOption
method.
search for the line
if numeric(pValue) and sub(pValue,1,1) <> '"'
change that to
if numeric(pValue) or sub(pValue,1,1) = '"'
There are two instances of that line in that method, and both must be changed as above.
Cheers
Bruce
-
Is this only for C8? No such file exists in C:\clarion6\3rdparty\libsrc\win\
Using NT 7.06 C6 ABC
Thanks.
-
in C6 it would be in
\clarion6\libsrc\netweb.clw
cheers
Bruce