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
0
votes
1 answer

Delphi XE TValue.From(True) does not yield TValue boolean

I have a boolean field which I want to set using MyField.SetValue(Self, MyValue). No matter what I tried, I keep getting typecast errors. The problem is that MyValue always contains an ordinal and is not recognized as containing a boolean. I know…
deColaman
  • 213
  • 2
  • 14
0
votes
2 answers

little bug in Combobox in extjs 4.0.7 after store load

I have a little problem with combobox. I have a combobox Store which is reload using ajax after some event. After that I use myCombo.setValue() to set a default combobox selected field. It works good. Problem is when I click on the combo and…
Karol Cudzich
  • 61
  • 1
  • 4
-1
votes
1 answer

Set-valued Attribute DBMS

I'm looking for a database that handles (fast, subsecond) queries on set-valued attributes. For instance, if I have a database of documents with tags, I'd like to be able to do a superset search. For input "tea,oolong,hot" I'd like to see: Hot Tea…
Stefan Mai
  • 23,367
  • 6
  • 55
  • 61
-1
votes
1 answer

React hook form setValue null not working

I am trying to use react hook form setValue to set every value that is equal to an empty string to null, but it doesnt work. Any fixes? const onSubmit = data => { for (const [key, value] of Object.entries(data)) { if (value === '') { …
-1
votes
1 answer

How to set value input time from clickable table javascript

I want to set time value from javascript when tr table clicked, but it's just work on first row. then if i try to alert (not set value) its working idk whats the problem, here is my code : Note : table code is to long so i cannot share but table id…
-1
votes
1 answer

How can I set a value inside a foreach loop in Google Sheets App Script

Now the script logs rows Instead of logging rows I want to set values to those rows I want to change the "Logger.log" to "setValue" function add(){ var mainsname ='MIIST'; var ss = SpreadsheetApp.getActiveSpreadsheet(); var mainss =…
Kal El
  • 53
  • 6
-1
votes
3 answers

NSInternalInconsistencyException with NSUserDefaults when using method setValue: forPath

My code is as follows: NSMutableDictionary *configure = [[NSUserDefaults standardUserDefaults] objectForKey:@"configure"]; if (!configure){ configure = [NSMutableDictionary dictionary]; [configure setValue:[NSMutableDictionary dictionary]…
jiansihun
  • 11
  • 1
  • 4
-1
votes
2 answers

Updating hash map value android firebase realtime database

Trying to update values using a hash map in android studio. The values are passed through from a another activity. databaseReference.setValue is used to update the values. I have also tried updateChildren. …
-1
votes
1 answer

How to multiply in setValues in android studio

How do I multiply the value of quan (which is quantity) to price I need to get the total of the price depending on the quantity that is ordered. Thank you!!! :) @Override public void onDataChange(DataSnapshot dataSnapshot) { …
Ary Cruz
  • 11
  • 3
-1
votes
1 answer

because it saves the child in minuscule firebase, even though my properties are in upper case

Because it keeps the child in minuscule firebase, even though my properties are in upper case mActividadReferencia.child(Actividad.getActividadID()).setValue(Actividad, new DatabaseReference.CompletionListener() { @Override public…
-1
votes
1 answer

How do I get the value of a field with generic typeof

Given that I have a parameter TEntity which will be an class, how do i get the value of one of its fields. public class ProductStrategy : IContractCreatorStrategy { public IContract
floormind
  • 1,868
  • 5
  • 31
  • 85
-1
votes
1 answer

GetCell -> GetValue -> SetValue fails

I want to make the below mentioned code working but it doesn't - nothing happens when I run it (also no error), that means the username (sUserName) doesn't get saved in the spreadsheet... And also I don't understand why the columns cant start with…
-1
votes
1 answer

Fill an array with NSDictionary

First i'm new to xcode and objective c. I'm trying to fill 6 array's with data out of an NSDictionary that's filled with JSON data. I'm trying [self.messages setValuesForKeysWithDictionary:[self.data objectForKey:@"Messages"]] but this creates an…
Msmit1993
  • 1,710
  • 4
  • 21
  • 35
-1
votes
1 answer

This class is not key value?

I´m really new in IOS programming with XCode 4.2. I already have a project (my 1st) with different functions, included UIWebView, and it works! Untill.. i tryed to add an alert when no network is around. XCode tells me there are NO errors or…
-2
votes
1 answer

How to change cell value based on today's date in Google Sheets

I have a table like this one, but I'm looking to automate the change of status when a given date is reached. I've looked into setValue(), but I still need your help to make it work : I'm more or less desperately trying to write something that will…
Sebbie
  • 107
  • 1
  • 10
1 2 3
24
25