NetTalk Central

Author Topic: NT4 NetWebForm & File Upload field - possible bug  (Read 1931 times)

bwhisler

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
NT4 NetWebForm & File Upload field - possible bug
« on: May 06, 2010, 11:01:23 AM »
Running NT 4.49, Clarion 6.3 ABC

On a NetWebForm, I have a "File Upload" field populated on one of the tabs. I ran into a problem with Internet Explorer sometimes not accepting the click on Browse button. Looking at the generated web page, in the cases that it does not work, the control is set to "read only". Firefox works so I guess it just ignores that<g>.

Looking at the program code, I noticed that when the p_web.CreateInput() is called, it is passing the variable loc:readonly but it is not initialized anywhere in the routine. Looking at other controls in the code, it appears that they always initialize that value. Is this an oversight?

I have worked around the problem for now by embedding code to clear that variable myself.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: NT4 NetWebForm & File Upload field - possible bug
« Reply #1 on: May 06, 2010, 11:34:14 PM »
Hi Barton,

Thanks for the report. I've fixed this in NT5, PR15 which should be out today, and also for the next build of NT4 (4.50)

Cheers
Bruce

bwhisler

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
Re: NT4 NetWebForm & File Upload field - possible bug
« Reply #2 on: May 06, 2010, 11:37:48 PM »
Thanks!