Data Entry with editing and validation library module 
Author Message
 Data Entry with editing and validation library module

Hello:

    M2-DATA.ZIP is now available for freq or download from 1:273/101; it will soon be on DawgGone.

    The archive, M2-DATA.ZIP, contains my implementation of a generic user input procedure capable of handling most data types (standard plus string) in Modula-2, providing editing features during input (home, end, insert, delete, cursor keys, etc.), and the ability to call client-module defined data validation procedures.

    Getting input from the user can be as easy as making the following calls:

UserInput ("Enter your name:  ", name, 25, stringArray, NameCheck);
UserInput ("Enter your age:  ", age, 2, cardinal, NumberCheck);
UserInput ("Are you married? ", married, 1, boolean, NoValidation);

    If you have the opportunity to download M2-DATA.ZIP, please let me know what you think of the code.  I appreciate any constructive critism.

--  
uucp: uunet!m2xenix!puddle!273!101!Peter.M..Perchansky



Sun, 04 Oct 1992 12:10:52 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Data Entry Library Module

2. data entry validation with Tkinter

3. data entry validation with Tkinter

4. validation of entry widget data

5. validation of entry fields, keyboard navigation of entries

6. Browse-less Data Entry Module

7. data validation and data format

8. data validation and data format

9. GOBO data structure library vs other data structure libraries

10. A library of data structures modules

11. Help: How to make validation check working on Edit-in-place of a browser

12. C5 Record validation in edit-in-place mode

 

 
Powered by phpBB® Forum Software