Questions tagged [setvalue]

setvalue is an ambiguous tag askers use to indicate they have a problem assigning a value to "something".

setvalue is an ambiguous tag askers use to indicate they have a problem assigning a value to "something". This tag should - if possible - generally be avoided. Proper use of the setvalue tag is if the question specifically targets a certain setvalue function.

365 questions
-2
votes
1 answer

Dynamically add a nested T class and fill it with another T class (GetProperty, GetType, SetValue)

I just want to pass a class T as a parameter. Example: from: SetValue (Car.parts, "engine"); to: SetValue (T.partes, "engine"); simply pass your nested class of a generic as a parameter. Thank you very much for the help. HERE THE DETAILED. but I…
-2
votes
2 answers

c# pass value from current Form1 to Form2 shows error non static

private void btn_justest_Click(object sender, EventArgs e) { using (var myForm = new FormShowResult()) { myForm.Show(); textBoxNameTest.Text = FormShowResult.TheValue; } } in Form 2: public string TheValue { …
Lam Weng
  • 1
  • 2
-3
votes
1 answer

Android-Java: Invocation of the setValue() method to store two different values on Firebase doesn't work

I'm a newbie of programming Android apps, specially using Firebase platform. I have to store two different values into two different children of the same root node on a Firebase RealTime Database. I'm using the setValue() method but the problem is…
-3
votes
2 answers

Cannot Set Value to Variable in Mule ESB

I tried to get value from soap using Web Consumer, then I want to get the value with set-variable. the problem, i can get the value to input in set-variabel. this the design. view image
mothezen
  • 3
  • 1
1 2 3
24
25