Tagged Questions

DO NOT USE - Removed as part of The great Stack Overflow tag/question cleanup of 2012. (possibly retag empty-string or possibly a new tag empty-value if appropriate for the question, otherwise, remove)

learn more… | top users | synonyms

1
vote
1answer
24 views

Excel Visual Basic - detect if range is empty

I don't know if it's possible, but I want to check if a range in Excel is empty. So how do I write if: Range("A38":"P38") Is empty in VBA code? Thanks in advance.
0
votes
2answers
38 views

PHP removing empty value from dropdown of an array

I am creating an array and then displaying the elements of it with a dropdown using php and html. The array is varying size, so I have a foreach statement to display it, the problem is I can't figure ...
0
votes
3answers
33 views

Why is my jQuery variable empty?

I am new to jQuery and I ran into a problem that is probably easy to spot for most of the frontend gurus out here. I created the following script $(document).ready(function() { ...
1
vote
0answers
22 views

Empty UITapGestureRecognizer buffer

I'm trying to design a really simple card game. The functionality basically consists on discovering the cards in order just tapping on them. To do this I put the cards on a UIView, and I overlay other ...
0
votes
1answer
42 views

htaccess rewrite querystring and remove empty value

first, sorry for my bad English. I try to rewrite url generated from Form Get and redirect that. my url is like this: ...
0
votes
1answer
25 views

Countable objects and empty

If you do empty() on an array with no elements in it, you get true. However, if you do empty() on a Countable object with a count of 0 then you get false. It seems to me a 0 count Countable should ...
0
votes
0answers
8 views

cakeph 2.1 conditional statements in view.ctp

Can anyone please help with this. For some or other reason the !empty in view.ctp does not seem to work. I have 4 records where 'occupation' has text and another 2 records where there is nothing at ...
0
votes
1answer
28 views

java XMLSerializer avoid Complex Empty Elements

I've got this code: DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); DocumentBuilder builder = factory.newDocumentBuilder(); DOMImplementation impl = ...
1
vote
0answers
85 views

PHP $_POST is empty on IE9 and IIS7

The following form causes an empty _POST variable on IE9. <form id='login' action='login.php' method='POST' accept-charset='UTF-8'> <input type='text' name="username" id='username' /> ...
0
votes
1answer
47 views

php cannot check if a PDO result is empty using empty() returns FATAL ERROR

I want to check whether my prepared query has returned empty or not without having to go into a loop. This is the code I have tried using: if(empty($pQuery1->fetch(PDO::FETCH_ASSOC))){} When I ...
1
vote
0answers
87 views

How to pass Delphi empty string to com visible .net assembly

I have a C# assembly that contains a ComVisible class with a method taking 2 string parameters. I have registered the assembly and imported it using Delphi XE2's "Import Component" command. The C# ...
0
votes
0answers
18 views

Bound DataGrid View does not allow row inserts/deletes

I have an awesome problem and I can't find the anser. I have a multitabbed form, each form has a master-detail in it with a master datagridview and one or more detail tabs with their corresponding ...
2
votes
3answers
43 views

Hide entire list when all list items are hidden

I have a photo gallery with a nav. When you select "photos" in the nav, it hides the videos. When you click "videos," it hides the photos. There will be some instances where there are no videos and ...
0
votes
0answers
23 views

VirtueMart Cart Product Update/Delete and after login issue

If I add product in Joomla1.5 -> VirtueMart 1.1.4 Shopping Cart/Basket from Front end and after that whenever I try to Update/Delete Product, it cause me prompt message "Your Cart is currently ...
1
vote
1answer
54 views

Exclude empty fields from jaxb marshalling

I have a POJO which i want to marshall and send as xml, but also to unmarshall the data which is returned from the same webservice. However, there are certain fields in this POJO, which i do not want ...
1
vote
2answers
49 views

MVC3 Empty model on post

I have model which has data. The i create form with only on button, i don't use the model's data in there. When i press the button it goes correctly to the HTTPPOST method but the model is completely ...
0
votes
5answers
32 views

counting number of empty inputs with a certain class

I have tried a couple of solutions from previous questions, but no luck. Hoping someone can help me out. I have a section of a form where fields are dynamically created with a certain class: ...
0
votes
0answers
91 views

Webclient.UploadString() sends an empty string

Here's some code: var client = new WebClient(); client.BaseAddress = "http://localhost/"; client.Headers["Content-type"] = "application/x-www-form-urlencoded"; client.Proxy = null; // The server gets ...
0
votes
1answer
32 views

shuffle array empty in class php

cannot shuffle array declared in class. it gives me: cannot access empty property. I want to display a chess board. using a 2D array. the code works fine if not used as functions in a class. I want ...
0
votes
0answers
60 views

Create empty BST C++

Can anyone provide psuedocode (C++ style) for building an empty(no values in nodes) six level binary search tree? Is it possible to build an empty BST or should I just insert dummy values and change ...
0
votes
2answers
38 views

How to wait for a queue to contain elements?

I'm trying to implement a FIFO observer/observable decoupling queue, but I am not sure how to get a method to wait until a queue is not empty before returning. Here's is my current attempt but I'm ...
0
votes
1answer
54 views

C++ ( Without MFC ) checking if an ini read value is empty

I am having a little trouble getting the my program to check whether or not a .ini file is empty or contains the path to a webpage. My .ini file: [WEB] Location = The following is my code. It will ...
2
votes
5answers
88 views

best way to add jquery to an “empty” web project in visual studio?

Hey so when i start a new solution and pick "web application" visual studio goes ahead and by default creates a script folder with jquery-1.4.1.js, jquery-1.4.1.min.js, and jquery-1.4.1-vsdoc.js. But ...
1
vote
0answers
46 views

Git grep: Somtimes empty result even when the word exists in a file

I was looking for this before but I couldn't find it. Using: Ubuntu 11.10 64-bit I want to find a source file a made a time ago, but couldn't find it. So I used git grep to find it: git rev-list ...
0
votes
1answer
56 views

Empty drop down lists in ssrs report

Ok, I am a bit stumped here. I am using an ssas cube as a data source for numerous reports. The reports all have a start and end week or month parameter. When I run the reports as me, they run ...
0
votes
1answer
88 views

Silverlight 5 DatePicker (or any other date control) allow blank/empty/null value

Is there a way we can set the datepicker value to Empty/Null/blank (it usually defaults to mindate i.e 01/01/0001) Appreciate your help on this!!
0
votes
3answers
139 views

“if(!isset)” and “if (isset)” [closed]

Possible Duplicate: Reference - What does this symbol mean in PHP? Getting confused with empty, isset, !empty, !isset In php what is the difference between "if(!isset)" and "if(isset)"? ...
1
vote
1answer
84 views

php: remove empty values from array--or equivalent

I have a bunch of variables I want to display of which some are empty. Some vars have spaces in them I want to preserve. I would like to display them as a comma delimited list. If I echo them ...
0
votes
0answers
106 views

linux cat command executed via phpseclib exec function returns empty result

i'm using phpseclib's Net_SSH2 class to execute a number of commands on a remote server. I need to retrieve the content of a certain XML file from the server. Problem is when i run a linux cat cmd ...
2
votes
1answer
49 views

PHP detecting if list of Request variables are empty()

I'm just looking to optimize the code below. It works, but I want to see if anyone has a shorter way of writing the following condition: if( !empty($_REQUEST['shipping_fname']) || ...
1
vote
4answers
82 views

Checking for empty NSString on ViewDidLoad?

My app checks if an NSString is empty when it launches, like this: if ([checkfieldstring1 isEqualToString:@""]) { checkboxButton.hidden = YES; } else { checkboxbutton.hidden = NO; } ...
0
votes
2answers
80 views

Empty tags returns Null Exception while Parsing Xml in Blackberry

I'm having some problems while parsing Xml in blackberry. If the Xml contains empty tag . the code returns a Null exception.. Some solutions suggest to use try and catch..What should i do to fix this ...
0
votes
1answer
47 views

One JTextField stores and updates text, the other doesn't

So, I made a class that takes arrays and calculates a value from them. I then decided (unknowingly) to incorporate it into a GUI interface. All went well until I noticed this strange error; one of the ...
1
vote
4answers
144 views

hide parent div if child div empty

If all this yellowrubberbox containes is Office Members but there are no listing for office members ie yellow-content's text is just "Office Members", then i need to hide the yellow-rubber-box.. ...
0
votes
5answers
62 views

how to test if a div contains another div

<div class="contact-area"> <div class="media-contact">name, email etc goes here...</div> </div> I need to check if div contact-area has div media-contact, if not then hide ...
1
vote
1answer
40 views

Determine why or how RHEL 5.6 /root/bin folder being emptied?

I have a number of RHEL 5.6 servers all built from a single template in vmware. These servers have a number of scripts that reside in /root/bin but on some of the servers, I'm finding that the folder ...
0
votes
0answers
160 views

JasperReports export CSV, empty output

Using JasperReports to export to PDF works. But when i export to CSV, i get an empty file :/ The jasper .jrxml file: <?xml version="1.0" encoding="UTF-8"?> <jasperReport ...
0
votes
2answers
132 views

ASMX webservice doesn't return any result

I'm trying to send an object of a custom class through my asmx webservice running on .net 4.0, but all i get is an empty response. See below: <soap:Body> <ActivateResponse ...
0
votes
2answers
155 views

WP7 tombstoning, saving sprite into Current state not working

I am working on a WP7 game. I am using Game state managment (http://create.msdn.com/en-US/education/catalog/sample/game_state_management , but I think its not important ) I have problem with saving ...
0
votes
2answers
50 views

Why is this dictionary not emptied when the function is called again? [closed]

Possible Duplicate: “Least Astonishment” in Python: The Mutable Default Argument I was working on a dictionary when I noticed that if you have an empty dict as input of the ...
0
votes
1answer
122 views

One-to-many hibernate mapping: related collection is empty

User relates to Employee as one-to-many. The problem is the list of Employees within PeristentSet is empty. It's seen from debug. And it's at least one Employee exists in DB for User. sql: create ...
0
votes
2answers
27 views

if-clause addings empty

i have the following if-clause: if(empty($var)){ $errors[]="Failure"; } this is for a form that will be display an errormessage when a user has made no entries. i would ...
4
votes
5answers
62 views

PHP empty var == 0?

In php 5 $my_var = ""; if ($my_var == 0) { echo "my_var equals 0"; } Why it evaluates true? Is there some reference in php.net about it?
1
vote
2answers
97 views

If field is empty or filled in JSON/jQuery don't show

I'm creating a Facebook wall page, and i don't want the events showing in my feed. An event has these fields in JSON: message story icon actions type A message has: message picture link So ...
6
votes
3answers
206 views

List.empty vs. List() vs. new List()

What the difference between List.empty, List() and new List()? When should I use which?
6
votes
3answers
368 views

How to tell if a Delphi variant is an empty string?

Variants are always fun, eh? I am working on a legacy application that was last in D2007 to migrate it to Delphi XE. Variants have changed quite a bit in the interim. This line of code: if ...
0
votes
1answer
215 views

Disable submit if inputs empty jquery

Disclaimer: I know there are quite a few questions out there with this topic and it has been highly addressed, though I need assistance in my particular case. I am trying to check if the input values ...
0
votes
1answer
85 views

Again JoinTable is not filled in many-to-many hibernate relation

|AA| many-to-many |BB| many-to-many |CC| mapped with join tables became |AA|--|AA_BB|--|BB|--|BB_CC|--|CC| (I can't post images sorry, low reputation) Edited: Short question is why if a Create a ...
0
votes
2answers
93 views

Jquery else if empty

I'm using this to calculate the amount and to get the percent off based on the two textboxes. This works except I get a NaN when the second box is empty. As soon as I type in the second box it works ...
0
votes
2answers
155 views

Java FileOutputStream Write not working [closed]

I followed the tutorial here: http://www.mkyong.com/java/how-to-write-to-file-in-java-fileoutputstream-example/ And have implemented the following code as an example: File scoreFile = new ...

1 2 3 4 5 12