I have a SAIL challenge, a form, in which I'm pulling live data from another

I have a SAIL challenge, a form, in which I'm pulling live data from another web application (via httpQuery). When I use the results to populate two textfields via "value", it will not save those values into a variable. I particular the field labelled "Project Name" exhibits the problem, the next field "Project Manager Name" is what I'm left doing to satisfy being able to save. (Setting refreshAfter to: "KEYPRESS" was an attempt to tickle it to evaluate saveInto....

WontSaveDef.txt

OriginalPostID-154615

OriginalPostID-154615

  Discussion posts and replies are publicly visible

Parents
  • Yes, I understand the relationship between 'value' and 'saveInto'. I think that I might have a variable scope problem, but I can't be sure. What's happening is that I use an if condition to evaluate whether one variable is null, then display it, or the result of a previously executed httpQuery. No matter what is displayed, the subsequent saveInto fails to save any value at all.

    Does that make more sense? The code should be pretty clear too!
Reply
  • Yes, I understand the relationship between 'value' and 'saveInto'. I think that I might have a variable scope problem, but I can't be sure. What's happening is that I use an if condition to evaluate whether one variable is null, then display it, or the result of a previously executed httpQuery. No matter what is displayed, the subsequent saveInto fails to save any value at all.

    Does that make more sense? The code should be pretty clear too!
Children
No Data