Info: Input fields (Single-field dialogues) and Pop-up notes (notes) 
 Single-field dialogues: appuifw.query() These lines perform a query with a single-field dialog, each with a different input type. Example script: query.py 
 # text: 
 
  | 
	
 
 
  | 
    
  | 
  
# number: 
 
  | 
	
 
  | 
    
  | 
  
# date: 
 
 
  | 
	
 
  | 
    
  | 
  
# time: 
 
  | 
	
 
  | 
    
  | 
  
# code: 
 
  | 
	
 
  | 
    
  | 
  
# query: 
 
  | 
	
  | 
    
  | 
  
 Pop-up notes: appuifw.note() These lines perform pop-up notes of different types: info, error, conf Example script: note.py 
 # info: 
 
  | 
	
 
 
  | 
    
  | 
  
# error: 
 
  | 
	
 
  | 
    
  | 
  
# conf: 
 
 
  | 
	
 
  | 
    
  | 
  
  |