What is auto reduction?

Showing Answers 1 - 1 of 1 Answers

rkanth18

  • Aug 15th, 2005
 

LOV Auto-reduction : Lov Auto-reductions is used in forms. 
 
The general idea is to wrie a statement like "Select {name column},{value column} from {table}  
where {name column} like '%{:Combo_Item}%'"  
You can create a record group out of this statement ans populate the combo box dynamically.  
 
example  
 
When the user types in 0208%  
 
This list has the following items is displaced  
02080006  
02080023  
02080116  
02080222  
02080273  
02080452  
02080705  
02080709  
02080749  
02080800  
 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions