Enter Keywords:
1 - 10 of 5228(0.013 seconds)
Sort By:
 
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 Rating: 5.0 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 Rating: 7.4 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 Rating: 7.8 Views: 4
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 Rating: 7.8 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 Rating: 9.4 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 Rating: 9.0 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 Rating: 9.0 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 Rating: 6.2 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 Rating: 5.8 Views: 0
Does anyone have or know where to get a function to validate an html form? I need one to loop through all the text boxes on a form and make sure they are not empty. If any of them are then send bac...
Zones: JavaScriptDate Answered: 03/10/2000 Rating: 8.0 Views: 0