No announcements
Found 2585622 threads
-
5 Votes
Check if textboxes are empty then
Thanks I give it a try. Why i want to check if there are some textboxes or comboboxes are empty , ...Answered | 16 Replies | 510 Views | Created by KeesBlunder - Wednesday, June 27, 2018 9:13 PM | Last reply by KeesBlunder - Friday, June 29, 2018 6:34 PM -
0 Votes
Button deactivated if textboxes are empty
Hallo, I have a WPF-Application with four Textboxes, a Button and a MenueItem with the same Function as the Button. If all four textboxes ...Answered | 1 Replies | 4576 Views | Created by himmel001 - Saturday, December 8, 2007 9:29 AM | Last reply by Jochen Bartlau - Saturday, December 8, 2007 8:23 PM -
0 Votes
How to check numerous textboxes as empty
If myControl.Text.Equals(String.Empty) Then ' yourAnswered | 3 Replies | 1546 Views | Created by bradmeyer - Sunday, November 6, 2011 8:31 AM | Last reply by Xiong Wei, Jin - Sunday, November 6, 2011 11:47 PM -
0 Votes
how to check if the text box is empty.
project if it's empty and no prior TextBoxes are empty. More like this: If ...Answered | 4 Replies | 484 Views | Created by Syafiq Syahman - Tuesday, December 27, 2016 2:14 AM | Last reply by Syafiq Syahman - Wednesday, December 28, 2016 12:29 AM -
0 Votes
Function Problem - Check empty textboxes
and texBox2 - is ok - no error. When textbox1 and textbox2 is empty - is ok, shows up Error Text, but now when I write some in textboxes - Icons errorAnswered | 2 Replies | 800 Views | Created by cash115 - Monday, March 3, 2014 1:13 PM | Last reply by cash115 - Monday, March 3, 2014 4:53 PM -
0 Votes
How to check if at least one textbox is filled?
and then exits the button click event sub. If it found text then it will continue to execute the rest of the code in the button click event sub. This function is ...Answered | 2 Replies | 3856 Views | Created by Diego Toronto - Monday, July 15, 2013 3:46 PM | Last reply by IronRazerz - Monday, July 15, 2013 5:24 PM -
0 Votes
Check for Empty Dynamic TextBoxes
Else You first check each textbox in name list, if the value is not null or empty, then the code goes to the insert part. But actually there got ...Answered | 7 Replies | 2205 Views | Created by mvbnet - Monday, August 8, 2011 1:34 AM | Last reply by Kee Poppy - Thursday, August 11, 2011 5:54 AM -
0 Votes
Check to see if two textBoxes are NOT equal?
Thanks for your response, that's what it appears to be. Let me explain a bit more. Both textBoxes are filled from .txt files in the Form1_Load. The if / ...Answered | 5 Replies | 3688 Views | Created by MLyons10 - Thursday, May 10, 2007 7:27 PM | Last reply by nobugz - Friday, May 11, 2007 7:23 AM -
0 Votes
checking a few textboxes are empty
If Not TBName.Text = "" Or Not TBAdr.Text = "" Or Not TBPhone.Text = "" Or Not TBEmail.Text = "" ...Answered | 7 Replies | 2493 Views | Created by alex905 - Sunday, January 6, 2008 1:26 AM | Last reply by alex905 - Sunday, January 6, 2008 3:38 PM -
0 Votes
Adjust check with Tag if they are empty
-textboxes-are-empty-then?forum=vbgeneral#6d96164e-b1e3-4286-9479-1ee2cbac607e Now for another project i want to adjust this a little bit for ...Unanswered | 5 Replies | 266 Views | Created by KeesBlunder - Monday, August 20, 2018 9:25 AM | Last reply by Alex-KSGZ - Tuesday, August 21, 2018 1:00 AM -
0 Votes
Need a textbox to highlight if it is empty when i click button
What i want is to check the textboxes to see if they are empty then highlight the box. I have a workaround just now by making ...Unanswered | 2 Replies | 588 Views | Created by mark_79 - Wednesday, July 9, 2014 3:08 PM | Last reply by mark_79 - Thursday, July 10, 2014 2:53 PM -
2 Votes
Detecting if a group of textboxes are empty
needs to ask himself if there are any such containers on the form. If so then you should call a method recursively so that it can crawl through the nested ...Answered | 6 Replies | 2665 Views | Created by George_Evr - Wednesday, February 18, 2009 8:25 PM | Last reply by bdbodger - Thursday, February 19, 2009 5:44 AM -
0 Votes
VB.Net check if directory is empty or if files are less then x minuts old
Descending).FirstOrDefault If first.LastWriteTimeAnswered | 8 Replies | 8967 Views | Created by jimbrown.net - Tuesday, December 11, 2012 2:58 AM | Last reply by jimbrown.net - Thursday, December 13, 2012 4:26 PM -
0 Votes
Check if textbox is empty then combine or not
I have 3 textboxes that i have to combine to one outcome with / between the numbers .And textbox 4 is the outcome. But when 1 or 2 are ...Answered | 6 Replies | 225 Views | Created by KeesBlunder - Thursday, December 7, 2017 9:22 AM | Last reply by KeesBlunder - Thursday, December 7, 2017 7:25 PM -
7 Votes
How to check if Masked textbox is empty?
several textboxes and masked texboxes in a winform that I need to check if they are empty, null or nothing before proceeding.Answered | 9 Replies | 9095 Views | Created by david12king - Thursday, July 25, 2013 5:37 PM | Last reply by Kareninstructor - Thursday, July 25, 2013 9:11 PM -
1 Votes
Check if datagridview is empty
When not using DataGridView.DataSource use DataGridView.Rows.Count, when say populated by a DataTable first check if the DataSource is set e.g. If DataGridView.DataSource ...Unanswered | 3 Replies | 384 Views | Created by KeesBlunder - Friday, February 8, 2019 8:08 PM | Last reply by Kareninstructor - Friday, February 8, 2019 8:34 PM -
0 Votes
If query empty then = 1
to 1, and within each IF, if there are results set the value to 0, at the end of the SP RETRUN @YourVariableAnswered | 10 Replies | 3542 Views | Created by ateh - Monday, June 1, 2009 2:37 PM | Last reply by ateh - Monday, June 1, 2009 3:48 PM -
0 Votes
check if there are empty cells in datagridview
You are checking for empty cells but you do not do any control action against it. Check if there is an empty cell and do add ...Answered | 3 Replies | 819 Views | Created by BONIETE - Thursday, October 22, 2015 6:45 AM | Last reply by Kareninstructor - Thursday, October 22, 2015 9:31 AM -
0 Votes
Check if ComboBox is empty
interface. If you then bind the SelectedItem property of the ComboBox to your SelectedItem source property, you could simply check if it is NULL ...Answered | 1 Replies | 1974 Views | Created by IamGuy84 - Wednesday, August 5, 2015 12:06 PM | Last reply by Magnus (MM8) - Wednesday, August 5, 2015 12:40 PM -
0 Votes
Check if the remaining items from a range are empty:
Hi, I´m running a macro that iterates over a range in order, but I would like to stop the iteration if the remaining items in the range areUnanswered | 1 Replies | 393 Views | Created by Bern1984 - Wednesday, August 8, 2018 8:25 AM | Last reply by Wouter Defour - Wednesday, August 8, 2018 1:46 PM - Items 1 to 20 of 2585622 Next ›
No announcements