The data-validation tag has no wiki summary.
0
votes
0answers
11 views
Microsoft Excel - List within a list
Is it possible in Excel to have a list within a list? For example, a cell has a drop down list of 'Food' and 'Color', if you choose 'Food' or rather move your cursor to the 'Food', it will display ...
0
votes
0answers
31 views
Drop-downs in one excel worksheet that populate another worksheet
I've asked a few people for help and they pointed me here.
I am searching for a way to have a series of 4 drop downs and two text files in one excel worksheet that when all information is selected or ...
1
vote
1answer
95 views
MVC validation not working as expected in popup window
I'm trying to utilize the built-in validation in MVC and it doesn't appear to be working. If I leave the fields in my form empty I get back my "Successfully Saved." message.
Shouldn't the fields that ...
2
votes
6answers
86 views
Use validation to indicate errors on multiple tabs
I have created a form that has multiple sections that are hidden. A tab strip hides/shows the sections to create a page with a smaller footprint. While this makes the page a lot cleaner, it makes it ...
2
votes
2answers
160 views
Excel Data Validation List using formula with filtering
I have following workbook:
Worksheet Accounts:
Worksheet Posts:
I would like to know if it is possible to define Data Validation of type List to entire column B in sheet Posts using formula, so ...
0
votes
2answers
46 views
Python: Trying to validate input such as a phone number to ensure it is 10 numerical characters and prompt and error if not
I want the program to remove ()'s and -'s which could possibly be entered when some one enters their phone #. I also want to make sure that is is 10 numerical characters long if not produce a loop.
p ...
0
votes
1answer
37 views
Data Validation: How do I make my program issue an error until the correct input is selected?
print "Welcome to aa47's Voice Mail Message Program!"
print "You are currently using a"+ " " + platform.system()+ " Operating System"
g = raw_input("What gender would you prefer Male or Female? ...
1
vote
1answer
63 views
Data validation using VBA
I am getting 'application defined or object defined object error' for the following code
10 Sheets("Main").Select
20 currYearDate = DateValue("April 1, " & Year(Now))
30 ...
1
vote
0answers
175 views
Prevent duplicate copy paste in excel
Hi all the noob is back again. I am doing a copy paste job of data from one worksheet into another which is hidden but there is a danger that data will be duplicated if not checked against what has ...
0
votes
0answers
15 views
how to validate dataGridView fields in vb
am working on a Windows Forms application with a DataGridView in one of the forms. Am looking for ways to validate user inputs in to the DataGridView, validation criteria include cells left blank, ...
1
vote
2answers
413 views
DataGridView - cell validation - prevent CurrentRow/Cell change
I have WinForms DataGridView with source set to SortableBindingList. In this form, there's column Comment and I need to prevent user from inserting some characters, thus validation.
What I want to do ...
0
votes
1answer
51 views
Is XSD data validation reliable in .Net 4.0?
I have written a client to a public SOAP web service, using a WSDL and several XSD files supplied by the service provider. I wanted to find an easy way to validate user data against the XSD files, so ...
0
votes
1answer
379 views
Excel filtered data validation list based on cell content
I currently have have a table that looks like this:
| A | B |
+-------+-----------+
1 | State | City |
+=======+===========+
2 | NSW | Goulburn |
3 | NSW | Sydney |
4 | ...
0
votes
0answers
202 views
Copy Excel DropDown from WorkBook to a new Workbook
Again a Excel question.
My client send me a Excel File that contains a Drop Down List (Combobox), and i need copy that Combobox or build a new with the information inside.
For excel i find that ...
0
votes
1answer
76 views
How to manage foreign key errors from insert for the purpose of data validation (t-sql)
I am building a database in SQL Server 2000 and need to perform data validation by testing for foreign key violations. This post is related to an earlier post I made (Trigger exits on first failed ...
1
vote
0answers
134 views
Trigger exits on first failed insert and cant set xact_abort OFF in SQL Server 2000
I have built a simple database to run on SQL Server 2005 and now need to get it working on SQL Server 2000. The aim is as follows:
I receive a daily data feed containing ~5k records into a Staging ...
2
votes
0answers
127 views
GWT Table displaying financial data
I need to create a table that has the following characteristics:
13 columns: 1st column contains non editable text, the others contain numeric values that can be editable or not depending on the row ...
0
votes
1answer
100 views
Using regex/preg_match() to check if a set of coordinates in decimal degrees is valid
I've learnt a bit of basic regex to wet my feet, but it's all still a bit too complicated for me. I need to take a set of user-inputted coordinates in decimal degrees (example):
$latitude = ...
0
votes
1answer
54 views
How can i validate an url and email with python voluptuous?
I want to validate url and email input data with python voluptuous, maybe something like this:
schema = Schema({
Required('url'): All(str, Url()),
Required('email'): All(str, Email())
})
...
-1
votes
1answer
37 views
Allow cell population according to other cell's contents
I am applying Data Validation rules to my data and I would like to accomplish the following:
Set value X to a cell if another cell is populated with value Y.
For example if in one cell I have Not a ...
4
votes
2answers
156 views
Excel Data Validation Source
I've tried searching, but maybe just haven't found the right combination of key words and have been unable to find a solution.
What i'm trying to do in Excel is generate a dynamic validation list ...
0
votes
0answers
118 views
.NET EEPLUS ExcelPackage DataValidation ListValidation fails with large lists
I'm using EEPLUS to export a preformated-excel using for that DataValidation Lists, but I'm getting Error in a large List, here is the code:
ExcelPackage pck = new ExcelPackage();
var ...
1
vote
0answers
38 views
Data Validation stopped working when I merged workbooks
I used visual basics to merge 8 workbooks together; however, when I did that my data validation stopped working on all except the very first page of the new workbook. Does anyone know why this may ...
0
votes
1answer
96 views
How to do Complex Client-Side Data validatoin in Asp MVC 4
I'm a long time Windows Form developer, trying to get my mind around how to do Web Development. As the title says, i'm pretty sure i want to move forward with ASP.net MVC. I'm also pretty sure the ...
0
votes
0answers
98 views
Displaying DateTime filed in textbox form without time
I want my DateTime? property from the model to display only the date portion of it when bound to an input box on the edit page. I thought I can do this by decorating my model property with the ...
0
votes
0answers
39 views
Validation application block validate external objects
I have a N-Tier application
WEB
BLL
DAL+Objects
The DAL & objects are mixed because I am using telerik open access ORM.
I want to use the validation app block for object validation. For simple ...
0
votes
0answers
1k views
Trigger an event in Excel VBA from a data validation drop down
I have a sheet where I want to give the user a choice of calculation types. The calculation types are done via a list selection in Data validation. Once selected, I want it to trigger an event which ...
1
vote
0answers
208 views
Why is my DataGridComboBoxColumn clearing its value when I navigate away from it?
I have a DataGrid with two columns: 1) a DataGridComboBoxColumn and 2) a DataGridTextColumn. I have set up data validation so that if one has a value, the other will be in error until it also has a ...
0
votes
0answers
200 views
Code for Multiple Selection for Data Validation Dropdown list
Please, could anyone help me to create the code in Excel that will be able to choose multiple items on the drop down list using Data Validation and the items are added to the same cell and separated ...
0
votes
0answers
24 views
Where can I find a list of data validation checks to do when doing an Extract Transform Load on an old HR system?
I'm helping to perform an ETL on data from an old HR system to a new HR system that is in the process of being developed.
There are some obvious data validation steps that I need to take for ...
1
vote
2answers
892 views
Dynamic Data Validation in Excel (Non-VBA!) [closed]
I got n Categories which hold m Products. This list is unsorted, for example like this:
Now here's what I basically want to do with this list:
Dropdown: Data validation which dynamically stores a ...
0
votes
0answers
127 views
How to get Validation Errors from a ListView?
I have a ListView which has a TextBox in one of the columns for user input. I need to check for validation errors when saving. Currently, the validation is working. The exceptions get thrown and the ...
2
votes
1answer
87 views
Error Style displayed even if the usercontrol is collapsed/hidden
I've an usercontrol which validate it's content.
I'm using IDataErrorInfo to validate the input(I've to use .Net 3.5).
I'm following this tutorial:
...
1
vote
2answers
430 views
IDataErrorInfo : How to know if all properties are valid?
I have a WPF application(.Net 3.5) which uses the IDataErrorInfo on the ViewModel to validate input.
It works great, the usercontrol get the correct UI feedback.
The problem is that the user can ...
1
vote
2answers
166 views
web application validation design decisions
I have this structure in my project.
EmployeeController layer invokes EmployeeApi layer that invokes EmployeeBusinessLogic (bll) Layer.
the controller works with EmployeeModel and the bll works ...
0
votes
2answers
115 views
DataModel validation in c#
I've a c# application(in fact it runs into a windows service or like a windows application).
In receive the configuration for one run of the service/application from an XML file.
This XML file is in ...
0
votes
6answers
101 views
Put label next to the input
I have a simple case. I want two things.
Put label next to the input.
Some sort of validation, only digit number for the text box.
The corresponding link is here.
Now the input is below the ...
0
votes
2answers
99 views
Data Validation: Inheritance and lists
I am used WebWork and I am not able to validate my data properly.
The main two things I don't know how to do are:
-Validate a field with the validator of its super class.
Example: Say we have class ...
0
votes
0answers
89 views
Inheriting Data Contract from MVC site then sending back to server
I have a WCF service and an MVC project.
The WCF service has my DTO which has a bunch of properties on it like so:
[DataContract]
[Table(Name = "Bookings")]
public class BookingType {
/// ...
0
votes
0answers
119 views
asp.net-mvc 3 custom data validation
I have a problem: I'm writing a simple application in asp.net mvc3 and I am facing the problem of validation of user data, now, if I use the attribute
...
5
votes
1answer
262 views
Change order of validation triggering in asp.net mvc 4 model
This is my model with property OldPassword
[Required]
[StringLength(16, ErrorMessage = "The Old Password must be at least 8 characters long.", MinimumLength = 8)]
...
1
vote
1answer
38 views
MultiTrigger.Conditions for a TextBoxStyle that verifies NullOrWhiteSpace
I need to trigger a style for the NameTextBox, so that, when the input name is null or white space, the TextBox colours itself in red. The style is created, put how do I associate it with this ...
2
votes
2answers
212 views
How to apply Custom Validation rules to ViewModel attribute in MVC3
In my MVC application I have the following ViewModel:
public class MyViewModel
{
public int StartYear { get; set; }
public int? StartMonth { get; set; }
public int? StartDay { get; set; }
...
2
votes
2answers
375 views
MS Access data validation between form and subform
I have an MS Access database which tracks invoices. In the form I use to enter the data, I have the control [Amount] for the invoice amount (e.g. $100). In that form there is also a subform which ...
0
votes
4answers
208 views
Business data validation approach in java
I am stuck with quite complex topic. I am trying to come up with some universal solution for data validation. We have system, that is similar to cell phone company customer management system, where ...
1
vote
0answers
46 views
Aviarc data rules [closed]
This follows on from Robert Knox's question regarding data rules in Aviarc; we were able to get the rules file in the right spot, and reference it; thanks to Vlad, however when I include something ...
0
votes
1answer
251 views
Use current AutoFilter to load Data-Validation
I have a situation where i am using two Data-Validation cells which are loaded with data from one column (each) from the data table.
Table
market; suprv; store; ....
Data-Validation
cellDV1 - ...
0
votes
1answer
489 views
DataValidation filters Table
I have a situation where a defined table structure changes based on a control type (for my instance it is a Product Brand). In that Table there are two column/fiels that will need to be used to ...
0
votes
2answers
45 views
Set the Excel Format
I want to write 2-7 in excel spreadsheet. when I write it, it is automatically converted in 2/7/2012. Please let me know how can I overcome by this silly problem.
0
votes
1answer
30 views
Conditional RequiredFieldAttribute
I am developing a Silverlight application and I have a form in which some data fields are shown depending on business rules. All the fields are required but some fields don't show up all the time.
...



