Topic profile page for Validation.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Validation.
Topic "Validation" was discussed 73,793 times on 4,712 sites in last 3 months
Started 1 day, 5 hours ago (2009-12-06 13:47:00)
by News
NIST develops experimental validation tool for cell phone forensics EurekAlert (press release) Cell phones reveal much about our daily communications?the who, when and what of our calls and texts. A small chip card within most phones , ... and more » Link To Original Article
Started 1 day, 9 hours ago (2009-12-06 10:16:30)
by BRIG_88
John said the validation....which means the machine is working 100% and needs no more changes or modifications could be done just before xmas....so there is no 6 months to it.
Started 2 days, 14 hours ago (2009-12-05 04:40:00)
by News
NIST Develops Experimental Validation Tool For Cell Phone Forensics Test and Measurement.com (press release) "In this report," explains coauthor Wayne Jansen, "we document the results of a recent experiment with a number of commonly used mobile phone forensics ... and more » Link To Original Article...
Started 3 days, 14 hours ago (2009-12-04 05:17:00)
by stuart1512
date validation im trying to get the user of my program to enter their date of birth ad for the program to return how old they are in years, months and days (you are 10 years, 3 months and 23 days old) type thing and if its their birthday, to return an appropriate message. atm ive got a textbox for the days, a combo box for ...
Started 4 days, 4 hours ago (2009-12-03 14:27:00)
by DBlearner
I'm surprised I couldnt find a question about this here so guess I better ask. I have a form with two date fields. [StartDate] and [EndDate]. Obviously, Enddate cannot predate Startdate field so I decided to do a validation rule for both fields. I selected the startdate field and inserted Expand | Select | Wrap | Line Numbers [StartDate]
Started 1 week ago (2009-11-30 17:46:00)
by BlackTiger
Data Validation And Worksheet Event . . Hi all, I have the below code in the worksheet change evet. In cells where I have data validation, the msgbox runs twice and I am not sure why. I stepped through the code and it does highlight the exit sub line but it ignores it. In the cells with/out data validation, the code runs ...
Started 1 week ago (2009-11-30 16:39:00)
by ExcelNewb09
Data Validation from Calculation Was wondering if its possible to do data validation drop down based on a values from a calculation, whose values don't exist in a range somewhere. For instance, if I wanted a drop down list with only values associated with this function Code: =fact(row()) from rows 1 - 10, is ...
Started 6 days, 23 hours ago (2009-11-30 20:14:30)
by rtcary
I have an application where the validation is done via code. Can validation errors be displayed in the Validation Summary even though Validation Controls are not used? Many thanks... Todd
Started 6 days, 18 hours ago (2009-12-01 01:14:00)
by OddjobX
I am using ASP validators and I have a contact form. I want to be able to have a phone and email radio button group. The email textbox also has a RegularExpressionValidator If the phone item is selected then I want the validation to be enabled on the phone text box making it mandatory while the email text box isn't, and if they choose the email as the contact it will be reversed. I want...
Started 1 week ago (2009-11-30 19:11:00)
by OddjobX
I am using ASP validators and I have a contact form. I want to be able to have a phone and email radio button group. The email textbox also has a RegularExpressionValidator If the phone item is selected then I want the validation to be enabled on the phone text box making it mandatory while the email text box isn't, and if they choose the email as the contact it will be reversed. I want to be...