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.