HSGetValue misbehavior

I am having an issue with the HSGetValue() API when the number of input controls on an HTML form goes beyond about ten. What happens is that HSGetValue() occasionally starts returning NULL strings for values at a certain point. Once that happens, it keeps on returning NULL even for values that had been previously read successfully. I haven’t found any documentation concerning any limits HSGetValue() may have and have not found a workaround. Any feedback on this would be appreciated, - Tom

I have the same problem, right now I only can do is reduce the input field of each page, but it is not a good solution, does any one can give me some other way to solve this problem?