msksheet.cpp Corretta gestione edit di una riga validate.cpp Trasformati in Tmask_field tutti gli edit_field validate.h Aggiornata la funzione validate di conseguenza git-svn-id: svn://10.65.10.50/trunk@1926 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __VALIDATE_H
 | |
| #define __VALIDATE_H
 | |
| 
 | |
| #ifndef __MASKFLD_H
 | |
| #include <maskfld.h>
 | |
| #endif
 | |
| 
 | |
| bool validate(int fn, TMask_field& f, KEY k, const TArray& parms);
 | |
| bool pi_check (const char * stato, const char * cf);
 | |
| bool cf_check (const char * stato, const char * cf);
 | |
| 
 | |
| #endif // __VALIDATE_H
 |