Patch level :2.0 531
Files correlati :ba4.exe Ricompilazione Demo : [ ] Commento :corretto errore compilazione su riporto git-svn-id: svn://10.65.10.50/trunk@11335 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									bc1be2c6be
								
							
						
					
					
						commit
						98f10af89e
					
				@ -165,8 +165,7 @@ bool ba4300_handler(TMask& m, KEY k)
 | 
				
			|||||||
  return TRUE;
 | 
					  return TRUE;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TDitte_application::TDitte_application() : _cespiti(FALSE)
 | 
					TDitte_application::TDitte_application()
 | 
				
			||||||
 | 
					 | 
				
			||||||
{}
 | 
					{}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool TDitte_application::email_handler(TMask_field& f, KEY k)
 | 
					bool TDitte_application::email_handler(TMask_field& f, KEY k)
 | 
				
			||||||
@ -189,8 +188,6 @@ bool TDitte_application::user_create() // initvar e arrmask
 | 
				
			|||||||
  open_files(LF_NDITTE, LF_ANAG, LF_UNLOC, LF_ATTIV, LF_TABCOM, 0);
 | 
					  open_files(LF_NDITTE, LF_ANAG, LF_UNLOC, LF_ATTIV, LF_TABCOM, 0);
 | 
				
			||||||
	_rel = new TRelation(LF_NDITTE);
 | 
						_rel = new TRelation(LF_NDITTE);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  _cespiti = has_module(CEAUT);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  _msk = new TMask("ba4300a") ;
 | 
					  _msk = new TMask("ba4300a") ;
 | 
				
			||||||
  _msk->set_handler(ba4300_handler);
 | 
					  _msk->set_handler(ba4300_handler);
 | 
				
			||||||
  _msk->set_handler(DLG_EMAIL, email_handler);
 | 
					  _msk->set_handler(DLG_EMAIL, email_handler);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user