Advertisement

1 - 10 of 4734 containing alltags:("validated") (0.003 seconds)
How can I do the following. One event handler (onBlur, onClick)points to a JS script with a parameter. This parameter is the name of a input field of a form that should receive the focus. Once proc...
Zones: JavaScriptDate Answered: 12/12/1997 Grade: D Views: 0
When I start a particular program, I get the message below. The odbcint.dll has the same version number as the other odbc components. I guess something is wrong with my odbc setup when this message...
Zones: Windows MFCDate Answered: 01/20/1998 Grade: B Views: 0
Hi How do I validate that the contents of an edit box (input by the user) is a positive integer? Thanks
Zones: Delphi ProgrammingDate Answered: 12/13/1998 Grade: C Views: 4
In the following script how would I validate the value of the total to insure it didn't have any other character besides interger and a decimal point? <SCRIPT LANGUAGE="JavaScript"> <!-- function ...
Zones: JavaScriptDate Answered: 12/08/1998 Grade: A Views: 0
Can you use the IIf Function for the Validation Rule on a Form control? I am successful at using the Between/And syntax with the DLookup function to set the Validation Rule for this control. (I am ...
Zones: MS AccessDate Answered: 02/15/1999 Grade: A Views: 0
I am validating a form.  So when the user hits the submit button it checks the form...If there are any errors an alert box is shown and the form is not sent (I return false) for the onSubmit event....
Zones: JavaScriptDate Answered: 02/24/1999 Grade: A Views: 0
hi, I have a page as follows: <html> <!-- This document validates existing users --> <!-- and registers new users. --> <head> <style>         td { font-size: 7pt; font-family: arial; color = "#cc3300"...
Zones: AuthoringDate Answered: 06/16/1999 Grade: A Views: 0
I need a way to see if a textbox contains a valid amount, and then format this amount in the textbox. e.g.  user enters '3872' - is OK; formatted as $ 3,872.00  user enters ' 12.40  ' - is OK; fo...
Zones: Visual BasicDate Answered: 08/18/1999 Grade: A Views: 0
When using a datagrid, what is the recommended way of validating data the user enters? For example, if I want to limit the number of characters the user can enter into a field (to match the databas...
Zones: VB ControlsDate Answered: 01/11/2000 Grade: C Views: 0
Hello,    I have a database app using oracle and there are about ten users all of them enter data. Right now I have very limited data entry mostly mask edits but a friend gave me this chuck of c...
Zones: Delphi ProgrammingDate Answered: 12/14/1999 Grade: C Views: 0