Questions tagged [populate]

This is a general tag used when applying structured or unstructured data into a context.

This is a general tag used when applying structured or unstructured data into a context.

It doesn't necessarily mean that any kind of triggering of logic is in place. In case this is happening it should be mentioned in the question.

1176 questions
-2
votes
1 answer

Populate cells of a box with color as a response of filling a table with a defined position name

I am a beginner to excel macros. If I have a table e.g. like this with positions that correspond to a matrix of cells with different positions. How would I create a macro that, based on the position I input into my table (e.g. 1,1:A), would color…
Jakob
  • 1
-2
votes
1 answer

Oracle Apex , Current date populate into Text field when user click

Im not sure if this is possible or not in Oracle Apex. Essentially what we have is a textbox field on the opportunity form where folks can put in some free form notes about the opp. I'm looking to see if there is a way to have the current date…
-2
votes
1 answer

Populating multiple fields in table based on dropdown selection using javascript, the data should be in arrays

I want to auto populate table based on the drop-down selection using javascript and input must be from array.
-2
votes
1 answer

My C code for a genetic algortihtm is not functioning, it dosent enter into the if condition

This is GA for a timetable problem. I'm trying to create an initial population, but it isn't working as it isn't entering the if condition. can someone point out the error? I tried inserting statements in each condition, but everything checks out.…
-2
votes
1 answer

How can I put a date to the posts my users upload - swift & parse

I am making my own app, which involves uploading pictures and the date in which the post was made is necessary. I was wondering how I can upload this data to parse, and then how to retrieve it from parse to populate it in a label. Best regards
-2
votes
1 answer

Populating a table in R

I am attempting to make a table that would hold the sample size determination from several methods for different initial probabilities. I would like it to look something like the following Prob. .80 .81 .82 ... Wald xxx yyy zzz AC…
a.powell
  • 1,572
  • 4
  • 28
  • 39
-2
votes
2 answers

Android - List View - PopulateList

My android app need to populate a ListView with a text from a web request, on a click from a button (on the toolbar). The question is, i'm working with sliding tabs with a toolbar and the list view stay on tab_1.xml . when i click on the button i…
Claudio Castro
  • 191
  • 1
  • 1
  • 9
-2
votes
3 answers

How can I populate array of tuples from array?

I have to populate array of tuples from array: My array is = [1,0.004,5,0.03] It should be moved to array of tuples Tuple (1, 0.004), (5, 0.03) I m workin with c#. Could you please help me?
ale
  • 61
  • 1
  • 2
  • 14
-2
votes
1 answer

Populate cells dynamically using a data connection in Excel

I am currently trying to handle a data connection in Excel and I would like to populate some cells dynamically as the data is periodically changing. More precisely, I have an Excel worksheet which is updated every 3 minutes through an internet data…
david
  • 127
  • 3
  • 9
-2
votes
2 answers

Using a MYSQL database to create div tags

Recently started a project which in theory would create new div tags or table rows for each row of information in my MySQL database. I'm unsure of what language I will tackle this with. I am semi-familiar with writing in PHP. Here is my theoretical…
Bradly Spicer
  • 2,278
  • 5
  • 24
  • 34
-3
votes
1 answer

How do I produce an array where the first two numbers are set and the rest are random?

I need to make an array populated with 28 random numbers and 2 others: 1 and -100. Following I was able to produce the random numbers all between 20 and 100; however, I don't know how to set [0] and [1] to 1 and -100. for ( int i = 2 ; i <…
-3
votes
1 answer

Remove slashes and replace spaces

I am using a remote .txt file to populate an array which populates a drop-down select. It looks like this. var myAnimalList = new Array(); function Food(anAnimal, aSpecies, anImage ) { this.Animal = anAnimal; this.Species =…
-3
votes
3 answers

PHP - get JSON parent value

In php, I'm trying to get the numbers (0, 13, 20, 45, 53, 56) from this json file: { "0": { "classcat": "a", }, "13": { "classcat": "b", }, "20": { "classcat": "c", }, "45": { "classcat":…
stangerup
  • 19
  • 5
-3
votes
2 answers

how to populate a dropdownlist based on selection of another dropdownlist in a gridview

I have a gridview with it's own sqlDataSource. In the footer row, I have an Insert field to create a new row. However, that footer row is quite complex and I'm trying to figure out how to make it work. What I would like to see happen, is that a…
Grey
  • 1
  • 1
-3
votes
1 answer

php how to keep other field undisturbed while populating a combo

Dear users with your help and guidance I have achieved so far. Thanks to the community here. As some users felt that it was a duplicate question - sorry I changed the expected result. With members guidance i think i can achieve this. I have a form…
1 2 3
78
79