datadoit
|
| Posted: 03/17/2009, 6:36 AM |
|
CCS3.2
I'm having a booger of a time getting values from a listbox that's in an
includable page.
The includable page is called 'applications'. The grid in the
includable page is called 'appinfo'. The listbox in the grid in the
includable page is called 'lsb_year'. I need to modify the where
parameters based on conditions for that listbox. So, I've tried to get
the current Where parameters for the listbox via:
$Component->ds->Where
$Container->appinfo->lsb_year->ds->Where
$applications->appinfo->lsb_year->ds->Where
$Container->applications->appinfo->lsb_year->ds->Where
I can't seem to find the Where value! Where's the where? I know it's
there! Said the bear. :)
|
|
|
 |
|