No announcements
Found 1839635 threads
-
10 Votes
When does DateTimePicker's Validating() event fire?
Validating and Validated events fire after the Leave event.Answered | 23 Replies | 11830 Views | Created by B Clay Shannon - Friday, May 4, 2012 9:03 PM | Last reply by DanW52 - Tuesday, May 12, 2015 9:36 PM -
0 Votes
Adding Validation to a Dataset - ColumnChangingEvent does not fire
Hi, Please refer some links here: http://msdn.microsoft.com/en-us/library/kx9x2fsb(v=vs.80).aspx --Data Validation ...Answered | 1 Replies | 2968 Views | Created by ExpertDeveloper - Monday, May 14, 2012 8:24 AM | Last reply by Alan_chen - Thursday, May 17, 2012 8:53 AM -
0 Votes
Multiple dataset fields validation
Hi, create a validate method on dataset level , on datatable level for every datatable, and on datarow level, all in partial class.Answered | 3 Replies | 3246 Views | Created by McKenzo84 - Wednesday, April 27, 2011 11:59 AM | Last reply by Mike Feng - Friday, April 29, 2011 7:55 AM -
0 Votes
"When" firing after "Valid"
I'm not sure whether this is relevant to your situation or not, but I found this paragraph in our explanation of When and Valid in the Hacker's ...Answered | 8 Replies | 4847 Views | Created by Aleniko3 - Thursday, August 3, 2006 11:47 AM | Last reply by Aleniko3 - Tuesday, August 8, 2006 1:14 AM -
1 Votes
Stop Valid event firing
But otherwise Tom has given you the answer, skip the valid check, if Lastkey()=27.Answered | 2 Replies | 2656 Views | Created by DevNC - Thursday, April 5, 2012 6:47 AM | Last reply by Olaf Doschke - Thursday, April 5, 2012 7:08 AM -
0 Votes
DataSet Xml Schema validation does not work
DataSet.ReadXmlSchema (http://msdn.microsoft.com/en-us/library/eckysybw.aspx) really only uses the XML schema to infer information about the structure of the DataSet and how that maps to ...Answered | 1 Replies | 5071 Views | Created by salquest - Thursday, March 25, 2010 2:01 AM | Last reply by Marcelo Lopez Ruiz - MSFT - Thursday, March 25, 2010 5:09 PM -
0 Votes
How to validate length of value with dataset
If column does not allow null then, event is raised, thats fine.Answered | 12 Replies | 3284 Views | Created by john pp nn - Saturday, January 2, 2010 7:01 PM | Last reply by Arjun Paudel - Monday, January 4, 2010 3:52 AM -
0 Votes
Sometimes EventReceivers does not fire
You can also re-upload or edit the document without event fired to see what happens.Answered | 1 Replies | 580 Views | Created by Yaroslav T - Wednesday, June 29, 2016 7:33 PM | Last reply by Victoria Xia - Thursday, June 30, 2016 11:01 AM -
0 Votes
Validation Controls firing before button click Event
I have a web page that contains Validations, (required field, compare, etc) for several textboxes.Answered | 1 Replies | 9629 Views | Created by dhopp - Monday, December 15, 2008 11:12 PM | Last reply by Vijay Mullick - Tuesday, December 16, 2008 5:21 AM -
0 Votes
Adding A Second Dataset and Scope
Click on the Dataset which contains your 'field'.Answered | 3 Replies | 3827 Views | Created by AndyF._ - Tuesday, August 3, 2010 1:17 PM | Last reply by AndyF._ - Wednesday, August 4, 2010 6:52 AM -
0 Votes
Items_ItemChange does not Fire
So Items_ItemChange event will only be fired if a meeting (exclude Lync meeting) is later than now.Answered | 9 Replies | 1876 Views | Created by TSRACT - Tuesday, April 8, 2014 4:32 PM | Last reply by TSRACT - Sunday, April 27, 2014 2:37 PM -
0 Votes
What Dataset AcceptChanges does ?
Calling AcceptChanges will process the existing edits (Added, Modified) in the DataSet and change the RowState for each to Unchanged.Answered | 1 Replies | 2496 Views | Created by Mou_kolkata - Wednesday, December 14, 2016 1:49 PM | Last reply by Paul P Clement IV - Wednesday, December 14, 2016 2:44 PM -
2 Votes
When does 'on no data' fire in a subreport?
Most events won't fire without any data.Answered | 6 Replies | 1199 Views | Created by Fredrated451 - Wednesday, March 5, 2014 7:09 PM | Last reply by Marshall Barton - Thursday, March 6, 2014 10:43 PM -
1 Votes
DataSet: Adding Custom Constraints?
Ist here something comparable for DataSets?Answered | 2 Replies | 5366 Views | Created by Hetzi - Thursday, June 17, 2010 4:11 PM | Last reply by Hetzi - Friday, June 18, 2010 12:07 PM -
1 Votes
Why is Textbox Validating Event Fired Twice?
I'm trying to figure out why my textbox called tbxDiscountUnit validating event fires when I programmatically set focus the textbox in the event.Answered | 4 Replies | 3737 Views | Created by Ryan0827 - Thursday, January 9, 2014 3:55 AM | Last reply by Cor Ligthert - Wednesday, January 15, 2014 6:24 PM -
0 Votes
Added field to dataset not showing on report
When I closed the program and came back to my dataset and did a refresh, the field showed up.Answered | 3 Replies | 4027 Views | Created by Jmt91277 - Friday, May 25, 2012 4:36 PM | Last reply by ozonexyz123 - Friday, August 1, 2014 1:05 PM -
0 Votes
Problem with adding table to dataset
hi my friend , i recommit your to leave dataset designer and code your desired code for more ...Answered | 1 Replies | 4226 Views | Created by macarthurwork - Wednesday, November 10, 2010 10:40 AM | Last reply by mohammad ansari - Wednesday, November 10, 2010 9:15 PM -
0 Votes
firing Validation rules under One way binding Mode
2) the validation rules should fire.Answered | 11 Replies | 5967 Views | Created by Amit_thakkar - Thursday, October 14, 2010 8:12 AM | Last reply by Amit_thakkar - Friday, October 22, 2010 6:24 AM -
1 Votes
Adding DataTable to DataSet gives "datatable already belongs to another dataset"
And of course passing in the dt object by value does not help at all:-).Answered | 2 Replies | 3212 Views | Created by SagaV9 - Friday, November 7, 2014 8:14 PM | Last reply by SagaV9 - Monday, November 10, 2014 5:02 PM -
1 Votes
Workbook_Open does not fire in VBA excel
I suppose whenever Workbook.open called, the VBA code inside 'Workbook_Open' should fires.Answered | 1 Replies | 1785 Views | Created by Creative_Pro - Tuesday, August 27, 2013 3:12 AM | Last reply by Tamar E. Granor - Tuesday, August 27, 2013 8:07 PM - Items 1 to 20 of 1839635 Next ›
No announcements