NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: sluggern on November 12, 2009, 04:04:39 AM

Title: Error showing Drop list
Post 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]
Title: Re: Error showing Drop list
Post by: Bruce on November 17, 2009, 03:07:55 AM
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

Title: Re: Error showing Drop list
Post by: sluggern on November 17, 2009, 11:01:56 PM
Thanks Bruce - it's working fine after applying your fix.

Espen