| 
		
			| Multiple dropdowns in the same record [message #989] | Wed, 25 July 2007 13:57  |  
			| 
				
				
					|  adamsp Messages: 32
 Registered: July 2007
 | Member |  |  |  
	| I have several columns in a table that contain codes and require dropdowns. All of the lookups are in a single table (LKUP) with 3 fields: colname, code, text. I can successfully populate a single dropdown using the _cm_getExtraData() in the database class and _cm_getValRep() in the foreign table (LKUP). 
 I cannot figure out how to get MULTIPLE dropdowns (with different columns with different codes) on a single record. It may be that the _cm_getExtraData() is executed only once ???
 
 The $where parameter on _cm_getExtraData() suggests I can pass a parameter but I cannot determine where I set this parameter ???
 
 How can this be done in Radicore?
 |  
	|  |  | 
	|  | 
	|  |