Tagged Questions

0
votes
0answers
8 views

values of diff keys to concatenate from a resource file, how?

I want to concatenate the values of two or more keys from a resource file, while assigning value to a control, somthing like <%$ Resources:LocalizedText, LeadTitle%>" but, gett …
0
votes
0answers
24 views

Importing excel data to xml with one column having different values?

Hi, I am trying to convert my data to XML using Excel. However for one of the column: lcd_size, I have multiple value for it. How do I get it to display in the following way below …
-1
votes
6answers
71 views

Set Limit For Value, iPhone

Hello all, I have the following code: float valueCalculated = (val1 / val2) * 100; What I want to be able to do is to cap the maximum value of valueCalculated to 100. I believ …
1
vote
3answers
49 views

How to get a jqGrid cell value

How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the actuall value of the input element).
0
votes
2answers
15 views

How to make a list of unique items from a column w/ repeats in PHP SQL

Say I have a table that has a column which goes Column B apple apple apple orange apple orange orange grapes grapes mango mango orange And I want to query it in such a way that …
0
votes
1answer
26 views

Crystal Reports: How do I allow “set to null” when prompting for values to pass to subreports?

I have created a report which links into subreports. I created parameter fields to feed into the parameters of the subreports using subreport links. If I do not add a subreport l …
0
votes
2answers
23 views

how to get the RGB value of a pixel inside the Form workspace.

im creating a macro and need to check some pixels to make sure the mouse clicks the right spot. How wold you go about checking the RGB value of pixels in c#?
0
votes
4answers
75 views

Help me understand this pointer vs. value issue

I know this is a dumb question, but its really bugging me. Take the following: public <TParseable> LinkedList<TParseable> readAllParseable( Parseable< …
0
votes
0answers
26 views

merge similar data together

i am trying to merge similar data together but choosen data. for example the table has 5 rows and i want 3 rows which have similar data to merge. other 2 rows, even though it cont …
0
votes
3answers
38 views

css columns shrinking 100% pixel value

Hi, I have a page which is divided up into 3 divs, left center and right. I don't want to display anything in the left and right, they just frame the page. #leftDiv { …
1
vote
5answers
64 views

How to name a method that has an out parameter?

Hi, What is the common preference to name a method that has an out parameter inside? Usually I use Get as a prefix to mention that the method returns a value (like GetMyBusiness) …
1
vote
1answer
45 views

Changing the value in a map in Groovy

This is about a very basic program I'm writing in Groovy. I have defined a map inside a method: def addItem() { print("Enter the item name: ") def itemName = reader. …
0
votes
3answers
19 views

Default Values in XForms Input

I have an XForm that has certain fields that may often be left blank (optional street address). Is there is technique to set a default value for that field, preferably a space (I a …
0
votes
5answers
71 views

Is this code redundant when checking for a value greater than zero?

if(($slcustom48 != 0) && ($slcustom48 != NULL)) { // do something } else { // do something else }
0
votes
3answers
30 views

why is the value of textbox (this value is retrieved from the sessions using php) in html shown in IE

Okay the code is, code in first.php <?PHP session_start(); include("script.php"); ?> <form action="script.php" method=POST> <input type="text" value="<?PHP if( …

1 2 3 4 5 10 next
15 30 50 per page