NetTalk Central

Author Topic: Error showing Drop list  (Read 3415 times)

sluggern

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Error showing Drop list
« 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]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Error showing Drop list
« Reply #1 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


sluggern

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Re: Error showing Drop list
« Reply #2 on: November 17, 2009, 11:01:56 PM »
Thanks Bruce - it's working fine after applying your fix.

Espen