Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Transaction Patterns » Dropdown list (Selecting occurences)
Re: Dropdown list [message #4474 is a reply to message #4473] Mon, 18 August 2014 11:55 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2349
Registered: April 2006
Location: Surrey, UK
Senior Member
If you look very carelfully at the getValRep() and _cm_getValRep() methods inside std.table.class.inc you will see that they both have optional arguments for $where and $orderby. Inside the _cm_getValRep() method you will see the following line of code:
$data = $this->getData($where);

This means that all you have to do is supply a value for $where when you call the getValRep() method.


 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Calculated fields
Next Topic: Error running output2 pattern
Goto Forum:
  


Current Time: Wed May 08 12:50:41 EDT 2024

Total time taken to generate the page: 0.00915 seconds