1
vote
2answers
15 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
4answers
73 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
2answers
14 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
2answers
20 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
1answer
15 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 …
1
vote
5answers
62 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) …
0
votes
0answers
25 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
36 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
{
…
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
}
1
vote
1answer
44 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
4answers
76 views
Draggable div - what’s the point?
I've seen many implementations of draggable divs in jQuery, .Net Ajax, and plain old javascript. While they are all novel, and solve the problem with varying ease, I've never under …
0
votes
3answers
73 views
php checkboxes always showing checked
Hi all, I've got a single checkbox which i'd like the unchecked value to be 0 and the checked value to be 1, but when the post goes through, it always shows as 1 whether the box is …
1
vote
4answers
59 views
How to get unselected checkbox?
Hello!
I have three checkboxes like ch[0], ch[1] and ch[3] (sometimes i have more, or less, it's dinamic) and in PHP i want to get the unselected items also, like this: 0=yes,1=no …
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
3answers
58 views
unable to get value from textbox used inside a facebox
Hi,
I am using the following code:
<div class="example">
<p> <a href="#info" rel="facebox">View Facebox</a> </p>
<p> <input id= …
