Your Software Source

Data Entry Validation Control $25

* One time charges may apply
Starting at:

Data Entry Validation

Data Entry Validation is a COM based component that allows you to validate your data entry and restrict it to a predefined type(Numeric-Alphabetic-Alphanumeric-Decimal)  Data Entry Validate will Format data by defining decimal places for numeric entry , or define letter case for characters entry

DEVC OCX V1.1

  1. Our control Data Entry Validation For your data entry control
  2. Install Program Package
  3. Start Visual Basic 6
  4. Start New Project
  5. Add any control you can enter data to
  6. Save your project
  7. Go To Project Menu and click Components
  8. Click Browser Button to select DEVC OCX from the windows system if dose not appear  And click OK
  9. The OCX Icon will appear at the Toolbar
  10. Add the control by a double click on the icon at the toolbar
  11. Change form property keypreview to true
  12. Add this code to the form event  keyPress
  13. Private Sub Form_KeyPress(KeyAscii As Integer)

If KeyAscii = 22 Then KeyAscii = 0: Exit Sub

KeyAscii = DEVC1.DataEntryValidation(KeyAscii, ActiveControl.Tag,_ ActiveControl.Text)

End Sub

  1. Add one of these texts to your data control that you want to validate in the property tag
    1. N_M to enter positive number or negative with out decimal
    2. NUM   to enter positive number only with out decimal
    3. AMT to enter positive number only with decimal
    4. A_T to enter positive number or negative with decimal
    5. CHR to enter character only without number
    6. LCHR to enter lower case character only without number
    7. UCHR to enter upper case character only without number
    8. CBO to disabled entry any data
  2. You must add it in every form you want to convert numbers if you have several forms in your project
  3. Run your project
  4. As you see the ocx is invisible
  5. In the control you have 3 property and 1 function
  6. Serial number property is unchangeable it generate automatically
  7. User name property  you will add your company name and your name
  8. Activation number property: you will have the number when we send it to you
  9. DataEntryValidation function with 3 parameters
    1. KeyAscii off the control to validate 
    2. ActiveControl.Tag 
    3. ActiveControl.Text
  10. Run your Program
  11. The ocx validate your data
  12. Activation code is for machine
  13. The file you will download is a trial activex and will fire msgbox every 1 minute to activate the control
  14. if you want to activate just order the activex control

Add to Cart:

  • Model: 1.1

Please Choose:



* One time charges may apply
Qty Discounts New Price
1
$0.00
2
$24.00
3
$23.00
4
$22.00
5+
$20.00
* Discounts may vary based on options above



This product was added to our catalog on Wednesday 07 February, 2007.

Your IP Address is: 38.107.191.103
Copyright © 2010 Ysofts.