Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I am adding command " '0' as [Change of HS date]" to my script to create a inputfield. But when I add the " Inputfield [Change of HS date];" on top of the table where I load data the field values turn into random numbers!
Any idea why this happens and how to fix it? Thanks!
Regards, Heidi
That's not the problem.
I haven't been able to input any values because the whole input function is not working in table box or straight table.
-Heidi
That is true, but when she said the values were random + she also said that she commented the inputfield statement from the script which makes me think if that is the issue. Because from what I know the inputfield will only survive the reload if it stays there each time. If during one of the reloads, the inputfield was removed, the next time you reload with the inputfield, the value will be what you entered (0 in her case).
Let me know if I am thinking this incorrectly.
Best,
S
hmm can you move your field creation up into your preceding load then, just in case the fact it is loaded twice is causing the issue
yes sunindia bro Exactly, when she comments inputfeild the old state values will be rest,
but when she reloads it will be set to 0
Posted the unsaved copy of the app. PFA
Best,
S
can you post your app.
Hi Joe!
Doesn't do anything. When I do the join - autogenerate load Sunindia suggested - values become zeros, which is good but I still can't input anything so there is still something badly wrong with this /:
Did you look at the sample QVW file I have posted. You might be able to figure out what the difference is.
Best,
S
All the instances I've used an inputfield I've written it thus, after declaring it;
' ' as [Change of HS date]
(Two single quotes with a space between them.)
Try it with the single quotes like this;
'0' as [Change of HS dates]