NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: sluggern on November 12, 2009, 04:04:39 AM
-
In 4.38 I'm having problems using Drop. Some strange code appears in front of the dropbox.
I'm seeing this in my own app and in Example 2.
I've attached a screendump from Example 2.
Espen
[attachment deleted by admin]
-
I've fixed the bug for the next NT5, and 4.38 builds.
However the fix is trivial, so if you are experiencing it you can make the following change.
a) open \clarion6\libsrc\netweb.clw
b) search for
NetWebServerWorker.CreateSelect PROCEDURE
the following line has
ReturnValue String(Net:MaxBinData),Auto
change this to
ReturnValue String(Net:MaxBinData)
cheers
Bruce
-
Thanks Bruce - it's working fine after applying your fix.
Espen